From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Jackson Newsgroups: gmane.emacs.devel Subject: Re: find.el --- Build a valid find(1) command with sexps Date: Tue, 01 Apr 2008 18:52:29 +0100 Message-ID: <87r6dppin6.fsf@shellarchive.co.uk> References: <87k5ji3jd6.fsf@shellarchive.co.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207072401 17961 80.91.229.12 (1 Apr 2008 17:53:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Apr 2008 17:53:21 +0000 (UTC) Cc: Phil Jackson , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 01 19:53:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jgkfk-0002Zl-GK for ged-emacs-devel@m.gmane.org; Tue, 01 Apr 2008 19:53:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jgkf8-0007UX-Ba for ged-emacs-devel@m.gmane.org; Tue, 01 Apr 2008 13:52:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jgkf4-0007QZ-3i for emacs-devel@gnu.org; Tue, 01 Apr 2008 13:52:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jgkf1-0007H0-As for emacs-devel@gnu.org; Tue, 01 Apr 2008 13:52:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jgkf1-0007Gl-68 for emacs-devel@gnu.org; Tue, 01 Apr 2008 13:52:39 -0400 Original-Received: from c.painless.aaisp.net.uk ([81.187.30.53]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jgkew-0003Kh-PN; Tue, 01 Apr 2008 13:52:35 -0400 Original-Received: from 241.28.187.81.in-addr.arpa ([81.187.28.241] helo=phil-desktop) by c.painless.aaisp.net.uk with esmtp (Exim 4.69) (envelope-from ) id 1Jgket-0000js-Rr; Tue, 01 Apr 2008 18:52:31 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Virus-Scanned: Clear (Version: ClamAV 0.92/6529/Tue Apr 1 17:25:48 2008, by smtp.aaisp.net.uk) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94132 Archived-At: Richard Stallman writes: [...] > That seems like a nice feature to add to Emacs, though I think the > entry point's name needs to be something longer than just `find'. I've changed the name to `find-cmd' after a couple of people pointed out the cl clash. Michael Olson suggested `make-find-cmd' but I've always liked to start a function name with something obviously relating to the function. Still, certainly willing to change it again. I would be very happy for it to go in, I've signed the papers already. > Also, I think that it should be a function rather than a macro. > (That would require explicitly quoting the arguments.) I've made that change, will upload to my website. Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk