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

read-or-skip-faces ignores which modes inherit from others #9

Open
AvverbioPronome opened this issue Apr 20, 2016 · 2 comments
Open

Comments

@AvverbioPronome
Copy link

ie: if I say:

(text-mode read nil)

I also have to say:

(markdown-mode read nil)

Is this on purpose?

@tlikonen
Copy link
Owner

tlikonen commented Sep 25, 2016

Wcheck mode doesn't know about inheritance. It checks the mode name symbol only.

@tlikonen
Copy link
Owner

Alternative way to do

(text-mode read nil)
(markdown-mode read nil)

is this:

((text-mode markdown-mode) read nil)

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

No branches or pull requests

2 participants