From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: umlauts (8bit characters) input Date: Tue, 1 Feb 2005 16:25:00 +0100 Message-ID: <701ED882-7465-11D9-8B7E-000D932A32C4@Web.DE> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1107272682 13304 80.91.229.6 (1 Feb 2005 15:44:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2005 15:44:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 01 16:44:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cw0Cj-0007zv-00 for ; Tue, 01 Feb 2005 16:44:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw0Pg-0002nj-3Z for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Feb 2005 10:58:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cw0M0-0001oS-MO for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 10:54:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cw0Ln-0001hp-Ed for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 10:54:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw0Ll-0001fT-JS for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 10:53:57 -0500 Original-Received: from [217.72.192.224] (helo=smtp06.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cvztp-0002NL-7W for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 10:25:05 -0500 Original-Received: from [80.184.189.180] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.103 #192) id 1Cvztn-00084C-00; Tue, 01 Feb 2005 16:25:03 +0100 In-Reply-To: Original-To: Hendrik Sattler X-Mailer: Apple Mail (2.619) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23813 Am 01.02.2005 um 14:37 schrieb Hendrik Sattler: > And yes, works now. The main difference is that xterm.el adds: > (define-key function-key-map "\e[A" [up]) > (define-key function-key-map "\e[B" [down]) > (define-key function-key-map "\e[C" [right]) > (define-key function-key-map "\e[D" [left]) These and the others are the ANSI escape codes these keys generate. (If=20= you need proof: type C-q and then hit the funktion or numerical keypad=20= key -- you'll see such a sequence.) xterm.el simply assign these=20 multiple bytes sequences a name or function that Emacs can handle these=20= events when running inside a terminal emulation. -- Mit friedvollen Gr=FC=DFen Pete "Computers are good at following instructions, but not at reading your mind." D. E. Knuth, The TeXbook, Addison-Wesley 1984, 1986, 1996, p. 9