From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] add emacsclient support to open with file:linum syntax Date: Tue, 29 Mar 2016 17:37:03 -0700 Organization: UCLA Computer Science Department Message-ID: <56FB1FAF.3070202@cs.ucla.edu> References: <8360z3q4bt.fsf@gnu.org> <56FAF35F.8030803@cs.ucla.edu> <56FB0AEF.5040502@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1459298255 17323 80.91.229.3 (30 Mar 2016 00:37:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2016 00:37:35 +0000 (UTC) Cc: Yuri Khan , Eli Zaretskii , John Wiegley , Emacs developers , Kaushal Modi To: Jorge Alberto Garcia Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 30 02:37:26 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 1al48U-0003S1-EK for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2016 02:37:26 +0200 Original-Received: from localhost ([::1]:51152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1al48T-0005cv-A8 for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2016 20:37:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1al48D-0005cN-Vy for emacs-devel@gnu.org; Tue, 29 Mar 2016 20:37:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1al48D-000618-72 for emacs-devel@gnu.org; Tue, 29 Mar 2016 20:37:09 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:37157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1al489-00060h-EG; Tue, 29 Mar 2016 20:37:05 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 92353161208; Tue, 29 Mar 2016 17:37:04 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id oXmZCLqY8UJs; Tue, 29 Mar 2016 17:37:03 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id E1922161211; Tue, 29 Mar 2016 17:37:03 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AChyuDizp1O1; Tue, 29 Mar 2016 17:37:03 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id C334B161208; Tue, 29 Mar 2016 17:37:03 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:202430 Archived-At: On 03/29/2016 04:29 PM, Jorge Alberto Garcia wrote: > It can, you just assumed you need to use a script, > If you have this patch you can copy/paste the result paths and use it > directly with emacsclient Sure, but I can use copy+paste now and run emacsclient. Yes, it's a pain (either two pastes, or type backspace*-space-plus after the paste), but it's nearly equally painful to use copy+paste with the proposed change (type minus-j-space before the paste). Both methods are so awkward that few people would want to use them. M-x grep is a much better way to use grep with Emacs, and we needn't bother with microoptimizations of an inferior user interface.