all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Customization
Date: 29 Apr 2004 13:12:30 +0200	[thread overview]
Message-ID: <x5oepbf36p.fsf@lola.goethe.zz> (raw)
In-Reply-To: <87zn8vt8zf.fsf@mail.jurta.org>

Juri Linkov <juri@jurta.org> 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	other threads:[~2004-04-29 11:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-29  9:43 Customization Juri Linkov
2004-04-29 11:12 ` David Kastrup [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x5oepbf36p.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.