emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 a38da0d: cc-mode.texi: Work around makeinfo align


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-26 a38da0d: cc-mode.texi: Work around makeinfo alignment bug. Fix problem with ss index
Date: Fri, 8 Mar 2019 13:17:44 -0500 (EST)

branch: emacs-26
commit a38da0d4e532c7a8ce8f20ee5e95a50fce162469
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    cc-mode.texi: Work around makeinfo alignment bug.  Fix problem with ss index
    
    * doc/misc/cc-mode.texi (top level): Using txicommandconditionals to
    differentiate between the C and perl versions of Texinfo, create an "ss
    index" unless we are both using the C Texinfo and are building the .dvi 
output
    format.
    (Config Basics): Work around a perl Texinfo alignment bug by writing a
    separate version of an item list structure for this version, simplifying it
    considerably.
---
 doc/misc/cc-mode.texi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 47ae83a..0c77cc0 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -148,7 +148,17 @@ CC Mode
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 @comment Define an index for syntactic symbols.
address@hidden Version for Texinfo <= 4.x
address@hidden txicommandconditionals
address@hidden @c In texi2dvi, the @defindex would create an empty cc-mode.ss
+          @c For Info, unlike tex, @syncodeindex needs a matching @defindex.
 @defindex ss
address@hidden ifnottex
address@hidden ifclear
address@hidden Version for Texinfo >= 5.x
address@hidden txicommandconditionals
address@hidden ss
address@hidden ifset
 
 @comment Combine key, syntactic symbol and concept indices into one.
 @syncodeindex ss cp
@@ -2282,6 +2292,8 @@ method, ``Top-level commands or the customization 
interface''.
 
 If you make conflicting settings in several of these ways, the way
 that takes precedence is the one that appears latest in this list:
address@hidden Version of list for Texinfo <= 4.x
address@hidden txicommandconditionals
 @itemize @w{}
 @item
 @table @asis
@@ -2292,6 +2304,18 @@ that takes precedence is the one that appears latest in 
this list:
 @itemx File Local Variable setting
 @end table
 @end itemize
address@hidden ifclear
address@hidden Version of list for Texinfo >= 5.x
address@hidden txicommandconditionals
address@hidden @asis
address@hidden Style
address@hidden File address@hidden earlier versions of @ccmode{}, a File Style 
setting took precedence over any other setting apart from a File Local Variable 
setting.}
address@hidden Top-level command or ``customization interface''
address@hidden Hook
address@hidden File Local Variable setting
address@hidden itemize
address@hidden ifset
+
 
 Here is a summary of the different ways of writing your configuration
 settings:



reply via email to

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