From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Derived Mode 102 Keybindings and Menu Date: Tue, 21 Mar 2006 17:13:33 -0500 Organization: Bell Sympatico Message-ID: <87k6ancusr.fsf-monnier+gnu.emacs.help@gnu.org> References: <871wwvg2i0.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142980839 10597 80.91.229.2 (21 Mar 2006 22:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Mar 2006 22:40:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 21 23:40:36 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FLpWb-0004Pm-0n for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Mar 2006 23:40:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLpWl-00008f-6t for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Mar 2006 17:40:35 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:7Awdd443hBQlpRttipooSH6qn4g= Original-Lines: 18 Original-NNTP-Posting-Host: 70.55.140.81 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1142979213 70.55.140.81 (Tue, 21 Mar 2006 17:13:33 EST) Original-NNTP-Posting-Date: Tue, 21 Mar 2006 17:13:33 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:138312 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33925 Archived-At: >> (easy-menu-define foo-menu foo-mode-map "Foo mode menu." >> '("Foo" >> [...] >> [...] >> ...)) >> >> and then in foo-mode you do >> (easy-menu-add foo-menu) > For cross-compatibility XEmacs needs a more verbose approach, including > passing the keymap as an argument. I've used the above code in sml-mode and AFAIK it worked both in Emacs and XEmacs. So, I don't think you need "a more verbose approach" for XEmacs. Stefan