[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pxref
From: |
Juri Linkov |
Subject: |
Re: pxref |
Date: |
Thu, 20 Oct 2005 19:46:23 +0300 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
> The problem is that the period is hidden inconsistently: it is hidden
> when the @pxref references a node in the same manual, but not if it
> references a different manual.
The period is never hidden in the Emacs Info reader, whereas :: is hidden.
The difference is in Info files produced by makeinfo. When a Texinfo
source file has
(@pxref{Registers,,, gdb, The GNU debugger})
then makeinfo produces in the Info output file:
(*note Registers: (gdb)Registers.)
where the point is not hidden by the Emacs Info reader, but
(@pxref{Registers})
produces in the Info output file:
(*note Registers::)
where :: is hidden.
--
Juri Linkov
http://www.jurta.org/emacs/
- Re: pxref, Eli Zaretskii, 2005/10/20
- Re: pxref, Juri Linkov, 2005/10/20
- Re: pxref, Eli Zaretskii, 2005/10/20
- Re: pxref,
Juri Linkov <=
- Re: pxref, Eli Zaretskii, 2005/10/20
- Re: pxref, Richard M. Stallman, 2005/10/23
- Re: pxref, Eli Zaretskii, 2005/10/23
- Re: pxref, Robert J. Chassell, 2005/10/23
- Re: pxref, Eli Zaretskii, 2005/10/23
- Re: pxref, Robert J. Chassell, 2005/10/23
- Re: pxref, Eli Zaretskii, 2005/10/23
- Re: pxref, Richard M. Stallman, 2005/10/24
- Re: pxref, Robert J. Chassell, 2005/10/24
- Re: pxref, Richard M. Stallman, 2005/10/26