From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: [Emacs-diffs] /srv/bzr/emacs/trunk r111816: * lisp/menu-bar.el(menu-bar-tools-menu): Fix case of EDE entry. Date: Sun, 17 Feb 2013 16:39:16 -0800 Message-ID: <88963AD1F3774EF78C998E2FDF3B019B@us.oracle.com> References: <20130217232707.b03e9a514cf5b249b5060b8c@gmail.com><19194CE5D764449083CCF6814B538D8C@us.oracle.com> <20130218075940.3b7bb11e94f1504939886c4e@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361147973 18841 80.91.229.3 (18 Feb 2013 00:39:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2013 00:39:33 +0000 (UTC) Cc: 'Stefan Monnier' , emacs-devel@gnu.org To: "'Xue Fuqiao'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 01:39:55 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 1U7Elv-0007iK-2h for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2013 01:39:55 +0100 Original-Received: from localhost ([::1]:57982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7Ela-0005Rh-Sy for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2013 19:39:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7ElY-0005RP-5L for emacs-devel@gnu.org; Sun, 17 Feb 2013 19:39:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7ElX-0003Fz-9w for emacs-devel@gnu.org; Sun, 17 Feb 2013 19:39:32 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:44460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7ElX-0003Fv-3W for emacs-devel@gnu.org; Sun, 17 Feb 2013 19:39:31 -0500 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r1I0dSq4025101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 Feb 2013 00:39:29 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1I0dRu9016482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Feb 2013 00:39:28 GMT Original-Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1I0dRwW027629; Sun, 17 Feb 2013 18:39:27 -0600 Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 17 Feb 2013 16:39:27 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <20130218075940.3b7bb11e94f1504939886c4e@gmail.com> Thread-Index: Ac4Nat3YPsD36vi0S7epAgEe1XvhcgABRrGA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:157116 Archived-At: > > Emacs generally sets off menu names using `...' in the > > manual (e.g., "Click on `Set Default Font' in the > > `Options' menu", "click on the menu item named > > `Source Code Parsers (Semantic)' in the `Tools' menu"). > > But the menu item for Semantic doesn't have `...', and I don't think > that it should have `...'. Sorry, I have no idea what you mean. In node `Semantic' of the Emacs manual the text is exactly as I quoted it, at least in my version of Emacs (from 2013-02-15 trunk). What "menu item for Semantic" are you referring to?