Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning output when spacemacs loads epresent #46

Closed
Plancalkuele opened this issue Feb 4, 2016 · 1 comment · Fixed by #56
Closed

Warning output when spacemacs loads epresent #46

Plancalkuele opened this issue Feb 4, 2016 · 1 comment · Fixed by #56

Comments

@Plancalkuele
Copy link

Hi there,
I loaded the epresent.el package within spacemacs by defining the following in ~/.spacemacs:
dotspacemacs-additional-packages '(epresent)

and I get the following warnings:

epresent.el:48:1:Warning: defface for `epresent-title-face' fails to specify
    containing group
epresent.el:51:1:Warning: defface for `epresent-heading-face' fails to specify
    containing group
epresent.el:54:1:Warning: defface for `epresent-subheading-face' fails to
    specify containing group
epresent.el:57:1:Warning: defface for `epresent-author-face' fails to specify
    containing group
epresent.el:60:1:Warning: defface for `epresent-bullet-face' fails to specify
    containing group
epresent.el:63:1:Warning: defface for `epresent-hidden-face' fails to specify
    containing group
epresent.el:94:1:Warning: `make-variable-frame-local' is an obsolete function
    (as of 22.2); explicitly check for a frame-parameter instead.

In epresent-mode:
epresent.el:454:9:Warning: assignment to free variable
    `org-hide-pretty-entities'
@sellout
Copy link

sellout commented Feb 4, 2016

PR #41 addresses most of these (all the ones that say “fails to specify containing group”).

The others look easy to fix as well.

sellout added a commit to sellout/epresent that referenced this issue Aug 6, 2016
Fixes eschulte#46.

In fixing pretty-entity handling, I added a custom var,
`epresent-pretty-entities`, that can override `org-pretty-entities` if
set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants