From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: kbd vs read-key-sequence Date: Fri, 02 Mar 2007 16:03:32 -0500 Message-ID: References: <45E8657D.4080202@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172869446 18493 80.91.229.12 (2 Mar 2007 21:04:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 21:04:06 +0000 (UTC) Cc: Emacs Devel , Jason Rumney To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 02 22:03:58 2007 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 1HNEux-0000hC-EE for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 22:03:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNEuw-0005t9-LR for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 16:03:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNEuj-0005oo-6F for emacs-devel@gnu.org; Fri, 02 Mar 2007 16:03:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNEui-0005mD-6F for emacs-devel@gnu.org; Fri, 02 Mar 2007 16:03:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNEuh-0005la-Vv for emacs-devel@gnu.org; Fri, 02 Mar 2007 16:03:40 -0500 Original-Received: from tomts10.bellnexxia.net ([209.226.175.54] helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HNEud-0005Sq-HD; Fri, 02 Mar 2007 16:03:35 -0500 Original-Received: from pastel.home ([70.55.146.57]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070302210333.YMTU1723.tomts10-srv.bellnexxia.net@pastel.home>; Fri, 2 Mar 2007 16:03:33 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7D672811A; Fri, 2 Mar 2007 16:03:33 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Fri\, 2 Mar 2007 19\:15\:38 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:67239 Archived-At: > But we should then add a note in PROBLEMS or somewhere saying that > binding some non-ASCII key combinations can be problematic. Yeah, probably. But it's been the case sine Emacs-20. And some of the bindings which worked in Emacs-20 failed in Emacs-21, and some of the binding that work in Emacs-21 will fail in Emacs-22, and the same for Emacs-23 most likely. And if you add modifiers it's even more likely to fail. Stefan