unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4095: 23.1.50; outline-minor-mode-prefix is ignored
@ 2009-08-09 14:48 Lennart Borgman
  2009-08-10  4:10 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman @ 2009-08-09 14:48 UTC (permalink / raw)
  To: emacs-pretest-bug

Setting outline-minor-mode-prefix does not work. The reason seems to be
that the keymap is set at compile time in define-minor-mode outline-minor-mode.



In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
 of 2009-08-01
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4095: 23.1.50; outline-minor-mode-prefix is ignored
  2009-08-09 14:48 bug#4095: 23.1.50; outline-minor-mode-prefix is ignored Lennart Borgman
@ 2009-08-10  4:10 ` Stefan Monnier
  2009-08-10  4:25   ` Lennart Borgman
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2009-08-10  4:10 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 4095

> Setting outline-minor-mode-prefix does not work.

Works for me.

> The reason seems to be that the keymap is set at compile time in
> define-minor-mode outline-minor-mode.

It's set not at compile time, but load time.


        Stefan





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4095: 23.1.50; outline-minor-mode-prefix is ignored
  2009-08-10  4:10 ` Stefan Monnier
@ 2009-08-10  4:25   ` Lennart Borgman
  0 siblings, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2009-08-10  4:25 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 4095

On Mon, Aug 10, 2009 at 6:10 AM, Stefan Monnier<monnier@iro.umontreal.ca> wrote:
>> Setting outline-minor-mode-prefix does not work.
>
> Works for me.
>
>> The reason seems to be that the keymap is set at compile time in
>> define-minor-mode outline-minor-mode.
>
> It's set not at compile time, but load time.


Thanks. That helped. I had an old (require 'outline) in my .emacs to
work around an old emacs bug. So the load sequence got wrong.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-10  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-09 14:48 bug#4095: 23.1.50; outline-minor-mode-prefix is ignored Lennart Borgman
2009-08-10  4:10 ` Stefan Monnier
2009-08-10  4:25   ` Lennart Borgman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).