all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: matthew.a.hess@gmail.com
Cc: help-gnu-emacs@gnu.org
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	[thread overview]
Message-ID: <4ECB180E-9FF3-4C4D-97AA-3D762D97FFAB@Web.DE> (raw)
In-Reply-To: <0caacc78-2b64-40e0-8359-f52ad39b0010@z6g2000pre.googlegroups.com>


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







  parent reply	other threads:[~2008-08-05 22:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05  4:32 New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0) matthew.a.hess
2008-08-05  6:28 ` Pascal J. Bourguignon
2008-08-05  8:01   ` matt
2008-08-05 14:54 ` Nikolaj Schumacher
     [not found] ` <mailman.15890.1217948083.18990.help-gnu-emacs@gnu.org>
2008-08-05 22:24   ` matt
2008-08-05 22:39 ` Peter Dyballa [this message]
     [not found] ` <mailman.15909.1217975993.18990.help-gnu-emacs@gnu.org>
2008-08-06  1:00   ` matt
2008-08-06  6:44     ` Peter Dyballa
     [not found]     ` <mailman.15926.1218006293.18990.help-gnu-emacs@gnu.org>
2008-08-06 16:19       ` matt
2008-08-06 18:27         ` Peter Dyballa
     [not found]         ` <mailman.15947.1218047239.18990.help-gnu-emacs@gnu.org>
2008-08-08  8:12           ` matt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ECB180E-9FF3-4C4D-97AA-3D762D97FFAB@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=matthew.a.hess@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.