all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Xah Lee'" <xahlee@gmail.com>, <help-gnu-emacs@gnu.org>
Subject: RE: how to remove a menu item?
Date: Sun, 1 Feb 2009 22:38:32 -0800	[thread overview]
Message-ID: <004801c98500$de79aca0$0200a8c0@us.oracle.com> (raw)
In-Reply-To: <b155a4d5-8701-4f2d-a13c-ab194a78470d@u18g2000pro.googlegroups.com>

> if i want to remove the menu under Help ? Emacs Psychotherapist, how
> do i do it?

C-h k, then click Help > Emacs Psychotherapist shows this:

,----
| <menu-bar> <help-menu> <emacs-psychotherapist> runs the command doctor
|   which is an interactive autoloaded Lisp function in `doctor'.
| It is bound to <menu-bar> <help-menu> <emacs-psychotherapist>.
| (doctor)
| 
| Switch to *doctor* buffer and start giving psychotherapy.
`----

Either of these will get rid of this binding:

(define-key global-map [menu-bar help-menu emacs-psychotherapist] nil)

(define-key menu-bar-help-menu [emacs-psychotherapist] nil)





  parent reply	other threads:[~2009-02-02  6:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-01 22:48 how to remove a menu item? Xah Lee
2009-02-02  5:25 ` B. T. Raven
2009-02-02  6:38 ` Drew Adams [this message]
     [not found] ` <mailman.6481.1233556723.26697.help-gnu-emacs@gnu.org>
2009-02-03  1:57   ` B. T. Raven
2009-02-03  4:12     ` Drew Adams
2009-02-03  5:21   ` Xah Lee
2009-02-03 16:32     ` B. T. Raven
2009-02-07 19:47       ` Xah Lee
2009-02-09 17:10         ` B. T. Raven

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='004801c98500$de79aca0$0200a8c0@us.oracle.com' \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=xahlee@gmail.com \
    /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.