From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r105295: * lisp/progmodes/etags.el (etags-file-of-tag, etags-tags-table-files) Date: Tue, 2 Aug 2011 00:34:07 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312259659 15461 80.91.229.12 (2 Aug 2011 04:34:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 04:34:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 06:34:15 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qo6gI-0007lb-80 for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 06:34:14 +0200 Original-Received: from localhost ([::1]:44529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo6gH-0002Od-Bc for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 00:34:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo6gE-0002OQ-23 for emacs-devel@gnu.org; Tue, 02 Aug 2011 00:34:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qo6gC-0002Qe-SE for emacs-devel@gnu.org; Tue, 02 Aug 2011 00:34:10 -0400 Original-Received: from mail-ey0-f174.google.com ([209.85.215.174]:61160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo6gC-0002QW-IS for emacs-devel@gnu.org; Tue, 02 Aug 2011 00:34:08 -0400 Original-Received: by eyx24 with SMTP id 24so8145972eyx.19 for ; Mon, 01 Aug 2011 21:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Gzjq6S+W2wYDeS9Av+V7m0t6h8pnZRAvwuBuavcKA2M=; b=EAwPPLvTdqKZpD9irA98n3gzuY7aK2qfbp/yuecbcvUTtoC+Wr/bpobB6wB2XtVI3+ ny6EIps85i4rQ22PMA+46Z9XS923WIb+s1AVRUDhJG+joWWwkUD6+55nKUvRkjukDaYG tuNarcTG/p9A5A7FoxxZ9ihsvNIV8g99HMakI= Original-Received: by 10.213.28.135 with SMTP id m7mr55897ebc.27.1312259647227; Mon, 01 Aug 2011 21:34:07 -0700 (PDT) Original-Received: by 10.213.29.212 with HTTP; Mon, 1 Aug 2011 21:34:07 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: UdVW3urNl1xoJbIK1VDhW5aUp74 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.174 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:142671 Archived-At: On Mon, Aug 1, 2011 at 11:39 PM, Stefan Monnier wrote: >> =C2=A0 * lisp/progmodes/etags.el (etags-file-of-tag, etags-tags-table-fi= les) >> =C2=A0 (etags-tags-included-tables): Call `convert-standard-filename' on >> =C2=A0 the file names contained in TAGS so that windows Emacs can handle >> =C2=A0 TAGS files created by cygwin ctags. > > Is that really right? > I mean, convert-standard-filename should only ever be called on absolute > file names, and we have no guarantee that file names in TAGS are > absolute, do we? I think that they are already absolute when I call `convert-standard-filena= me'. at any rate, it wfm new :-) --=20 Sam Steingold