help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can I turn on some minor mode on specific files?


From: Hongxu Chen
Subject: Re: Can I turn on some minor mode on specific files?
Date: Sun, 26 May 2013 20:33:08 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

But it complains:

  Info-find-file: Info file emacs does not exist

I am runnning on Emacs 24.3.

Also, Pascal's advice is NOT correct since adding `mode' in the modeline
would change the major mode rather than minor modes, and the right way
is to append the following:

# Local Variables:
# eval: (flyspell-mode 1)
# End:

Bernardo <bernardo.bacic@pobox.com> writes:

>>
>> Another question, is the local variable specified should be limited to
>> be within 512 bytes exactly? I haven't found the related docs yet.
>
> M-: (info "(emacs)Specifying file variables")
>
>

-- 
Regards,
Hongxu Chen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]