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: TeX input method Date: Thu, 05 Oct 2006 09:39:26 -0400 Message-ID: References: <858xjxzgfs.fsf@lola.goethe.zz> <851wppzemy.fsf@lola.goethe.zz> <85d597ql3a.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1160055664 5535 80.91.229.2 (5 Oct 2006 13:41:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Oct 2006 13:41:04 +0000 (UTC) Cc: Kenichi Handa , emacs-devel@gnu.org, Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 05 15:41:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GVTRy-0006C4-Mz for ged-emacs-devel@m.gmane.org; Thu, 05 Oct 2006 15:39:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GVTRx-0003V0-Vf for ged-emacs-devel@m.gmane.org; Thu, 05 Oct 2006 09:39:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GVTRk-0003Ud-V5 for emacs-devel@gnu.org; Thu, 05 Oct 2006 09:39:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GVTRh-0003Sl-F4 for emacs-devel@gnu.org; Thu, 05 Oct 2006 09:39:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GVTRh-0003Si-7p for emacs-devel@gnu.org; Thu, 05 Oct 2006 09:39:29 -0400 Original-Received: from [209.226.175.4] (helo=tomts16-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GVTYK-0004xL-Uw; Thu, 05 Oct 2006 09:46:21 -0400 Original-Received: from localhost ([70.53.194.68]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061005133926.SIMK27612.tomts16-srv.bellnexxia.net@localhost>; Thu, 5 Oct 2006 09:39:26 -0400 Original-Received: by localhost (Postfix, from userid 20848) id A30207ED3; Thu, 5 Oct 2006 09:39:26 -0400 (EDT) Original-To: David Kastrup In-Reply-To: <85d597ql3a.fsf@lola.goethe.zz> (David Kastrup's message of "Thu\, 05 Oct 2006 09\:26\:49 +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:60424 Archived-At: > Well, I have to agree with Stefan that the sequences starting with { > seem somewhat pointless for an input encoding. OK, thanks. I'll install that part. > But ~ is a different beast. The main problem for me with this is that it was difficult to figure out why ~ didn't work the way I expected it (it didn't occur to me at first that it was linked to the input method). E.g. C-h k ~ told me something like: =A0 (translated from ~ =A0) is bound to self-insert-command ... then I looked for some weird key-mapping in key-translation-map and function-key-map. I know it wasn't my brightest moment, but still: this is the only part of the TeX input method which remaps a single key rather than a key-sequence. Stefan