From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 38bb639 1/2: * files.el (directory-files-recursively): Do not include remote file names. Date: Fri, 16 Jan 2015 20:38:38 +0100 Message-ID: <87d26e348x.fsf@gmx.de> References: <20150111150204.28178.44482@vcs.savannah.gnu.org> <878uh8e3gf.fsf@gmx.de> <8761cc80ja.fsf@gmx.de> <878uh2210p.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421437134 17875 80.91.229.3 (16 Jan 2015 19:38:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2015 19:38:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 16 20:38:54 2015 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 1YCCjM-0004JH-UJ for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2015 20:38:53 +0100 Original-Received: from localhost ([::1]:57139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCCjM-0006cg-6t for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2015 14:38:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCCjI-0006WW-Bx for emacs-devel@gnu.org; Fri, 16 Jan 2015 14:38:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCCjD-0006LT-Ds for emacs-devel@gnu.org; Fri, 16 Jan 2015 14:38:48 -0500 Original-Received: from mout.gmx.net ([212.227.15.15]:50417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCCjD-0006LG-4J for emacs-devel@gnu.org; Fri, 16 Jan 2015 14:38:43 -0500 Original-Received: from detlef.gmx.de ([87.146.38.247]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0M6jIK-1XrOYm2XUS-00wTTg; Fri, 16 Jan 2015 20:38:40 +0100 In-Reply-To: (Stefan Monnier's message of "Fri, 16 Jan 2015 11:38:26 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:3jLoYc2w0W/dRnjruVqK2/33GAvh6imo9VY5VxF6g+CFSoV49+M Yb/f6/CT7QLH6qArjNWf0abaLv2JpSNzqrOoJUMpmRF91vP0KJGF6tRmy7E6/RFGdyVU8rZ 09+Usk7v+IXHv+1z2CGw3c4ZRDiR8uMovBa27wruY+iJsnS2siTCrioPOOFkgv4/LSAdVxL kotNZvzIx5kD42f/J52Yg== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.15 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:181339 Archived-At: Stefan Monnier writes: > The problem with the patch is that you now have an ad-hoc workaround for > Tramp inside an otherwise perfectly generic function. If it's really > needed, we can live with it and it's not the end of the world, but it > seems that the need for it is not very strong, so I'm leaning towards > removing it. No problem, you're the maintainer. Do you add a comment? > Stefan Best regards, Michael.