From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0) Date: Wed, 6 Aug 2008 00:39:40 +0200 Message-ID: <4ECB180E-9FF3-4C4D-97AA-3D762D97FFAB@Web.DE> References: <0caacc78-2b64-40e0-8359-f52ad39b0010@z6g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217976031 2159 80.91.229.12 (5 Aug 2008 22:40:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2008 22:40:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: matthew.a.hess@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 06 00:41:15 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KQVDP-00048Y-9A for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Aug 2008 00:41:15 +0200 Original-Received: from localhost ([127.0.0.1]:57020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQVCT-0001Gw-TU for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Aug 2008 18:40:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQVC4-0001EP-3v for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 18:39:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQVC2-0001B1-Ix for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 18:39:51 -0400 Original-Received: from [199.232.76.173] (port=33104 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQVC2-0001AR-FE for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 18:39:50 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:43444) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQVBy-0007DX-74 for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 18:39:47 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id BDE28E8119ED; Wed, 6 Aug 2008 00:39:42 +0200 (CEST) Original-Received: from [91.35.242.154] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1KQVBu-0000PX-00; Wed, 06 Aug 2008 00:39:42 +0200 In-Reply-To: <0caacc78-2b64-40e0-8359-f52ad39b0010@z6g2000pre.googlegroups.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+tOxE1IdGLo0eIWtVufNTfNFfUGFH1MtF4IC1X 6Gqis3vWeku4+TAmTKREvuyyxyQFXmRQaVWBQqKTmrHOI4DzgH uV9/z6bhqFaYQD0DYutw== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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: news.gmane.org gmane.emacs.help:56203 Archived-At: Am 05.08.2008 um 06:32 schrieb matthew.a.hess: > - Pressing C-h deletes backwards instead of help. Running the > describe-key command says that it's DEL (backward-delete-char- > untabify). Invoke 'stty -a' to see your recent settings. 'stty ^h' should clear any binding of C-h. > > I want to get my old key-bindings back: > Delete -> backwards-delete > M-Delete -> backwards-kill-word (global-set-key (kbd "DEL") 'backward-delete) ? (global-set-key (kbd "M-DEL") 'backward-kill-word) ? -- Greetings Pete These are my principles and if you don't like them... well, I have others. - Groucho Marx