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 16:33:42 +0100 Message-ID: <878uh2210p.fsf@gmx.de> References: <20150111150204.28178.44482@vcs.savannah.gnu.org> <878uh8e3gf.fsf@gmx.de> <8761cc80ja.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421422436 8653 80.91.229.3 (16 Jan 2015 15:33:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2015 15:33:56 +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 16:33:56 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 1YC8uI-00059W-Fg for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2015 16:33:54 +0100 Original-Received: from localhost ([::1]:56172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC8uH-0008MA-U8 for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2015 10:33:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC8uE-0008Ir-VO for emacs-devel@gnu.org; Fri, 16 Jan 2015 10:33:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YC8uA-00082w-Vd for emacs-devel@gnu.org; Fri, 16 Jan 2015 10:33:50 -0500 Original-Received: from mout.gmx.net ([212.227.15.19]:52260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC8uA-00082n-M5 for emacs-devel@gnu.org; Fri, 16 Jan 2015 10:33:46 -0500 Original-Received: from detlef.gmx.de ([87.146.38.247]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LmrUq-1XXaUF1qFo-00hA8r; Fri, 16 Jan 2015 16:33:43 +0100 In-Reply-To: (Stefan Monnier's message of "Thu, 15 Jan 2015 10:14:16 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:x5bw9Px8OsyffTyxqsY5nsfKZBFZmb23cA6gUVU2SqlaDDH1D+N PJkbT7zDbcbo8TmggvxvyfNgJsp89MTdyHpK8WEWyo9yogifxpWck+tYpQQQYs5m7bpw/3I q+Z+xIDJoa8z0hD3kGxXgc62b8/fxKTkYmQPFlSgUxFrMNTVe/UsWEh6fY9mQWn0qVItnjQ D7QaRuq34TO4k2SY4twaw== 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.19 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:181330 Archived-At: Stefan Monnier writes: > Is it a real problem? I mean, in which circumstance did you end up > doing (directory-files-recursively "/" "")? I wanted to explore the new directory-files-recursively, and it was the first test which came to my mind. The shortest one to type. It is a corner case only, of course. Do you believe my patch hurts? It's just one line, w/o performance penalties. > Stefan Best regards, Michael.