texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/makeinfo lang.c,1.5,1.6


From: dirt
Subject: texinfo/makeinfo lang.c,1.5,1.6
Date: Thu, 12 Feb 2004 22:22:23 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv20697/makeinfo

Modified Files:
        lang.c 
Log Message:
2004-02-12  Alper Ersoy  <address@hidden>

        * makeinfo/lang.c (cm_accent_generic): warn if accented character is
        whitespace.



Index: lang.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/lang.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lang.c      25 Jan 2004 14:26:48 -0000      1.5
--- lang.c      12 Feb 2004 21:22:21 -0000      1.6
***************
*** 759,762 ****
--- 759,766 ----
       char *html_solo;
  {
+   /* Accentuating space characters makes no sense, so issue a warning.  */
+   if (arg == START && isspace (input_text[input_text_offset]))
+     warning ("Accentuation command address@hidden' must not be followed by 
whitespace", command);
+ 
    if (html || xml)
      cm_accent_generic_html (arg, start, end, html_supported,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]