>>>> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
>>>> "Nick" == Nick V Pakoulin
<npak(a)ispras.ru> writes:
Nick> Latest CVS snapshot of Xemacs-21.4
(windows-21-4). failed
Nick> to create lispref.info files with makeinfo v.4.0 (from
Nick> cygwin distribution).
Stephen> Thanks for the report.
Stephen> The warning at glyphs.texi:1431 is genuine, and is now
Stephen> fixed in my workspace. The others are Cygwin bogosity, I
Hi Stephen,
I looked into this too (in r21-4-6rc1 though) and this is what I came
up with:
man/ChangeLog addition:
2001-11-27 Adrian Aichner <adrian(a)xemacs.org>
* lispref\glyphs.texi (Glyph Examples): Use ref instead of xref.
xemacs-21.4 Patch (cvs -f -z3 -q diff -u man/lispref/glyphs.texi):
Index: man/lispref/glyphs.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/lispref/glyphs.texi,v
retrieving revision 1.3.14.1
diff -u -r1.3.14.1 glyphs.texi
--- man/lispref/glyphs.texi 2001/11/21 07:56:50 1.3.14.1
+++ man/lispref/glyphs.texi 2001/11/27 16:25:49
@@ -1428,8 +1428,8 @@
To programmatically query whether or not a particular file format is
supported, you can use the @code{featurep} function, with one of:
@code{gif}, @code{tiff}, @code{jpeg}, @code{xpm}, @code{xbm},
-@code{png}, or @code{xface}. @xref{Image Specifiers} for an up-to-date
-list. Example:
+@code{png}, or @code{xface}. For an up-to-date list see @ref{Image
+Specifiers}. Example:
@example
;; Returns `t' if TIFF is supported:
Does it look like the right fix?
Best regards,
Adrian
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/