From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: dired: make dired-maybe-insert-subdir always skip trivial files Date: Thu, 25 Dec 2014 22:18:03 +0200 Organization: LINKOV.NET Message-ID: <87a92bfpqc.fsf@mail.linkov.net> References: <87k31fh7nd.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1419538781 30818 80.91.229.3 (25 Dec 2014 20:19:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Dec 2014 20:19:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Filipp Gunbin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 25 21:19:34 2014 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 1Y4Esf-0006DG-Kg for ged-emacs-devel@m.gmane.org; Thu, 25 Dec 2014 21:19:33 +0100 Original-Received: from localhost ([::1]:51724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4Ese-0002qt-M5 for ged-emacs-devel@m.gmane.org; Thu, 25 Dec 2014 15:19:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4Esb-0002qo-VT for emacs-devel@gnu.org; Thu, 25 Dec 2014 15:19:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4EsY-0003R8-Mt for emacs-devel@gnu.org; Thu, 25 Dec 2014 15:19:29 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:46471 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4EsY-0003R4-HA for emacs-devel@gnu.org; Thu, 25 Dec 2014 15:19:26 -0500 Original-Received: from localhost.linkov.net (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 1D9D33096F74C3; Thu, 25 Dec 2014 12:19:22 -0800 (PST) In-Reply-To: (Filipp Gunbin's message of "Thu, 25 Dec 2014 22:51:10 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.163.222.226 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:180672 Archived-At: > This way, (unless ...) will be evaluated even if `dired-goto-subdir' > returned nil. I thought that dired-subdir-hidden-p will handle this situation, but then actually I see no problem in using t always.