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

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

Re: outline-minor-mode-prefix doen't work?


From: Zhang Wei
Subject: Re: outline-minor-mode-prefix doen't work?
Date: Sat, 29 Oct 2005 00:25:08 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

Per Abrahamsen <abraham@dina.kvl.dk> writes:

>> I'd like to change outline minor mode prefix 
>> from "C-c @" to "C-o", or something like that,
>> according to the menual, this should work,
>>
>> (global-unset-key "\C-o")
>> (setq outline-minor-mode-prefix "\C-o")
>>
>> but it has no effect.
>
> Have you rebooted Emacs after put those lines in .emacs?

Somebody has told me the reason.

This line:

(setq outline-minor-mode-prefix "\C-o")

has to be put before:

(require 'outline)

otherwise it will has no effect.

Thank you anyway.




reply via email to

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