From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Subject: =?UTF-8?B?UkU6IGluZm8gVVJMIMKrIG9wZW4gYXQgcG9pbnQgwrsgcGF0Y2g=?= Date: Sun, 24 Jun 2018 18:21:20 +0000 Message-ID: References: , <83h8lstfwh.fsf@gnu.org> , <8336xct8v0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <8336xct8v0.fsf@gnu.org> Content-Language: fr-FR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sender: "Emacs-devel" To: Eli Zaretskii Cc: "emacs-orgmode@gnu.org" , "emacs-devel@gnu.org" List-Id: emacs-orgmode.gnu.org What I want to do is to refer an HTML or PDF document from an Info document= . So I want the info browser to launch the web browser for it to open a =AB=A0file:=A0=BB protocol document. Here is the Texinfo source which I would like to use: --8<----8<----8<----8<----8<-- begin -->8---->8---->8---->8---->8---- \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename svnbook.info @settitle Manuel Subversion 1.8 @c %**end of header @dircategory Archiving @direntry * SVN book: (svnbook). Gestion de versions avec Subversion @end direntry @node Top @top SVN Book @url{file:///c%3A/Program%20Files/CollabNet/Subversion%20Client/doc/svn-boo= k-html-chunk/index.html,SVN book} @bye @c Lo cal Variables: @c compile-command: "makeinfo svnbook.texi && copy svnbook.info c:\\Nos_Pro= grammes\\MinGW\\msys\\info\\" @c End: --8<----8<----8<----8<----8<-- end -->8---->8---->8---->8---->8---- Vincent. De : Eli Zaretskii Envoy=E9 : dimanche 24 juin 2018 19:03 =C0 : Vincent Bela=EFche Cc=A0: emacs-devel@gnu.org; emacs-orgmode@gnu.org Objet : Re: info URL =AB open at point =BB patch =A0=20 > From: Vincent Bela=EFche > CC: "emacs-devel@gnu.org" , "emacs-orgmode@gnu.org" >=A0=A0=A0=A0=A0=A0=A0 > Date: Sun, 24 Jun 2018 16:48:30 +0000 >=20 > To my understanding @xref works only for info links (node names or anchor= s, or qualified thereof where the > qualificator is the info document name) --- maybe I am wrong, tell me if = so ---=A0 but I want to refer to an HTML > or PDF document. No, Texinfo cross-references work in any format supported by Texinfo. If your link should only appear in the HTML version, you could use the @ifhtml..@end ifhtml conditional, and similarly with links that should only appear in PDF (i.e. printed version) of the manual.=A0 There's also @ifnotinfo etc. So once again I don't think I understand the problem.=A0 Could you perhaps elaborate, or show an actual example? =