Re: hs-hide-block-behavior

Johan Myréen <[email protected]> Sat, 8 Aug 2026 22:21:13 +0300
Newsgroups gmane.emacs.devel
Message-ID <CA+TD5hiHJxwc2eELaW3jJsGm1LcVEmVwmG7xzkocHZ4OVTviXA@mail.gmail.com>
Den lör 8 aug. 2026 21.54Elijah Gabe Pérez <[email protected]> skrev:

>
> > Shouldn't the 'after-cursor' value be 'after-point'?
>
> If the convention is to use the term 'point' instead of 'cursor', then
> yes, i don't know in which cases 'cursor' and 'point' should be used, I
> named that value that way because using 'point' seemed odd to me.
>

"After cursor" and "after point" would actually be different positions.

From the Emacs Lisp Reference Manual: "Like other positions, point
designates a place between two characters (or before the first character,
or after the last character), rather than a particular character. Many
terminals display the cursor over the character that immediately follows
point; on such terminals, point is actually before the character on which
the cursor sits."