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

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

Re: emacs init and mode-maps


From: Andreas Roehler
Subject: Re: emacs init and mode-maps
Date: Sun, 25 Jun 2006 09:14:47 +0200
User-agent: KNode/0.9.2

Peter Dyballa wrote:

> 
> Am 23.06.2006 um 12:38 schrieb Andreas Roehler:
> 
>> An assignment as
>>
>> (define-key sh-mode-map "\M-#" 'do-something)
>>
>> should work - i.e. at least be recorded for further use
> 
> And what happens when you load something that uses the same
> name "sh- mode-map?"
> 
> Merge, substitue, forget? And then: which?
> 

The key here is at `recorded'.

Following the discussion seen, probably I will use
`eval-after-load' next time instead of `require'.

Nonetheless the main issue also was not the
functioning as such but usability.

At least I see a chance to enhance the latter.

__
Andreas Roehler



reply via email to

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