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: Simple Tasks, new TODO category Date: Fri, 25 Jan 2008 15:39:53 -0800 Message-ID: References: <479A6287.5000405@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201304511 6942 80.91.229.12 (25 Jan 2008 23:41:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2008 23:41:51 +0000 (UTC) Cc: Dan Nicolaescu , tomas@tuxteam.de, "Lennart Borgman \(gmail\)" , =?Windows-1252?Q?Jan_Dj=E4rv?= , emacs-devel@gnu.org To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 00:42:10 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JIYBU-0002ze-Gz for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 00:42:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIYB4-0004D1-51 for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2008 18:41:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIY9Z-0002ZF-VM for emacs-devel@gnu.org; Fri, 25 Jan 2008 18:40:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIY9X-0002Wu-SI for emacs-devel@gnu.org; Fri, 25 Jan 2008 18:40:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIY9X-0002Wn-Oo for emacs-devel@gnu.org; Fri, 25 Jan 2008 18:40:07 -0500 Original-Received: from rgminet01.oracle.com ([148.87.113.118]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JIY9U-00056A-4M; Fri, 25 Jan 2008 18:40:04 -0500 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m0PNdvCw011959; Fri, 25 Jan 2008 16:39:57 -0700 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m0P8dnwT007789; Fri, 25 Jan 2008 16:39:57 -0700 Original-Received: from inet-141-146-46-1.oracle.com by acsmt351.oracle.com with ESMTP id 3538589541201304389; Fri, 25 Jan 2008 15:39:49 -0800 Original-Received: from dradamslap1 (/141.144.73.144) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 25 Jan 2008 15:39:49 -0800 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <479A6287.5000405@gnu.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87529 Archived-At: > > The right way is to provide a way to escape the special meaning for the > > character, not to suppress the meaning (of being able to use an > > access key) for the menu altogether. > > I meant to have that in addition to an escape character. The purpose was > to make things easier for menus that are generated like the Buffers > menu, Imenu etc. Access keys do not make much sense for such menus, so > rather than require the code that generates them to escape all entries, > it would be easier to mark the whole menu as lacking access keys, so the > strings would be used as-is. Agreed.