emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: C-d deleting region considered harmful


From: Drew Adams
Subject: RE: C-d deleting region considered harmful
Date: Sun, 19 Sep 2010 05:40:12 -0700

> Likely.  Emacs has the cursor _between_ characters.  vi has the cursor
> _on_ characters.  So vi has commands for inserting before and after a
> character, before and after a line and so on.  Emacs has only one kind
> of insertion, _at_ point.

Yes.  Maybe this helps too:

The cursor is a graphic indication of the text insertion position, aka point.
The position is unambiguous, no matter how the cursor might indicate that
position.

Typically, when the cursor shape is not narrow enough to show between two chars
it is displayed more or less on top of the char that follows the insertion
point.

A bar cursor is narrow enough to show between two chars.  A box cursor is wide
enough that it is shown in Emacs on top of the char after point.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]