all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Customization
@ 2004-04-29  9:43 Juri Linkov
  2004-04-29 11:12 ` Customization David Kastrup
  0 siblings, 1 reply; 2+ messages in thread
From: Juri Linkov @ 2004-04-29  9:43 UTC (permalink / 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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Customization
  2004-04-29  9:43 Customization Juri Linkov
@ 2004-04-29 11:12 ` David Kastrup
  0 siblings, 0 replies; 2+ messages in thread
From: David Kastrup @ 2004-04-29 11:12 UTC (permalink / raw)
  Cc: emacs-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-29 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-29  9:43 Customization Juri Linkov
2004-04-29 11:12 ` Customization David Kastrup

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.