[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: customizing key definitions with Customize
From: |
David Kastrup |
Subject: |
Re: customizing key definitions with Customize |
Date: |
Tue, 13 May 2008 21:05:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
David Reitter <address@hidden> writes:
> On 13 May 2008, at 01:03, Juri Linkov wrote:
>>
>> '(emacs-lisp-mode-map (([tab] 'lisp-indent-or-complete) ...))
>> ...)
>>
>> that will override the default bindings in the corresponding keymaps.
>
> ... and one presumably wouldn't just copy the value into emacs-lisp-
> mode-map, but have every single binding override its corresponding
> default, while inheriting the remaining defaults.
Overriding is automatic by having the customized bindings appear at the
front. The main question is where to store the customized value and how
to make it appear at the front of the mode map once it gets loaded.
I think we have a customization type "hook" which might provide
reasonable implementation ideas.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: customizing key definitions with Customize, (continued)
- Re: customizing key definitions with Customize, Richard M Stallman, 2008/05/15
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/16
- Re: customizing key definitions with Customize, Richard M Stallman, 2008/05/16
- Re: customizing key definitions with Customize, David Kastrup, 2008/05/16
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/16
- Re: customizing key definitions with Customize, Richard M Stallman, 2008/05/17
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/16
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/17
- Key/menu bug? (was: customizing key definitions with Customize), David Kastrup, 2008/05/18
- Re: customizing key definitions with Customize, David Reitter, 2008/05/13
- Re: customizing key definitions with Customize,
David Kastrup <=
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/14
- Re: customizing key definitions with Customize, Richard M Stallman, 2008/05/13
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/14
- Re: customizing key definitions with Customize, Richard M Stallman, 2008/05/14
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/15
- Re: customizing key definitions with Customize, Richard M Stallman, 2008/05/15
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/16
- Re: customizing key definitions with Customize, Richard M Stallman, 2008/05/16
- RE: customizing key definitions with Customize, Drew Adams, 2008/05/16
- Re: customizing key definitions with Customize, Lennart Borgman (gmail), 2008/05/12