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

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

Re: Repositioning point to buffer beginning


From: Emanuel Berg
Subject: Re: Repositioning point to buffer beginning
Date: Sat, 22 Oct 2022 04:44:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Heime via Users list for the GNU Emacs text editor wrote:

> (if (eq actm 'beg) (beginning-of-buffer) (end-of-buffer)))

(goto-char (point-min))
(goto-char (point-max))

Se the help for `beginning-of-buffer' and `end-of-buffer'.

Yes, that practice isn't optimal but it's what we have
anyway ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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