all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Subject: Customization
Date: Thu, 29 Apr 2004 12:43:32 +0300	[thread overview]
Message-ID: <87zn8vt8zf.fsf@mail.jurta.org> (raw)

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)

And anoter change: currently, there is only one uncategorized option
at the top level of customization: it is `confirm-kill-emacs'.
It could be placed under the `convenience' category:

Index: emacs/lisp/files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.689
diff -u -r1.689 files.el
--- emacs/lisp/files.el	17 Apr 2004 19:58:19 -0000	1.689
+++ emacs/lisp/files.el	29 Apr 2004 09:18:28 -0000
@@ -4423,7 +4423,7 @@
   :type '(choice (const :tag "Ask with yes-or-no-p" yes-or-no-p)
 		 (const :tag "Ask with y-or-n-p" y-or-n-p)
 		 (const :tag "Don't confirm" nil))
-  :group 'emacs
+  :group 'convenience
   :version "21.1")

-- 
Juri Linkov
http://www.jurta.org/emacs/

             reply	other threads:[~2004-04-29  9:43 UTC|newest]

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

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=87zn8vt8zf.fsf@mail.jurta.org \
    --to=juri@jurta.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.