unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Masatake YAMATO <jet@gyve.org>
Subject: Re: |PATCH| describe-minor-mode and describe-minor-mode-from-indicator
Date: Tue, 21 Jan 2003 15:00:08 +0900 (JST)	[thread overview]
Message-ID: <20030121.150008.108765043.jet@gyve.org> (raw)
In-Reply-To: <20030121.010655.21600771.jet@gyve.org>

I wrote:

    Thank you for your comment.
    The update patch supports:

    2' M-x describe-minor-mode-from-indicator
       uses completing-read to read indicator.

    3' Added popup menu for major mode. I introduced just another
       popup menu for major mode. 

The attached patch is also needed to use my describe-minor-mode* 
patch.

Masatake YAMATO

Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.337
diff -u -r1.337 subr.el
--- subr.el	19 Jan 2003 01:07:34 -0000	1.337
+++ subr.el	21 Jan 2003 07:14:34 -0000
@@ -2120,7 +2120,7 @@
 					 minor-mode-alist)))))))
   ;; Add the toggle to the minor-modes menu if requested.
   (when (get toggle :included)
-    (define-key mode-line-mode-menu
+    (define-key mode-line-minor-mode-menu
       (vector toggle)
       (list 'menu-item
 	    (concat
Index: ruler-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ruler-mode.el,v
retrieving revision 1.10
diff -u -r1.10 ruler-mode.el
--- ruler-mode.el	13 Jan 2003 08:22:50 -0000	1.10
+++ ruler-mode.el	21 Jan 2003 07:14:34 -0000
@@ -548,7 +548,7 @@
                  #'force-mode-line-update t)))
 \f
 ;; Add ruler-mode to the minor mode menu in the mode line
-(define-key mode-line-mode-menu [ruler-mode]
+(define-key mode-line-minor-mode-menu [ruler-mode]
   `(menu-item "Ruler" ruler-mode
               :button (:toggle . ruler-mode)))

  reply	other threads:[~2003-01-21  6:00 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-18  7:35 |PATCH| describe-minor-mode and describe-minor-mode-from-indicator Masatake YAMATO
2003-01-18 14:12 ` Masatake YAMATO
2003-01-20  0:49 ` Richard Stallman
2003-01-20 16:06   ` Masatake YAMATO
2003-01-21  6:00     ` Masatake YAMATO [this message]
2003-01-22  9:59     ` Richard Stallman
2003-01-23 17:40       ` Masatake YAMATO
2003-01-25 19:23         ` Richard Stallman
2003-01-30 16:04           ` Masatake YAMATO
     [not found]             ` <E18eghV-0000MM-00@fencepost.gnu.org>
2003-03-30  7:51               ` Masatake YAMATO
2003-03-31 15:51                 ` Stefan Monnier
2003-03-31 16:35                   ` Masatake YAMATO
2003-03-31 17:14                     ` Stefan Monnier
2003-04-01  9:38                   ` Richard Stallman
2003-04-01 12:27                     ` Masatake YAMATO
2003-04-01 12:58                       ` Masatake YAMATO
2003-04-02  9:19                         ` Richard Stallman
2003-04-07 15:46                           ` Masatake YAMATO
2003-04-08  2:30                             ` Richard Stallman
2003-04-10  8:36                               ` Masatake YAMATO
2003-04-10 13:21                                 ` Stefan Monnier
2003-04-11  8:51                                 ` Richard Stallman
2003-04-11 19:30                                   ` Masatake YAMATO
2003-04-12 17:08                                     ` Richard Stallman
2003-04-02  9:18                       ` Richard Stallman

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=20030121.150008.108765043.jet@gyve.org \
    --to=jet@gyve.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).