GNU bug report logs -
#37334
26.3; doc string of `backward-word'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Sat, 7 Sep 2019 18:59:01 UTC
Severity: minor
Tags: notabug
Found in version 26.3
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Sep 2019 22:11:02 +0300
with message-id <83sgp753cp.fsf <at> gnu.org>
and subject line Re: bug#37334: 26.3; doc string of `backward-word'
has caused the debbugs.gnu.org bug report #37334,
regarding 26.3; doc string of `backward-word'
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
37334: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37334
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This paragraph does not belong in the doc string of `backward-word':
The word boundaries are normally determined by the buffer's
syntax table and character script (according to
'char-script-table'), but 'find-word-boundary-function-table',
such as set up by 'subword-mode', can change that. If a Lisp
program needs to move by words determined strictly by the syntax
table, it should use 'backward-word-strictly' instead. See Info
node '(elisp) Word Motion' for details.
At most, it should just say "See Info node '(elisp) Word Motion' for
information about word syntax and word boundaries" - or just "See Info
node '(elisp) Word Motion'".
In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
of 2019-08-29
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor `Microsoft Corp.', version 10.0.17763
Configured using:
`configure --without-dbus --host=x86_64-w64-mingw32
--without-compress-install 'CFLAGS=-O2 -static -g3''
[Message part 3 (message/rfc822, inline)]
tags 37334 notabug
thanks
> Date: Sat, 7 Sep 2019 11:58:08 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
>
> This paragraph does not belong in the doc string of `backward-word':
>
> The word boundaries are normally determined by the buffer's
> syntax table and character script (according to
> 'char-script-table'), but 'find-word-boundary-function-table',
> such as set up by 'subword-mode', can change that. If a Lisp
> program needs to move by words determined strictly by the syntax
> table, it should use 'backward-word-strictly' instead. See Info
> node '(elisp) Word Motion' for details.
I see no reason to claim this "doesn't belong", as it clearly _is_
relevant to word movement. See also bug#22560 for some additional
background.
This bug report was last modified 5 years and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.