Gnus development mailing list
 help / color / mirror / Atom feed
* warnings when producing info files
@ 1999-11-16 17:53 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 1999-11-16 17:53 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 632 bytes --]

makeinfo 4.0 does nit-pick more than 3.12 and produces some warnings
when processing gnus.texi:

fabian@mungo ~/emacs/pgnus/texi$ make makeinfo
makeinfo -o gnus gnus.texi
gnus.texi:10746: warning: unlikely character [ in @var.
gnus.texi:10746: warning: unlikely character [ in @var.
gnus.texi:10746: warning: unlikely character [ in @var.
gnus.texi:10746: warning: unlikely character ] in @var.
gnus.texi:10746: warning: unlikely character ] in @var.
gnus.texi:10746: warning: unlikely character ] in @var.
gnus.texi:11920: warning: @sc argument all uppercase, thus no effect.

I think these can be avoided by the following patch:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch.diff --]
[-- Type: text/x-patch, Size: 1163 bytes --]

Index: gnus.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v
retrieving revision 5.115
diff -u -r5.115 gnus.texi
--- gnus.texi	1999/11/16 09:38:10	5.115
+++ gnus.texi	1999/11/16 17:46:45
@@ -10743,7 +10743,7 @@
 examples.
 
 @item
-@code{(@var{field} @var{value} @var{[- restrict [- restrict [@dots{}]]]} 
+@code{(@var{field} @var{value} [- @var{restrict} [- @var{restrict} [@dots{}]]]
 @var{split})}: If the split is a list, the first element of which is a
 string, then store the message as specified by @var{split}, if header
 @var{field} (a regexp) contains @var{value} (also a regexp).  If
@@ -11917,7 +11917,7 @@
 * Directory Groups::      You can read a directory as if it was a newsgroup.
 * Anything Groups::       Dired?  Who needs dired?
 * Document Groups::       Single files can be the basis of a group.
-* SOUP::                  Reading @sc{SOUP} packets ``offline''.
+* SOUP::                  Reading @sc{soup} packets ``offline''.
 * Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
 * IMAP::                  Using Gnus as a IMAP client.
 @end menu

[-- Attachment #3: Type: text/plain, Size: 141 bytes --]


-- 
Mike Fabian <fabian@mpia-hd.mpg.de>
Max-Planck-Institut fuer Astronomie, Koenigsstuhl 17, 69117 Heidelberg
Telephone: +49(0)6221/528216

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-11-16 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-16 17:53 warnings when producing info files Mike Fabian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).