unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Marshall <simon@gnu.org>
Cc: emacs-devel@gnu.org
Subject: RE: customize-saved in the customize menu?
Date: Mon, 29 Apr 2002 09:42:04 -0400	[thread overview]
Message-ID: <E172BPo-0006GQ-00@fencepost.gnu.org> (raw)

OK, there wasn't any more feedback, so here's a possible patch...  I
played around a little with the layout.  I think the best layout is to
have a separate menu section for the Saved... and New... menu entries,
since both create a customise buffer for a selection of disparate
options.

cd ~/ftp/emacs-21.1.90/lisp/
diff -c /rvcarma/marshals/ftp/emacs-21.1.90/lisp/menu-bar.el.\~1\~ /rvcarma/marshals/ftp/emacs-21.1.90/lisp/menu-bar.el
*** /rvcarma/marshals/ftp/emacs-21.1.90/lisp/menu-bar.el.~1~	Thu Nov 15 20:29:44 2001
--- /rvcarma/marshals/ftp/emacs-21.1.90/lisp/menu-bar.el	Mon Apr 29 14:25:56 2002
***************
*** 498,504 ****
  (define-key menu-bar-custom-menu [customize-apropos]
    '(menu-item "Settings Matching Regexp..." customize-apropos
  	      :help "Browse customizable settings whose names match regexp"))
! (define-key menu-bar-custom-menu [separator-2]
    '("--"))
  (define-key menu-bar-custom-menu [customize-group]
    '(menu-item "Specific Group..." customize-group
--- 498,504 ----
  (define-key menu-bar-custom-menu [customize-apropos]
    '(menu-item "Settings Matching Regexp..." customize-apropos
  	      :help "Browse customizable settings whose names match regexp"))
! (define-key menu-bar-custom-menu [separator-1]
    '("--"))
  (define-key menu-bar-custom-menu [customize-group]
    '(menu-item "Specific Group..." customize-group
***************
*** 508,517 ****
  	      :help "Customize attributes of specific face"))
  (define-key menu-bar-custom-menu [customize-option]
    '(menu-item "Specific Option..." customize-option
! 	      :help "Change value of specific option"))
  (define-key menu-bar-custom-menu [customize-changed-options]
!   '(menu-item "Recently Changed Options..." customize-changed-options
! 	      :help "Customize options changed in recent versions"))
  (define-key menu-bar-custom-menu [separator-3]
    '("--"))
  (define-key menu-bar-custom-menu [customize-browse]
--- 508,522 ----
  	      :help "Customize attributes of specific face"))
  (define-key menu-bar-custom-menu [customize-option]
    '(menu-item "Specific Option..." customize-option
! 	      :help "Customize value of specific option"))
! (define-key menu-bar-custom-menu [separator-2]
!   '("--"))
  (define-key menu-bar-custom-menu [customize-changed-options]
!   '(menu-item "New Options..." customize-changed-options
! 	      :help "Options added or changed in recent Emacs versions"))
! (define-key menu-bar-custom-menu [customize-saved]
!   '(menu-item "Saved Options" customize-saved
! 	      :help "Customize previously saved options"))
  (define-key menu-bar-custom-menu [separator-3]
    '("--"))
  (define-key menu-bar-custom-menu [customize-browse]

Diff finished at Mon Apr 29 14:35:23

             reply	other threads:[~2002-04-29 13:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-29 13:42 Simon Marshall [this message]
2002-04-30  5:18 ` customize-saved in the customize menu? Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2002-04-16  9:55 Marshall, Simon
2002-04-11 16:14 Marshall, Simon
2002-04-12 13:57 ` Kim F. Storm

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E172BPo-0006GQ-00@fencepost.gnu.org \
    --to=simon@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).