emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] add emacsclient support to open with file:linum syntax


From: Jorge Alberto Garcia
Subject: Re: [PATCH] add emacsclient support to open with file:linum syntax
Date: Fri, 8 Jan 2016 02:08:02 -0600

On Fri, Jan 8, 2016 at 1:42 AM, Yuri Khan <address@hidden> wrote:
> On Fri, Jan 8, 2016 at 4:35 AM, Jorge Alberto Garcia
> <address@hidden> wrote:
>
>> With this you can do this from cmdline:
>> $ emacsclient -q  -c lib-src/emacsclient.c:1593
>
> What if you want to edit a file whose name is literally “emacsclient.c:1593”?
>
> What if a Windows user wants to edit an NTFS stream named 1593 in file
> emacsclient.c?

mm, interesting !

We could extend the meaning of  '+' to indicate a linenum:column will
be present,
So we could use one of these syntax:

(new)      emacsclient  +  filepath:LINENUM:COL
(current) emacsclient  +LINENUM:COL filepath

-Jorge



reply via email to

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