head	1.2;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1.1.1
	RELENG_3_0_0_RELEASE:1.1.1.1
	RELENG_2_2_7_RELEASE:1.1.1.1
	RELENG_2_2_6_RELEASE:1.1.1.1
	RELENG_2_2_5_RELEASE:1.1.1.1
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	gnu_texinfo_3_9:1.1.1.1
	KBERRY:1.1.1;
locks; strict;
comment	@# @;


1.2
date	99.01.15.05.58.21;	author markm;	state dead;
branches;
next	1.1;

1.1
date	97.01.11.02.12.32;	author jmacd;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.01.11.02.12.32;	author jmacd;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add a file that I forgot to "cvs add", and remove a lot of stuff that is
no longer a part of texinfo-3.12.
Pointed out by: dg (partially)
@
text
@;;                 -*- Mode: Emacs-Lisp -*-

;; This is the `new-useful-setqs' file
;; This overrides old defvars since they were revised.

(setq texinfmt-version "2.35 of 10 September 1996")

(setq texinfo-master-menu-header
  "\n@@detailmenu\n --- The Detailed Node Listing ---\n")

(setq texinfo-environment-regexp
  (concat
   "^@@"
   "\\("
   "cartouche\\|"
   "display\\|"
   "end\\|"
   "enumerate\\|"
   "example\\|"
   "f?table\\|"
   "flushleft\\|"
   "flushright\\|"
   "format\\|"
   "group\\|"
   "ifhtml\\|"
   "ifinfo\\|"
   "iftex\\|"
   "ignore\\|"
   "itemize\\|"
   "lisp\\|"
   "macro\\|"
   "multitable\\|"
   "quotation\\|"
   "smallexample\\|"
   "smalllisp\\|"
   "tex"
   "\\)")
)

(setq texinfo-no-refill-regexp
  (concat
   "^@@"
   "\\("
   "example\\|"
   "smallexample\\|"
   "lisp\\|"
   "smalllisp\\|"
   "display\\|"
   "format\\|"
   "flushleft\\|"
   "flushright\\|"
   "menu\\|"
   "multitable\\|"
   "titlepage\\|"
   "iftex\\|"
   "ifhtml\\|"
   "tex\\|"
   "html"
   "\\)"))


(setq texinfo-accent-commands
  (concat
   "@@OE\\|"
   "@@oe\\|"
   "@@AA\\|"
   "@@aa\\|"
   "@@AE\\|"
   "@@ae\\|"
   "@@ss\\|"
   "@@^\\|"
   "@@`\\|"
   "@@'\\|"
   "@@\"\\|"
   "@@,\\|"
   "@@=\\|"
   "@@~\\|"
   "@@questiondown{\\|"
   "@@exclamdown{\\|"
   "@@L{\\|"
   "@@l{\\|"
   "@@O{\\|"
   "@@o{\\|"
   "@@dotaccent{\\|"
   "@@ubaraccent{\\|"
   "@@d{\\|"
   "@@H{\\|"
   "@@ringaccent{\\|"
   "@@tieaccent{\\|"
   "@@u{\\|"
   "@@v{\\|"
   "@@dotless{"
   ))

(setq texinfo-part-of-para-regexp
  (concat
   "^@@"
   "\\("
   "b{\\|"
   "bullet{\\|"
   "cite{\\|"
   "code{\\|"
   "emph{\\|"
   "equiv{\\|"
   "error{\\|"
   "expansion{\\|"
   "file{\\|"
   "i{\\|"
   "inforef{\\|"
   "kbd{\\|"
   "key{\\|"
   "lisp{\\|"
   "email{\\|"
   "minus{\\|"
   "point{\\|"
   "print{\\|"
   "pxref{\\|"
   "r{\\|"
   "ref{\\|"
   "result{\\|"
   "samp{\\|"
   "sc{\\|"
   "t{\\|"
   "TeX{\\|"
   "today{\\|"
   "url{\\|"
   "var{\\|"
   "w{\\|"
   "xref{\\|"
   "@@-\\|"    ; @@- is a descretionary hyphen (not an accent) (a noop).
   texinfo-accent-commands
   "\\)"
   ))

(setq texinfo-raisesections-alist
  '((@@chapter . @@chapter)             ; Cannot go higher
    (@@unnumbered . @@unnumbered)
    (@@centerchap . @@unnumbered)

    (@@majorheading . @@majorheading)
    (@@chapheading . @@chapheading)
    (@@appendix . @@appendix)
    
    (@@section . @@chapter)
    (@@unnumberedsec . @@unnumbered)
    (@@heading . @@chapheading)
    (@@appendixsec . @@appendix)
    
    (@@subsection . @@section)
    (@@unnumberedsubsec . @@unnumberedsec)
    (@@subheading . @@heading)
    (@@appendixsubsec . @@appendixsec)
    
    (@@subsubsection . @@subsection)
    (@@unnumberedsubsubsec . @@unnumberedsubsec)
    (@@subsubheading . @@subheading)
    (@@appendixsubsubsec . @@appendixsubsec)))

(setq texinfo-lowersections-alist
  '((@@chapter . @@section)  
    (@@unnumbered . @@unnumberedsec)
    (@@centerchap . @@unnumberedsec)
    (@@majorheading . @@heading)
    (@@chapheading . @@heading)
    (@@appendix . @@appendixsec)
    
    (@@section . @@subsection)
    (@@unnumberedsec . @@unnumberedsubsec)
    (@@heading . @@subheading)
    (@@appendixsec . @@appendixsubsec)
    
    (@@subsection . @@subsubsection)
    (@@unnumberedsubsec . @@unnumberedsubsubsec)
    (@@subheading . @@subsubheading)
    (@@appendixsubsec . @@appendixsubsubsec)
    
    (@@subsubsection . @@subsubsection) ; Cannot go lower.
    (@@unnumberedsubsubsec . @@unnumberedsubsubsec)
    (@@subsubheading . @@subsubheading)
    (@@appendixsubsubsec . @@appendixsubsubsec)))
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@This is unmodified GNU texinfo-3.9 source.  I'll be commiting a few
patches in a bit.

-josh
@
text
@@
