From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Sean O'Rourke" Newsgroups: gmane.emacs.bugs Subject: Re: Allow prefix arg for ido-find-*file* (maybe) Date: Sun, 26 Sep 2004 15:02:12 -0700 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1096236185 757 80.91.229.6 (26 Sep 2004 22:03:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2004 22:03:05 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 27 00:02:50 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CBh6Y-00088u-00 for ; Mon, 27 Sep 2004 00:02:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CBhCk-0005Z8-5T for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Sep 2004 18:09:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CBhCh-0005Yh-45 for bug-gnu-emacs@gnu.org; Sun, 26 Sep 2004 18:09:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CBhCg-0005YV-FZ for bug-gnu-emacs@gnu.org; Sun, 26 Sep 2004 18:09:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CBhCg-0005YL-D8 for bug-gnu-emacs@gnu.org; Sun, 26 Sep 2004 18:09:10 -0400 Original-Received: from [132.239.1.60] (helo=mailbox8.ucsd.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CBh63-0005Ro-5C for bug-gnu-emacs@gnu.org; Sun, 26 Sep 2004 18:02:19 -0400 Received-SPF: none (mailbox8.ucsd.edu: domain of sorourke@cs.ucsd.edu does not designate permitted sender hosts) Original-Received: from smtp.ucsd.edu (smtp-a.ucsd.edu [132.239.1.49]) by mailbox8.ucsd.edu (8.13.1/8.13.1) with ESMTP id i8QM2DuL043958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 26 Sep 2004 15:02:14 -0700 (PDT) Original-Received: from 803631aa.dynamic.ucsd.edu (803631aa.dynamic.ucsd.edu [128.54.49.170]) by smtp.ucsd.edu (8.12.10/8.9.3) with ESMTP id i8QM2Dv2008398 for ; Sun, 26 Sep 2004 15:02:13 -0700 (PDT) Original-To: bug-gnu-emacs@gnu.org In-Reply-To: User-Agent: Wanderlust/2.11.31 (Wonderwall) Emacs/21.3 Mule/5.0 (SAKAKI) X-MailScanner: PASSED (v1.2.8 30885 i8QM2DuL043958 mailbox8.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9093 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9093 At Sun, 26 Sep 2004 23:29:57 +0200, no-spam@cua.dk (Kim F. Storm) wrote: > But it's a defcustom, so change it to suit your own needs. FWIW, I've grown attached to the defadvice for a prefix arg, since there are situations where I know ahead of time that ido-* will be less useful than the default. > > FWIW, on Darwin the second element of > > file-attributes seems to be the number of files. Weird. > > Could you debug that? I'm not sure what you mean by "debug" here, since this seems more like a stealth feature. For some reason, stat here (OSX 10.3) puts the number of directory entries in st_nlink rather than the number of subdirectories, even though the header says nlink_t st_nlink; /* number of hard links */ /s