From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rjjd" Newsgroups: gmane.emacs.help Subject: Re: Add a submenu to global menu-bar Date: 17 Jan 2007 16:33:42 -0800 Organization: http://groups.google.com Message-ID: <1169080422.739825.60620@q2g2000cwa.googlegroups.com> References: <1168873240.551127.136850@m58g2000cwm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1169080833 5017 80.91.229.12 (18 Jan 2007 00:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Jan 2007 00:40:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 18 01:40:30 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H7LKM-0006uS-Ds for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jan 2007 01:40:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7LKM-0000Rz-UJ for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Jan 2007 19:40:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q2g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 59 Original-NNTP-Posting-Host: 69.21.248.150 Original-X-Trace: posting.google.com 1169080448 30367 127.0.0.1 (18 Jan 2007 00:34:08 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 18 Jan 2007 00:34:08 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50215),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q2g2000cwa.googlegroups.com; posting-host=69.21.248.150; posting-account=0Ozkkg0AAAAh4Pu9GYw76Oq9hf25I9Fk Original-Xref: shelby.stanford.edu gnu.emacs.help:144799 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:40403 Archived-At: Aside... Re: "I can't find it in gmane or google." It doesn't matter directly now, but I went to Google groups and searched for "Code example [Re: define-key OK; defiune-key-". It found my post at http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/2263c2a733b9289e/37567ecb03b3f602?lnk=st&q=Code+example+%5BRe%3A+define-key+OK%3B+defiune-key-&rnum=1&hl=en#37567ecb03b3f602 (I couldn't respond earlier. No electric power since Monday morning!) Bob Leo wrote: > On 2007-01-15, Rjjd said: > > > A while back, I posted a menu example. > > Search for "Code example [Re: define-key OK; defiune-key-" (with the > > misspelling!) > > > > Bob > > > > Leo wrote: > >> On 2007-01-03, Leo said: > >> > >> > Hi all, > >> > > >> > The following code will add an "Add-On" menu before "File". How can I > >> > control the position of this submenu? i.e. I want to move the menu to > >> > between "Tools" and "Help". Thank you for your help. > >> > > >> > ,---- > >> > | (easy-menu-define sdl-add-on-menu global-map "My Emacs Add-On menu." > >> > | '("Add-On" > >> > | ["Find file at point" ffap] > >> > | ["BBDB" bbdb :visible (fboundp 'bbdb)] > >> > | ["Planner" plan :visible (fboundp 'plan)])) > >> > `---- > >> > >> Help? > >> > >> -- > >> Leo (GPG Key: 9283AA3F) > > On 2007-01-15, Mike Treseler said: > > > Leo wrote: > > > >> I can't find it in gmane or google. > >> > > > > http://groups-beta.google.com/group/gnu.emacs.help/search?q=defiune-key- > > Thank you all for help. That answers my question. > > -- > Leo (GPG Key: 9283AA3F)