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: BACKSPACE in GNU-EMACS editor Date: Wed, 9 Feb 2005 23:10:11 +0100 Message-ID: <609fd6d356296019548ee21d14c6f6d6@Web.DE> References: <1107907664.430179.177880@c13g2000cwb.googlegroups.com> <1107985825.153861.221600@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107987049 24394 80.91.229.2 (9 Feb 2005 22:10:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 22:10:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 09 23:10:48 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cz01m-0000ed-EL for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2005 23:09:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cz0GO-00011D-3m for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2005 17:24:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cz0FU-0000Zo-BT for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 17:23:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cz0FS-0000Yu-JC for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 17:23:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cz0FS-0000Yq-G4 for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 17:23:50 -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 1Cz02L-0004GQ-6J for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 17:10:17 -0500 Original-Received: from [80.184.167.79] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.103 #192) id 1Cz02I-0006qw-00; Wed, 09 Feb 2005 23:10:14 +0100 In-Reply-To: <1107985825.153861.221600@c13g2000cwb.googlegroups.com> Original-To: "new2linux" X-Mailer: Apple Mail (2.619.2) 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:23997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23997 Am 09.02.2005 um 22:50 schrieb new2linux: > how about the arrow keys on the keyboard > (up/down/right/left), do you have any samples ? I have no samples, they're all in some Elisp files you can find using grep etc. Before you can do any key bindings determine the symbols of the keys by checking them with C-h k! You could check too in which way they are changed by pressing modifiers like shift, control, meta, alt, super, hyper ... -- Greetings Pete