From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: [patch] 21.3 filecache.el - Added Cygwin support Date: Sat, 24 Jan 2004 12:46:24 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7494-Sat24Jan2004124624+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1074941481 24718 80.91.224.253 (24 Jan 2004 10:51:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2004 10:51:21 +0000 (UTC) Cc: bug-gnu-emacs@prep.ai.mit.edu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jan 24 11:51:16 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AkLNk-0006dj-00 for ; Sat, 24 Jan 2004 11:51:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkLNR-0003oL-Cs for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 Jan 2004 05:50:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AkLNP-0003o7-8n for bug-gnu-emacs@prep.ai.mit.edu; Sat, 24 Jan 2004 05:50:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AkLMt-0003V8-I9 for bug-gnu-emacs@prep.ai.mit.edu; Sat, 24 Jan 2004 05:50:54 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkLMt-0003V1-53 for bug-gnu-emacs@prep.ai.mit.edu; Sat, 24 Jan 2004 05:50:23 -0500 Original-Received: from zaretski (pns03-201-163.inter.net.il [80.230.201.163]) by legolas.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id BDR99097; Sat, 24 Jan 2004 12:50:13 +0200 (IST) Original-To: jari.aalto@poboxes.com (Jari Aalto+mail.emacs) X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (jari.aalto@poboxes.com) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:6729 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6729 > From: jari.aalto@poboxes.com (Jari Aalto+mail.emacs) > Date: Sat, 24 Jan 2004 11:25:08 +0200 > > 2004-01-24 Sat Jari Aalto > > * filecache.el > (file-cache-find-unix-p): New function. Detect Cygwin. > (file-cache-add-directory-using-find): Added Cygwin support > (file-cache-find-command-unix-flag): New user variable. Thanks. One thing I don't understand about these changes: why do we need all those ugly system-dependent tests? Why not test if `find' is installed on all supported platforms regardless? But if you do want to avoid the test on Unix, let's do it on all non-Unix systems, not only on windows-nt.