From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Initialisation of dired-x for install-info guessing Date: Thu, 07 May 2009 13:22:19 -0400 Message-ID: References: <87hbzzs7ax.fsf@gmail.com> <8363gfe2r1.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241717109 26944 80.91.229.12 (7 May 2009 17:25:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2009 17:25:09 +0000 (UTC) Cc: karl@freefriends.org, emacs-devel@gnu.org To: Vincent =?iso-8859-1?Q?Bela=EFche?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 07 19:24:58 2009 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 1M27JC-00086E-R3 for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 19:22:59 +0200 Original-Received: from localhost ([127.0.0.1]:38947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M27JC-0005Oj-3R for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 13:22:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M27Io-0005DC-9q for emacs-devel@gnu.org; Thu, 07 May 2009 13:22:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M27Ij-0005Ap-Lr for emacs-devel@gnu.org; Thu, 07 May 2009 13:22:33 -0400 Original-Received: from [199.232.76.173] (port=58881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M27Ij-0005Ac-A5 for emacs-devel@gnu.org; Thu, 07 May 2009 13:22:29 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:41497) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M27Ih-0004r7-EN for emacs-devel@gnu.org; Thu, 07 May 2009 13:22:28 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n47HML2U023017; Thu, 7 May 2009 13:22:21 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 92C5A3A040; Thu, 7 May 2009 13:22:19 -0400 (EDT) In-Reply-To: ("Vincent =?iso-8859-1?Q?Bela=EFche=22's?= message of "Thu, 7 May 2009 08:04:38 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3269=0 X-detected-operating-system: by monty-python.gnu.org: GNU/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:110755 Archived-At: > "for %i in ( * ) do install-info \"%i\" dir") [...] > "for i in * ; do p=`dirname \"$i\"`;install-info $i $p/dir\"; done" Regarding these rules, I have a different question: how likely/common is it for people to find *.info file and to use install-info on them? Then the next question is: what is the shape of the most common way to use install-info on such files? Stefan