From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: dangerous command in Makefile.in uninstall rule Date: Mon, 27 Feb 2006 18:47:01 -0500 Message-ID: References: <20060227124545.23413.qmail@web26001.mail.ukl.yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1141351794 4987 80.91.229.2 (3 Mar 2006 02:09:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 02:09:54 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 03 03:09:54 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FEzjs-0000nW-6o for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 03:09:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FEzjq-0006T2-BJ for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Mar 2006 21:09:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FEdop-0000vR-Ux for bug-gnu-emacs@gnu.org; Wed, 01 Mar 2006 21:45:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FEdoo-0000up-MV for bug-gnu-emacs@gnu.org; Wed, 01 Mar 2006 21:45:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FEAmS-00073o-TN for bug-gnu-emacs@gnu.org; Tue, 28 Feb 2006 14:45:09 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FDs5y-0007nt-Au for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2006 18:48:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FDs4z-0005Py-Ns; Mon, 27 Feb 2006 18:47:04 -0500 Original-To: Claudio Fontana In-reply-to: <20060227124545.23413.qmail@web26001.mail.ukl.yahoo.com> (message from Claudio Fontana on Mon, 27 Feb 2006 04:45:45 -0800 (PST)) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14878 Archived-At: $ rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* tramp* widget* woman* dired-x* ediff* emacs* emacs-xtra* flymake* forms* gnus* info* mh-e* newsticker* org* sc* ses* vip* smtpmail* url* rcirc* erc* We could make these more specific. For instance, it could be cl cl-* or even cl cl-[0-9] cl-[0-9][0-9] for each one of the manuals. But that is rather clumsy. Is there any cleaner way to do it? Perhaps with a shell program that is given an argument such as `cl', and returns the list of file names for that manual. Do you know how to write one?