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

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

Re: forward 1 (was: Re: indent-buffer)


From: Emanuel Berg
Subject: Re: forward 1 (was: Re: indent-buffer)
Date: Tue, 15 Feb 2022 02:44:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> It seems that `forward-line', `forward-char', `forward-word'
> and `backward-char' now takes 1 as the default, and it also
> seems to be the case that using `backward-char' does no
> longer make the byte-compiler say that the correct way is to
> use (forward-char -1) - which is good, since `backward-char'
> is more idiomatic [...]

So there is a `forward-char' and a `backward-char';
a `forward-word' and a `backward-word'; a `forward-sentence'
and a `backward-sentence'; but while there is
a `forward-line', there isn't a "backward-line", so there one
will still have to use

  (forward-line)    ; advance one line
  (forward-line -1) ; go back one line

with

  (forward-line 0)  ; those who know know

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




reply via email to

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