emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38443: closed (26.3; nitpicking: in server-process-filter's docstrin


From: GNU bug Tracking System
Subject: bug#38443: closed (26.3; nitpicking: in server-process-filter's docstring, -position LINE[:COLUMN] should be -position +LINE[:COLUMN])
Date: Sun, 08 Dec 2019 02:57:01 +0000

Your message dated Sat, 07 Dec 2019 11:51:19 +0200
with message-id <address@hidden>
and subject line Re: bug#38443: 26.3; nitpicking: in server-process-filter's 
docstring, -position LINE[:COLUMN] should be -position +LINE[:COLUMN]
has caused the debbugs.gnu.org bug report #38443,
regarding 26.3; nitpicking: in server-process-filter's docstring, -position 
LINE[:COLUMN] should be -position +LINE[:COLUMN]
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38443: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38443
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#38443: 26.3; nitpicking: in server-process-filter's docstring, -position LINE[:COLUMN] should be -position +LINE[:COLUMN] Date: Sat, 07 Dec 2019 11:51:19 +0200
> From: Xu Chunyang <address@hidden>
> 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.

Thanks, fixed.


--- End Message ---

reply via email to

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