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: Tue, 12 Jan 2016 15:26:04 -0600

On Tue, Jan 12, 2016 at 3:04 PM, John Wiegley <address@hidden> wrote:
>>>>>> Eli Zaretskii <address@hidden> writes:
>
>> Indeed, I think a separate new option is better. There's no need for us to
>> invent any clever syntax that is half backward-compatible.
>
> +1 on everything Eli has said about environment variables being suitable only
> for debug options, and using a flag rather than fancy new semantics for names
> with colons, and for also having a short option to enable this behavior.
>
Sure, actually the patch I sent, already follows Eli's suggestion to
add a new flag :)

+  { "files-with-line-col", no_argument, NULL, 'l' },

so we can use either:
emacsclient -l  somefile:[LINE]:[COLUMN]
emacsclient --files-with-line-col  somefile:[LINE]:[COLUMN]

if no line or column is provided it just open 'somefile' following
Kaushal Modi suggestion.

> --
> John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
> http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2



reply via email to

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