From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: locate-file in Emacs Date: Tue, 7 May 2002 14:06:57 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200205072006.g47K6vN04694@aztec.santafe.edu> References: <200204170928.g3H9SVb27019@rum.cs.yale.edu> <200204171001.g3HA1hh27230@rum.cs.yale.edu> <200204181408.g3IE83b02114@rum.cs.yale.edu> <200204181527.g3IFRFC02843@rum.cs.yale.edu> <200204181859.g3IIxEY04890@rum.cs.yale.edu> <200204252252.g3PMqYL25578@rum.cs.yale.edu> <200205061655.g46Gt3K01382@rum.cs.yale.edu> <200205062052.g46KqwO02482@rum.cs.yale.edu> <200205062112.g46LCNv02569@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020802175 18854 127.0.0.1 (7 May 2002 20:09:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 May 2002 20:09:35 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 175BHD-0004ts-00 for ; Tue, 07 May 2002 22:09:35 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 175BOz-0006b8-00 for ; Tue, 07 May 2002 22:17:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 175BH3-0000wO-00; Tue, 07 May 2002 16:09:25 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 175BEj-0000kX-00; Tue, 07 May 2002 16:07:01 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g47K6vk07754; Tue, 7 May 2002 14:06:57 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g47K6vN04694; Tue, 7 May 2002 14:06:57 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: hniksic@arsdigita.com In-Reply-To: (message from Hrvoje Niksic on Mon, 06 May 2002 23:57:51 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3680 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3680 BTW, my Lisp implementation might still be useful as a compatibility function for people who want to use `locate-file' in older Emacsen. We don't even think about supporting old versions of Emacs. Just supporting the current version is plenty of work.