From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Input for TTY menus Date: Fri, 18 Oct 2013 21:14:39 +0300 Message-ID: <83li1qmoog.fsf@gnu.org> References: <831u4llymo.fsf@gnu.org> <83r4bjoq33.fsf@gnu.org> <83bo2nnkel.fsf@gnu.org> <5F73A0A0-033A-40C2-8B15-AF5AFCBB944B@mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1382120089 11414 80.91.229.3 (18 Oct 2013 18:14:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 18:14:49 +0000 (UTC) Cc: emacs-devel@gnu.org, darren.hoo@gmail.com To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 18 20:14:53 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VXEZX-0003jb-66 for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 20:14:51 +0200 Original-Received: from localhost ([::1]:59007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXEZW-0004Uf-MN for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 14:14:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXEZP-0004UR-AT for emacs-devel@gnu.org; Fri, 18 Oct 2013 14:14:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXEZI-0006rX-5s for emacs-devel@gnu.org; Fri, 18 Oct 2013 14:14:43 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:36831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXEZH-0006qW-Ub for emacs-devel@gnu.org; Fri, 18 Oct 2013 14:14:36 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MUV00A00M9QFC00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 18 Oct 2013 21:14:34 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUV00A4YMOA8L80@a-mtaout22.012.net.il>; Fri, 18 Oct 2013 21:14:34 +0300 (IDT) In-reply-to: <5F73A0A0-033A-40C2-8B15-AF5AFCBB944B@mit.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164321 Archived-At: > From: chad > Date: Fri, 18 Oct 2013 10:41:33 -0700 > Cc: Darren Hoo , emacs-devel@gnu.org > > Both gui and terminal emacs under NS have a services menu, but only > the gui NS emacs is correctly populating it from the system. It > seems to be created in nsterm.m:ns_term_init() when the application > menu is created (look for svcsMenu). > > > Also, if you invoke tmm-menubar with M-`, does the Services item > > appear there, and if so, can it be selected and used as you'd expect? > > It tmm-menu does have a Services item, and it's empty there also. Thanks for explaining and for testing. > At a guess, the NS port is creating a stub for the menubar, and > then moving it into the application menu in some NS gui-only code. I see something in nsfns.m. Perhaps some NS person could look into fixing this.