From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel Subject: Re: FW: Emacs non-ascii characters Date: Mon, 21 Nov 2005 20:40:28 +0100 (CET) Message-ID: <20051121194028.4C5433F32@rocksteady.printf.se> References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1132604870 31034 80.91.229.2 (21 Nov 2005 20:27:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2005 20:27:50 +0000 (UTC) Cc: jorussel@cisco.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 21:27:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EeIEG-0000gN-AW for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 21:25:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeHw2-0002iT-HG for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 15:06:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EeHiz-0004A4-09 for emacs-devel@gnu.org; Mon, 21 Nov 2005 14:53:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EeHiu-00046O-OW for emacs-devel@gnu.org; Mon, 21 Nov 2005 14:53:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeHWh-0006BU-F0 for emacs-devel@gnu.org; Mon, 21 Nov 2005 14:40:31 -0500 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EeHWh-000764-Ey for emacs-devel@gnu.org; Mon, 21 Nov 2005 14:40:31 -0500 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 437DDD3B000CBA0A; Mon, 21 Nov 2005 20:40:28 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id 4C5433F32; Mon, 21 Nov 2005 20:40:28 +0100 (CET) Original-To: "Drew Adams" In-reply-to: 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:46405 Archived-At: > From: "Drew Adams" > Date: Mon, 21 Nov 2005 11:26:16 -0800 > > This makes me wonder if `C-\' isn't a bad binding for such a command. Should > toggling the input method be on a key binding that is easy to hit by > mistake? > > I don't use that command, so I don't know if it needs to be on a quickly hit > key. If not, should we perhaps move it to a binding with a prefix (e.g. > C-x)? (global-set-key (kbd "C-\\") (lambda () (interactive) (when (y-or-n-p "Really toggle input method? ") (call-interactively 'toggle-input-method))))