From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jorge Alberto Garcia Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] add emacsclient support to open with file:linum syntax Date: Fri, 8 Jan 2016 11:52:02 -0600 Message-ID: References: <838u40qw8j.fsf@gnu.org> <837fjkozax.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1452275579 1255 80.91.229.3 (8 Jan 2016 17:52:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2016 17:52:59 +0000 (UTC) Cc: Eli Zaretskii , Yuri Khan , Emacs developers To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 18:52:58 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aHbDV-0003tI-TU for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2016 18:52:50 +0100 Original-Received: from localhost ([::1]:37553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHbDV-0007uU-5B for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2016 12:52:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHbDR-0007uE-KK for emacs-devel@gnu.org; Fri, 08 Jan 2016 12:52:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHbDQ-0000aQ-T9 for emacs-devel@gnu.org; Fri, 08 Jan 2016 12:52:45 -0500 Original-Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:35626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHbDP-0000Yb-4d; Fri, 08 Jan 2016 12:52:43 -0500 Original-Received: by mail-ob0-x22f.google.com with SMTP id xn1so85947994obc.2; Fri, 08 Jan 2016 09:52:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=w5QWR8lOX8jbyaSGiJIKMBddvCm0qd/NCwX5T0cdlbY=; b=yaIBbUokQtUMKji7Z9NR8BnIIYX3JvjbPKAVEPNyydCuBYS7CoR2JhRFNTWBYZa9tI qmScQ0gEB6LfX50WHdVArQncpB4MIlmPBivGM69F31rpLvPHA+ptISGq57PXT4XIaWWZ A4jBPiq8IZ5RdcGjiFZ81wKi1rUJQ4TxFfLyKQ0ZEI5myOdM0f7t4aQltND5rRUqKT/9 NI8cxNDIEAxwPKufE45Hg23eqbFqp/TmeDQqYclNf+VKxHMnoGJ8l+aDmKVIO8VZh2/e 2EN/BeTgvSK1KYPDehwnmx6Bu/F3BamOGPOCqgj5SytzMtDWNPJV07pkFVpiM1O0htxB DnCA== X-Received: by 10.182.242.4 with SMTP id wm4mr39848872obc.85.1452275562586; Fri, 08 Jan 2016 09:52:42 -0800 (PST) Original-Received: by 10.202.92.213 with HTTP; Fri, 8 Jan 2016 09:52:02 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:4003:c01::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197840 Archived-At: On Fri, Jan 8, 2016 at 10:54 AM, Kaushal Modi wrote: >> Eli, do you think this would be acceptable ? > > Actually, after I replied, it made me think.. > > Instead of a mysterious lonely "+" argument, would it make more sense to a > descriptive argument like "--files-with-linenum-colnum"? > maybe a shorter one based on this ? ie : emacsclient --file-linenum > Eli and the emacs-dev list, feel free to suggest if this is a good idea or > if a different argument name is more appropriate. > > Of course, emacsclient -help should show this new argument. >