GNU bug report logs - #38443
26.3; nitpicking: in server-process-filter's docstring, -position LINE[:COLUMN] should be -position +LINE[:COLUMN]

Previous Next

Package: emacs;

Reported by: Xu Chunyang <xuchunyang56 <at> gmail.com>

Date: Sun, 1 Dec 2019 14:03:01 UTC

Severity: normal

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

From: Xu Chunyang <xuchunyang56 <at> gmail.com>
To: 38443 <at> debbugs.gnu.org
Subject: bug#38443: 26.3; nitpicking: in server-process-filter's docstring, -position LINE[:COLUMN] should be -position +LINE[:COLUMN]
Date: Sun, 1 Dec 2019 22:01:57 +0800
C-h f server-process-filter says

`-position LINE[:COLUMN]'
  Go to the given line and column number
  in the next file opened.

but I find it doesn't work:

~ $ nc -U $TMPDIR/emacs501/server
-position 10 -file .
-emacs-pid 284
-error Invalid&_&-position&_command&_in&_client&_args
-emacs-pid 284

however, -position +LINE[:COLUMN] works, in other words, + is missed
in the docstring.

~ $ nc -U $TMPDIR/emacs501/server
-position +10 -file .
-emacs-pid 284




This bug report was last modified 5 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.