all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#38443: 26.3; nitpicking: in server-process-filter's docstring, -position LINE[:COLUMN] should be -position +LINE[:COLUMN]
@ 2019-12-01 14:01 Xu Chunyang
  2019-12-07  9:51 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Xu Chunyang @ 2019-12-01 14:01 UTC (permalink / raw)
  To: 38443

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-07  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-01 14:01 bug#38443: 26.3; nitpicking: in server-process-filter's docstring, -position LINE[:COLUMN] should be -position +LINE[:COLUMN] Xu Chunyang
2019-12-07  9:51 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.