From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Key-binding clash between gnus and calc Date: Wed, 23 Nov 2005 10:42:04 +0100 Message-ID: <85u0e3ya37.fsf@lola.goethe.zz> 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> <874q63zppw.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132746802 13601 80.91.229.2 (23 Nov 2005 11:53:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2005 11:53:22 +0000 (UTC) Cc: belanger@truman.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 23 12:53:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EetBR-0002Wx-0r for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2005 12:53:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EetBG-0002p1-Av for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2005 06:52:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EerFn-0002Ax-JQ for emacs-devel@gnu.org; Wed, 23 Nov 2005 04:49:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EerF2-00020d-Kl for emacs-devel@gnu.org; Wed, 23 Nov 2005 04:48:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eer8Y-0001Jq-5q for emacs-devel@gnu.org; Wed, 23 Nov 2005 04:41:58 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eer8Y-0006sr-C4 for emacs-devel@gnu.org; Wed, 23 Nov 2005 04:41:58 -0500 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1Eer8X-0004Cx-6G; Wed, 23 Nov 2005 04:41:57 -0500 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 3F70A1C12C94; Wed, 23 Nov 2005 10:42:04 +0100 (CET) Original-To: Juri Linkov In-Reply-To: <874q63zppw.fsf@jurta.org> (Juri Linkov's message of "Wed, 23 Nov 2005 11:19:07 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:46474 Archived-At: Juri Linkov writes: >>> It looks like the only symbol listed above that is consistently >>> available without a modifier key (to avoid having to change the >>> modifier keys while typing the key sequence in) is the comma. >>> >>> 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 agree. `,' has "next, please" mnemonics like e.g. in `M-,' (next-tag). next please, like in C-x # runs the command server-edit which is an interactive compiled Lisp function in `server.el'. It is bound to C-x #. (server-edit &optional ARG) Switch to next server editing buffer; say "Done" for current buffer. [...] Too bad that we are not in keybinding restructuring mode, but it would look like a candidate after the release. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum