From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Newsgroups: gmane.emacs.devel Subject: RE: Initialisation of dired-x for install-info guessing Date: Fri, 8 May 2009 22:36:39 +0200 Message-ID: References: <87hbzzs7ax.fsf@gmail.com> <8363gfe2r1.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_2de64e1e-f4c4-457b-890b-a181f320e60c_" X-Trace: ger.gmane.org 1241815024 29072 80.91.229.12 (8 May 2009 20:37:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 20:37:04 +0000 (UTC) Cc: emacs-devel , Karl Berry To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 08 22:36:53 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 1M2WoO-0006De-So for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 22:36:53 +0200 Original-Received: from localhost ([127.0.0.1]:44157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2WoO-0007TG-8m for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 16:36:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2WoH-0007Sy-Rf for emacs-devel@gnu.org; Fri, 08 May 2009 16:36:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2WoD-0007SZ-7Y for emacs-devel@gnu.org; Fri, 08 May 2009 16:36:45 -0400 Original-Received: from [199.232.76.173] (port=54538 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2WoD-0007SW-2h for emacs-devel@gnu.org; Fri, 08 May 2009 16:36:41 -0400 Original-Received: from blu0-omc3-s30.blu0.hotmail.com ([65.55.116.105]:36011) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2WoC-0000wN-QK for emacs-devel@gnu.org; Fri, 08 May 2009 16:36:40 -0400 Original-Received: from BLU104-W21 ([65.55.116.74]) by blu0-omc3-s30.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 8 May 2009 13:36:40 -0700 X-Originating-IP: [90.32.37.66] Importance: Normal In-Reply-To: X-OriginalArrivalTime: 08 May 2009 20:36:40.0045 (UTC) FILETIME=[B0C9D9D0:01C9D01C] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:110784 Archived-At: --_2de64e1e-f4c4-457b-890b-a181f320e60c_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Answers below... > From: monnier@IRO.UMontreal.CA > To: vincent.b.1@hotmail.fr > Date: Thu=2C 7 May 2009 13:22:19 -0400 > CC: karl@freefriends.org=3B emacs-devel@gnu.org > Subject: Re: Initialisation of dired-x for install-info guessing >=20 > > "for %i in ( * ) do install-info \"%i\" dir") > [...] > > "for i in * =3B do p=3D`dirname \"$i\"`=3Binstall-info $i $p/dir\"=3B = done" >=20 > Regarding these rules=2C I have a different question: how likely/common i= s > it for people to find *.info file and to use install-info on them? Well just to give some examples=2C I have downloaded the info file of Bash = and that of Texinfo on my machine and I have installed them with install-in= fo by hand. I also installed all the manuals that were coming with the MinG= W tool-chain with install-info. I am also writing myself 3 manuals for emac= s extension packages (one is for emacs-template which is still under discus= sion with Christoph Wedler=2C and the two other are for extension packages = I am developping myself)=2C and I had also to install them with install-inf= o. I recognize that it is not that often=2C but it happens... > Then the next question is: what is the shape of the most common way to > use install-info on such files? >=20 >=20 There are a number of options to call install-info=2C like for any other co= mmands. But this is also true for any of the commands that are invoked by m= eans of the dired-x default shell guess. I think that the shape=20 install-info file.info dir is the most common... but you should cross check this with Karl Berry... Vincent. > Stefan >=20 >=20 _________________________________________________________________ T=E9l=E9phonez gratuitement =E0 tous vos proches avec Windows Live Messenge= r=A0 !=A0 T=E9l=E9chargez-le maintenant !=A0 http://www.windowslive.fr/messenger/1.asp= --_2de64e1e-f4c4-457b-890b-a181f320e60c_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Answers below...

>=3B From: monnier@IRO.UMontreal.CA
>=3B To:= vincent.b.1@hotmail.fr
>=3B Date: Thu=2C 7 May 2009 13:22:19 -0400>=3B CC: karl@freefriends.org=3B emacs-devel@gnu.org
>=3B Subject: = Re: Initialisation of dired-x for install-info guessing
>=3B
>= =3B >=3B "for %i in ( * ) do install-info \"%i\" dir")
>=3B [...]>=3B >=3B "for i in * =3B do p=3D`dirname \"$i\"`=3Binstall-info $i $= p/dir\"=3B done"
>=3B
>=3B Regarding these rules=2C I have a dif= ferent question: how likely/common is
>=3B it for people to find *.inf= o file and to use install-info on them?

Well just to give some examp= les=2C I have downloaded the info file of Bash and that of Texinfo on my ma= chine and I have installed them with install-info by hand. I also installed= all the manuals that were coming with the MinGW tool-chain with install-in= fo. I am also writing myself 3 manuals for emacs extension packages (one is= for emacs-template which is still under discussion with Christoph Wedler= =2C and the two other are for extension packages I am developping myself)= =2C and I had also to install them with install-info.

I recognize th= at it is not that often=2C but it happens...

>=3B Then the next qu= estion is: what is the shape of the most common way to
>=3B use instal= l-info on such files?
>=3B
>=3B

There are a number of op= tions to call install-info=2C like for any other commands. But this is also= true for any of the commands that are invoked by means of the dired-x defa= ult shell guess. I think that the shape

 =3B =3B =3B in= stall-info file.info dir

is the most common... but you should cross = check this with Karl Berry...

 =3B Vincent.

>=3B = Stefan
>=3B
>=3B


Discutez sur Messenger o=F9 q= ue vous soyez ! Mettez Messenger sur votre mobile ! = --_2de64e1e-f4c4-457b-890b-a181f320e60c_--