emacs-devel
[Top][All Lists]
Advanced

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

Re: Customization


From: David Kastrup
Subject: Re: Customization
Date: 29 Apr 2004 13:12:30 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Juri Linkov <address@hidden> writes:

> I propose the following key binding for customization buffers:
> 
> Index: emacs/lisp/cus-edit.el
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/lisp/cus-edit.el,v
> retrieving revision 1.191
> diff -u -r1.191 cus-edit.el
> --- emacs/lisp/cus-edit.el    5 Apr 2004 17:21:09 -0000       1.191
> +++ emacs/lisp/cus-edit.el    29 Apr 2004 09:18:22 -0000
> @@ -4023,6 +4023,7 @@
>    (suppress-keymap custom-mode-map)
>    (define-key custom-mode-map " " 'scroll-up)
>    (define-key custom-mode-map "\177" 'scroll-down)
> +  (define-key custom-mode-map "\C-x\C-s" 'Custom-save)
>    (define-key custom-mode-map "q" 'Custom-buffer-done)
>    (define-key custom-mode-map "u" 'Custom-goto-parent)
>    (define-key custom-mode-map "n" 'widget-forward)

Good idea.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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