From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: how to remove a menu item?
Date: Sun, 01 Feb 2009 23:25:55 -0600 [thread overview]
Message-ID: <EPGdnRBZXblCHhvUnZ2dnUVZ_sWWnZ2d@sysmatrix.net> (raw)
In-Reply-To: <b155a4d5-8701-4f2d-a13c-ab194a78470d@u18g2000pro.googlegroups.com>
Xah Lee wrote:
> if i want to remove the menu under Help ‣ Emacs Psychotherapist, how
> do i do it?
>
> Thanks.
>
> Xah
> ∑ http://xahlee.org/
>
> ☄
It looks like you'll have to figure out how this file works:
menu-bar.el
This code is certainly relevant but more probably has to be done than
merely excising it:
(define-key menu-bar-help-menu [eliza]
'(menu-item "Emacs Psychotherapist" doctor
:help "Our doctor will help you feel better"))
(define-key menu-bar-help-menu [sep4]
'("--")) ;;; I assume that this is the separator line above on the
Help menu panel
Also relevant is .../lisp/play/doctor.el
next prev parent reply other threads:[~2009-02-02 5:25 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 [this message]
2009-02-02 6:38 ` Drew Adams
[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
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=EPGdnRBZXblCHhvUnZ2dnUVZ_sWWnZ2d@sysmatrix.net \
--to=nihil@nihilo.net \
--cc=help-gnu-emacs@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.
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).