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

comment-start should be buffer local #129

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 1 comment
Open

comment-start should be buffer local #129

GoogleCodeExporter opened this issue Apr 2, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi!

comment-start, comment-end and comment-start-skip are set globally while they 
should be only set for the current buffer. See this bug in Debian BTS:
 http://bugs.debian.org/714228

I suppose this could be fixed by using setq-local instead of setq?

Original issue reported on code.google.com by [email protected] on 18 Jul 2013 at 10:05

@GoogleCodeExporter
Copy link
Author

Fixed in 
https://github.com/mooz/js2-mode/commit/2c27e3eb847ccbfd494d23d61098610c87d21804

> I suppose this could be fixed by using setq-local instead of setq?

Sadly, `setq-local' was only added in 24.3.

Original comment by [email protected] on 24 Jul 2013 at 10:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant