From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.help Subject: Re: alternative to delete key Date: Sun, 07 Oct 2007 04:35:14 +0300 Organization: SunSITE.dk - Supporting Open source Message-ID: <873awnd7vx.fsf@kobe.laptop> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191732701 9067 80.91.229.12 (7 Oct 2007 04:51:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 04:51:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 07 06:51:39 2007 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 1IeL8A-0000pH-Kz for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Oct 2007 03:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeL85-0002mc-G7 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Oct 2007 21:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (berkeley-unix) Cancel-Lock: sha1:uXzmuv9rfygXMKtCRMl0FtgSGCg= Original-Lines: 9 Original-NNTP-Posting-Host: 81.186.70.25 Original-X-Trace: news.sunsite.dk DXC=ZfO_EOg3IkNMG4[9BMmA=KYSB=nbEKnkKjL0kO3l6odNL^MjGX7f^UIZ@YZIcA?OicZ\WiEk0R\XF`3_GC Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:152667 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:48176 Archived-At: On Sat, 6 Oct 2007 13:02:28 +0000 (UTC), Nikola Skoric wrote: > Is there another binding for deleting a character on wich the cursor > is other than delete key? I hate it when I have to move my hand to > readh the delete key. Any alternatives? `C-d' is bound to `delete-char' by default, and its behavior is the one you describe.