From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jari.aalto@cante.net (Jari Aalto+mail.linux) Newsgroups: gmane.emacs.bugs Subject: [21.3] find-dired should be named dired-find (like grep-find) Date: 12 Oct 2004 18:45:55 +0300 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87wtxw7xe4.fsf@cante> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097595974 20456 80.91.229.6 (12 Oct 2004 15:46:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2004 15:46:14 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 12 17:46:06 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 1CHOqk-0006Yu-00 for ; Tue, 12 Oct 2004 17:46:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHOxj-00066V-Vv for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Oct 2004 11:53:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHOxg-00065y-QN for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 11:53:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHOxf-00065S-Qh for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 11:53:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHOxf-00065P-OM for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 11:53:15 -0400 Original-Received: from [193.229.0.51] (helo=fep07-app.kolumbus.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHOqd-00034C-2s for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 11:45:59 -0400 Original-Received: from bongo.cante.net ([81.197.3.110]) by fep07-app.kolumbus.fi with ESMTP id <20041012154557.LQQZ1255.fep07-app.kolumbus.fi@bongo.cante.net> for ; Tue, 12 Oct 2004 18:45:57 +0300 Original-Received: from fw.cante.net ([192.168.1.20]:35435 helo=cante.cante.net) by bongo with esmtp (Exim 4.34) id 1CHOgE-0001C8-60 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 18:35:14 +0300 Original-Received: from jaalto by cante.cante.net with local (Exim 4.34) id 1CHOqa-0001DC-2S for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 18:45:56 +0300 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 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:9285 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9285 In GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2004-08-03 on raven, modified by Debian I think it would be consistent with the rest of the function to change function name: find-dired => dired-find Motivation: There is `grep' and `grep-find'. It is also more intuitive to call 'dired' + `find' listing, because the results are put to a dired buffer. Jari