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 11:22:33 -0800 Message-ID: <2EA55F625B94404BB0383CF120278658@us.oracle.com> References: 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 1361128974 7747 80.91.229.3 (17 Feb 2013 19:22:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Feb 2013 19:22:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Glenn Morris'" , "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 17 20:23:15 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 1U79pT-0001DS-7b for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2013 20:23:15 +0100 Original-Received: from localhost ([::1]:43673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U79p9-0001xM-9G for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2013 14:22:55 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U79p2-0001xE-KX for emacs-devel@gnu.org; Sun, 17 Feb 2013 14:22:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U79p0-0006q3-69 for emacs-devel@gnu.org; Sun, 17 Feb 2013 14:22:48 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:40559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U79oz-0006px-Vt; Sun, 17 Feb 2013 14:22:46 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r1HJMiNl019023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 17 Feb 2013 19:22:45 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1HJMiPJ013987 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Feb 2013 19:22:44 GMT Original-Received: from abhmt116.oracle.com (abhmt116.oracle.com [141.146.116.68]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1HJMixV013101; Sun, 17 Feb 2013 13:22:44 -0600 Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 17 Feb 2013 11:22:43 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac4NQkskBOrP2sjxTpel/ZhzKcRq6wAAT4mA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] 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:157109 Archived-At: > >> - '(menu-item "Project support (EDE)" > >> + '(menu-item "Project Support (EDE)" > > > > FWIW, I prefer the "less capitalized" forms. > > Existing Emacs menus seems to have standardized on > capitalizing, AFAICS. > > http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00679.html > > I thought this was written down somewhere, but cannot find it at the > moment. That's what I thought too, but thanks for the reference. Whether or not there is a new decision about the convention to use, let's document it, as Fuqiao suggested.