all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* alternative to delete key
@ 2007-10-06 13:02 Nikola Skoric
  2007-10-06 13:14 ` Sven Joachim
  2007-10-07  1:35 ` Giorgos Keramidas
  0 siblings, 2 replies; 5+ messages in thread
From: Nikola Skoric @ 2007-10-06 13:02 UTC (permalink / raw)
  To: help-gnu-emacs

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?

-- 
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alternative to delete key
  2007-10-06 13:02 alternative to delete key Nikola Skoric
@ 2007-10-06 13:14 ` Sven Joachim
  2007-10-06 14:24   ` Nikola Skoric
  2007-10-07  1:35 ` Giorgos Keramidas
  1 sibling, 1 reply; 5+ messages in thread
From: Sven Joachim @ 2007-10-06 13:14 UTC (permalink / raw)
  To: help-gnu-emacs

Nikola Skoric <nick-news@net4u.hr> writes:

> 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?

Try C-d.  You also may want to re-read the tutorial and the first
sections of the Emacs manual for these basic things. ;-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alternative to delete key
  2007-10-06 13:14 ` Sven Joachim
@ 2007-10-06 14:24   ` Nikola Skoric
  2007-10-06 16:56     ` Dieter Wilhelm
  0 siblings, 1 reply; 5+ messages in thread
From: Nikola Skoric @ 2007-10-06 14:24 UTC (permalink / raw)
  To: help-gnu-emacs

Dana Sat, 06 Oct 2007 15:14:06 +0200, 
Sven Joachim <svenjoac@gmx.de> kaze:
> Nikola Skoric <nick-news@net4u.hr> writes:
>
>> 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?
>
> Try C-d.  You also may want to re-read the tutorial and the first
> sections of the Emacs manual for these basic things. ;-)

Sorry for wasting your time :-\ Command summary I was looking at says
C-d invokes delete-char, and DEL invokes delete-backward-char. So I
figured those two don't do the same thing. Anyway, I wasn't *that* lazy,
I really did consult google before asking... next time I'll try out the
obvious before concluding they don't do the same thing :-D

-- 
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alternative to delete key
  2007-10-06 14:24   ` Nikola Skoric
@ 2007-10-06 16:56     ` Dieter Wilhelm
  0 siblings, 0 replies; 5+ messages in thread
From: Dieter Wilhelm @ 2007-10-06 16:56 UTC (permalink / raw)
  To: Nikola Skoric; +Cc: help-gnu-emacs

Nikola Skoric <nick-news@net4u.hr> writes:

> Dana Sat, 06 Oct 2007 15:14:06 +0200, 
> Sven Joachim <svenjoac@gmx.de> kaze:
>> Nikola Skoric <nick-news@net4u.hr> writes:
>>
>>> 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?
>>
>> Try C-d.  You also may want to re-read the tutorial and the first
>> sections of the Emacs manual for these basic things. ;-)
>
> Sorry for wasting your time :-\ Command summary I was looking at says
> C-d invokes delete-char, and DEL invokes delete-backward-char. So I
> figured those two don't do the same thing. Anyway, I wasn't *that* lazy,
> I really did consult google before asking... next time I'll try out the
> obvious before concluding they don't do the same thing :-D

delete -> C-d (delete-char)
backspace -> DEL (delete-backward-char)

Google is good and fine but please try C-h t and C-h i, they are not
so bad options after all, i. e. they are an example of very, very fine
documentation 8-).  Besides, EmacsWiki comes to mind as well.

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alternative to delete key
  2007-10-06 13:02 alternative to delete key Nikola Skoric
  2007-10-06 13:14 ` Sven Joachim
@ 2007-10-07  1:35 ` Giorgos Keramidas
  1 sibling, 0 replies; 5+ messages in thread
From: Giorgos Keramidas @ 2007-10-07  1:35 UTC (permalink / raw)
  To: help-gnu-emacs

On Sat, 6 Oct 2007 13:02:28 +0000 (UTC),
Nikola Skoric <nick-news@net4u.hr> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-07  1:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-06 13:02 alternative to delete key Nikola Skoric
2007-10-06 13:14 ` Sven Joachim
2007-10-06 14:24   ` Nikola Skoric
2007-10-06 16:56     ` Dieter Wilhelm
2007-10-07  1:35 ` Giorgos Keramidas

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.