[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Customizing key bindings
From: |
Alex Schroeder |
Subject: |
Re: Customizing key bindings |
Date: |
Sat, 07 Sep 2002 15:50:47 +0200 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.90 (i686-pc-linux-gnu) |
Richard Stallman <address@hidden> writes:
> Allow mode authors to define keymaps that are easily
> customizable. Currently keymaps are defined using defvar. They
> are not customizable.
>
> I can't find the code you already posted. Could you show me what the
> *expansion* of the macro is supposed to be?
The defkeymap macro is like defcustom -- it expands into a function
call. In this case, we call custom-declare-keymap, which in turn
calls custom-declare-variable with some extra keyword parameters to
make sure that when this variable is customized, a lot of other stuff
gets changed, too.
Alex.
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), (continued)
- Re: Customizing key bindings, Alex Schroeder, 2002/09/07
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Richard Stallman, 2002/09/05
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Per Abrahamsen, 2002/09/05
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Richard Stallman, 2002/09/06
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Richard Stallman, 2002/09/04
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Alex Schroeder, 2002/09/05
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Richard Stallman, 2002/09/06
- Re: Customizing key bindings,
Alex Schroeder <=
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Kai Großjohann, 2002/09/05
- use diff-list in Emacs, Alex Schroeder, 2002/09/07
- Re: use diff-list in Emacs, Kai Großjohann, 2002/09/07
- Re: use diff-list in Emacs, Miles Bader, 2002/09/07
- Re: use diff-list in Emacs, Kai Großjohann, 2002/09/08
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Richard Stallman, 2002/09/04
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Per Abrahamsen, 2002/09/05
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Stefan Monnier, 2002/09/06
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Miles Bader, 2002/09/06
- Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..), Per Abrahamsen, 2002/09/07