From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier 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, 02 Aug 2011 14:57:15 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1312311447 5371 80.91.229.12 (2 Aug 2011 18:57:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 18:57:27 +0000 (UTC) Cc: sds@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 20:57:22 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 1QoK9a-0002HO-53 for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 20:57:22 +0200 Original-Received: from localhost ([::1]:33976 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoK9Z-0008C9-Jo for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 14:57:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoK9W-0008Bt-KE for emacs-devel@gnu.org; Tue, 02 Aug 2011 14:57:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoK9V-0004Aw-Rv for emacs-devel@gnu.org; Tue, 02 Aug 2011 14:57:18 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:60218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoK9U-00049v-4I; Tue, 02 Aug 2011 14:57:16 -0400 Original-Received: from ceviche.home ([70.80.89.35]) by vl-mr-mrz22.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTP id <0LPB007X5DZF9520@vl-mr-mrz22.ip.videotron.ca>; Tue, 02 Aug 2011 14:57:15 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id 69512660CF; Tue, 02 Aug 2011 14:57:15 -0400 (EDT) In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 24.201.245.36 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:142734 Archived-At: > convert-standard-filename can be called on any file name, not just an > absolute ones. Of course, it will only do what Sam wants if the file > name begins with /cygdrive/, i.e. is absolute, but your assertion > seemed to be more general than that. C-h f convert-standard-filename RET: FILENAME should be an absolute file name since the conversion rules sometimes vary depending on the position in the file name. E.g. c:/foo is a valid DOS file name, but c:/bar/c:/foo is not. -- Stefan