* How to specify minor modes via -*- ?
@ 2004-11-23 16:36 kj
2004-11-23 17:12 ` Leonardo Boiko
[not found] ` <mailman.1013.1101230601.27204.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 5+ messages in thread
From: kj @ 2004-11-23 16:36 UTC (permalink / raw)
[ I consider it one of life's little defeats when I'm reduced to
asking this question in a NG, after failing to find out for myself,
via C-h i, Google, etc. *sigh* ]
I can set a file's major mode by including the line
-*- mode: whatever -*-
at the top of the file. How can I specify the minor modes?
Thanks!
kj
--
NOTE: In my address everything before the first period is backwards;
and the last period, and everything after it, should be discarded.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to specify minor modes via -*- ?
2004-11-23 16:36 How to specify minor modes via -*- ? kj
@ 2004-11-23 17:12 ` Leonardo Boiko
[not found] ` <mailman.1013.1101230601.27204.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 5+ messages in thread
From: Leonardo Boiko @ 2004-11-23 17:12 UTC (permalink / raw)
kj wrote:
> I can set a file's major mode by including the line
>
> -*- mode: whatever -*-
>
> at the top of the file. How can I specify the minor modes?
From C-h i:
> You can use the `mode' "variable" to set minor modes as well as
> major modes; in fact, you can use it more than once, first to set the
> major mode and then to set minor modes which are specific to
> particular buffers. But most minor modes should not be specified in
> the file in any fashion, because they represent user preferences.
--
Leonardo Boiko
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.1013.1101230601.27204.help-gnu-emacs@gnu.org>]
* Re: How to specify minor modes via -*- ?
[not found] ` <mailman.1013.1101230601.27204.help-gnu-emacs@gnu.org>
@ 2004-11-23 17:42 ` kj
2004-11-23 18:03 ` Leonardo Boiko
2004-11-23 17:52 ` V. L. Simpson
1 sibling, 1 reply; 5+ messages in thread
From: kj @ 2004-11-23 17:42 UTC (permalink / raw)
In <mailman.1013.1101230601.27204.help-gnu-emacs@gnu.org> Leonardo Boiko <leoboiko@conectiva.com.br> writes:
>kj wrote:
>> I can set a file's major mode by including the line
>>
>> -*- mode: whatever -*-
>>
>> at the top of the file. How can I specify the minor modes?
> From C-h i:
> > You can use the `mode' "variable" to set minor modes as well as
> > major modes; in fact, you can use it more than once, first to set the
> > major mode and then to set minor modes which are specific to
> > particular buffers. But most minor modes should not be specified in
> > the file in any fashion, because they represent user preferences.
Great. Thanks. But how did you find it in C-h i? I searched for
"mode", but got nowhere (too many irrelevant hits).
kj
--
NOTE: In my address everything before the first period is backwards;
and the last period, and everything after it, should be discarded.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to specify minor modes via -*- ?
2004-11-23 17:42 ` kj
@ 2004-11-23 18:03 ` Leonardo Boiko
0 siblings, 0 replies; 5+ messages in thread
From: Leonardo Boiko @ 2004-11-23 18:03 UTC (permalink / raw)
kj wrote:
> Great. Thanks. But how did you find it in C-h i? I searched for
> "mode", but got nowhere (too many irrelevant hits).
Well, actually I have a bookmark to the "File Variables" section,
because I keep forgetting their syntax :)
This is one of the cases where it helps if you know the name of the
thing you're looking for. If I didn't knew it, I think I'd try
Info-searching ('s' key) the Emacs manual for the regexp `-\*-'.
--
Leonardo Boiko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to specify minor modes via -*- ?
[not found] ` <mailman.1013.1101230601.27204.help-gnu-emacs@gnu.org>
2004-11-23 17:42 ` kj
@ 2004-11-23 17:52 ` V. L. Simpson
1 sibling, 0 replies; 5+ messages in thread
From: V. L. Simpson @ 2004-11-23 17:52 UTC (permalink / raw)
>>>>> "Leonardo" == Leonardo Boiko <leoboiko@conectiva.com.br> writes:
> kj wrote:
>> I can set a file's major mode by including the line -*-
>> mode: whatever -*- at the top of the file. How can I
>> specify the minor modes?
You can add another mode switch.
-*- mode: text; mode: outline-minor -*-
^ Don't forget that semi-colon.
It's probably better to use the 'Local Variable' construct at the
end of the file:
Local Variable:
mode: text
mode: outline-minor <- Put as many of these lines as you wish
End:
Comment that section if it's some kind of source code file.
Have fun,
vls
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-11-23 18:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-23 16:36 How to specify minor modes via -*- ? kj
2004-11-23 17:12 ` Leonardo Boiko
[not found] ` <mailman.1013.1101230601.27204.help-gnu-emacs@gnu.org>
2004-11-23 17:42 ` kj
2004-11-23 18:03 ` Leonardo Boiko
2004-11-23 17:52 ` V. L. Simpson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.