Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion open selected filename; open file to a given line number

Received: by 10.216.192.8 with SMTP id h8mr300992wen.9.1318922548578;
        Tue, 18 Oct 2011 00:22:28 -0700 (PDT)
X-BeenThere: scite-interest@googlegroups.com
Received: by 10.227.94.67 with SMTP id y3ls702167wbm.1.gmail; Tue, 18 Oct 2011
 00:22:27 -0700 (PDT)
Received: by 10.227.147.138 with SMTP id l10mr27589wbv.9.1318922547042;
        Tue, 18 Oct 2011 00:22:27 -0700 (PDT)
Received: by 10.227.147.138 with SMTP id l10mr27588wbv.9.1318922547024;
        Tue, 18 Oct 2011 00:22:27 -0700 (PDT)
Return-Path: <nyamaton...@gmail.com>
Received: from mail-wy0-f180.google.com (mail-wy0-f180.google.com [74.125.82.180])
        by gmr-mx.google.com with ESMTPS id v20si607677wbn.1.2011.10.18.00.22.27
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 18 Oct 2011 00:22:27 -0700 (PDT)
Received-SPF: pass (google.com: domain of nyamaton...@gmail.com designates 74.125.82.180 as permitted sender) client-ip=74.125.82.180;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nyamaton...@gmail.com designates 74.125.82.180 as permitted sender) smtp.mail=nyamaton...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-wy0-f180.google.com with SMTP id 24so260818wyg.25
        for <scite-interest@googlegroups.com>; Tue, 18 Oct 2011 00:22:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=QcbwgD0AyLfwtXj1tB5cfC8q6ezUs95KXd4uV7q3rhk=;
        b=JF8ll+RkcHjThTxea0cGP4JwdDBM3g//iELPfeZFP7tNl/IC8FvwtJTi/91bEeoEDC
         /EgL/VV/UkSUMfmexifpryYnEFBOPEu1d/DvgIMLDvK6g0bAH4XSqxUR08zITHXFY867
         fhs/wdukZ/YLS2X0E4UHkdk9b1nhd/Jnnc6as=
MIME-Version: 1.0
Received: by 10.227.197.207 with SMTP id el15mr431381wbb.31.1318922546878;
 Tue, 18 Oct 2011 00:22:26 -0700 (PDT)
Received: by 10.227.137.15 with HTTP; Tue, 18 Oct 2011 00:22:26 -0700 (PDT)
In-Reply-To: <CAJC=9eakJVSJnDaxykaPS-SkY4kxdrGCYNx89ZzEegdU7PxGMA@mail.gmail.com>
References: <BANLkTi=Op1xLsExyWLKvSpXPtJGQmy+...@mail.gmail.com>
	<CAJC=9eakJVSJnDaxykaPS-SkY4kxdrGCYNx89ZzEegdU7Px...@mail.gmail.com>
Date: Tue, 18 Oct 2011 18:22:26 +1100
Message-ID: <CAMLCkUe1nvZ9r_iUJrJT9e1fhKOsw=WKrZ0=xpy8rHV76v0...@mail.gmail.com>
Subject: Re: [scite] Re: open selected filename; open file to a given line number
From: Neil Hodgson <nyamaton...@gmail.com>
To: scite-interest@googlegroups.com
Content-Type: text/plain; charset=UTF-8

Shawn Rutledge:

> but why couldn't it be a built-in feature?

   Extra interpretation of file names will clash with other peoples
needs such as file names containing ':'. There is a "goto" command
line option so just write a launcher script.

   Neil