help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: usability issue


From: David Kastrup
Subject: Re: usability issue
Date: 11 Jan 2003 14:28:52 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> "Ehud Karni" <ehud@unix.mvs.co.il> writes:
> 
> > Because beginning-of-line and end-of-line are more useful and we
> > want to use only 1 key for these functions.
> 
> I once wrote something that allows you to hit <home> once to go to
> beginning of line, twice in a row to go to the beginning of the
> window, and thrice to go to the beginning of the buffer.
> 
> The implementation sucks somewhat, I'm afraid.
> 
> But I think the feature is good, so WIBNI this functionality came
> standard with Emacs?  What do people think.

I'd think beginning of window odious.  I would recommend start of
line, start of section/defun, start of buffer.

As to the implementation: I would recommend to make it stateless: the
implementation will simply check whether the cursor currently is at
the start of line/section and move to the beginning of the smallest
unit for which it is not yet already at the beginning.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

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