From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Key-binding clash between gnus and calc Date: Wed, 23 Nov 2005 05:53:25 -0600 Message-ID: <87acfv60ne.fsf@vh213602.truman.edu> References: <87lkzo1s34.fsf@vh213602.truman.edu> <87r79fuf4z.fsf@vh213602.truman.edu> <87u0e7i3us.fsf@vh213602.truman.edu> <87fyppi8cl.fsf@vh213602.truman.edu> <87mzjxdk66.fsf@jurta.org> <85iruk4qnf.fsf@lola.goethe.zz> <87br0co9ym.fsf@vh213602.truman.edu> <87zmnwmhlv.fsf@vh213602.truman.edu> <87irujq3ls.fsf@vh213602.truman.edu> <85psorzskw.fsf@lola.goethe.zz> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132750227 25112 80.91.229.2 (23 Nov 2005 12:50:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2005 12:50:27 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 23 13:50:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eety3-0003ys-MM for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2005 13:43:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eety3-00028a-0L for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2005 07:43:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EetEu-0008MZ-M9 for emacs-devel@gnu.org; Wed, 23 Nov 2005 06:56:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EetCR-0005tt-9h for emacs-devel@gnu.org; Wed, 23 Nov 2005 06:54:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EetBo-0004zG-Ch for emacs-devel@gnu.org; Wed, 23 Nov 2005 06:53:29 -0500 Original-Received: from [24.116.0.228] (helo=S2.cableone.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EetBo-000651-9V for emacs-devel@gnu.org; Wed, 23 Nov 2005 06:53:28 -0500 Original-Received: from vh213602.truman.edu.truman.edu (unverified [24.117.225.205]) by S2.cableone.net (CableOne SMTP Service S2) with ESMTP id 37001116 for multiple; Wed, 23 Nov 2005 05:06:10 -0700 Original-To: emacs-devel@gnu.org In-Reply-To: <85psorzskw.fsf@lola.goethe.zz> (David Kastrup's message of "Wed, 23 Nov 2005 09:17:19 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 1, First 48, in=11, out=0, spam=0 X-External-IP: 24.117.225.205 X-Abuse-Info: Send abuse complaints to abuse@cableone.net 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:46480 Archived-At: David Kastrup writes: > Jay Belanger writes: ... >> Before I formally request the keybinding, are there any objections to >> using `C-x,' for `calc-dispatch'? > > It's so unmnemonic. # at least means "number". I don't have a better > suggestion, though. The sequence `C-x*' has the slight advantage of using a math operator at the cost of being slightly more difficult to type. Jay