bug#4198: 23.1.50; There should be a way to set variable-pitch-mode that is safe for file-local variables block
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> The only way I could find to automatically use variable-pitch-mode for a
> given file is to use:
> -*- eval: (variable-pitch-mode); -*-
Why not
-*- mode: variable-pitch -*-
-- Stefan