bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] 11.86; style/memoir changes the effect of the pipe (|) char


From: Nicolas Richard
Subject: [Bug-AUCTeX] 11.86; style/memoir changes the effect of the pipe (|) char.
Date: Wed, 20 Feb 2013 15:08:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (gnu/linux)

Hello,

I suggest that either style/memoir does not load style/shortvrb, or that
LaTeX-shortvrb-chars be made empty (nil) by default [at least, I'll set
that in my own .emacs]. The reason is that when using style/memoir,
"|foo|" is fontified as verbatim, and that's not what it is whenever the
pipe char (|) is used in a tabular or array specification.

In fact it took me quite some time to find that out (bisected my own
.emacs, then my tex file's automatically generated auto/style, and
finally the memoir style to find out that it was because of shortvrb). I
don't know how i was supposed to figure it out otherwise.

btw thanks for great work on AUCTeX, it is very (I cannot emphasize that
enough) useful !

-- Nico.

=============

Emacs  : GNU Emacs 24.2.92.1 (i686-pc-linux-gnu, Motif Version 2.3.4)
 of 2013-01-13 on geodiff-mac3
Package: 11.86

current state:
==============
(setq
 AUCTeX-date "2010-02-21"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("/usr/local/var/auctex" 
"/home/youngfrog/.emacs.d/elpa/auctex-11.86/style"
                  "/home/youngfrog/.emacs.d/auctex/auto" 
"/home/youngfrog/.emacs.d/auctex/style"
                  "auto" "style")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master nil
 TeX-command-list '(("jTeX" "%(PDF)jtex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX 
nil (plain-tex-mode)
                     :help "Run NTT jTeX")
                    ("jLaTeX" "%(PDF)jlatex %`%S%(PDFout)%(mode)%' %t" 
TeX-run-TeX nil (latex-mode)
                     :help "Run NTT jLaTeX")
                    ("pTeX" "%(PDF)ptex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX 
nil (plain-tex-mode)
                     :help "Run ASCII pTeX")
                    ("pLaTeX" "%(PDF)platex %`%S%(PDFout)%(mode)%' %t" 
TeX-run-TeX nil (latex-mode)
                     :help "Run ASCII pLaTeX")
                    ("Mendex" "mendex %s" TeX-run-command nil t :help "Create 
index file with mendex")
                    ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t :help "Run 
jBibTeX")
                    ("-" "" ignore nil t)
                    ("ps2pdf" "ps2pdf14 %f" TeX-run-command nil t :help "Run 
ps2pdf14 on file")
                    ("Latexmk" "latexmk -f %(latexmkmode) %t" TeX-run-TeX nil t 
:help
                     "Run Latexmk on file")
                    ("ps2pdf" "ps2pdf14 %f" TeX-run-command nil t :help "Run 
ps2pdf14 on file")
                    ("Latexmk" "latexmk -f %(latexmkmode) %t" TeX-run-TeX nil t 
:help
                     "Run Latexmk on file")
                    ("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX 
nil
                     (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run 
plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode 
doctex-mode) :help
                     "Run LaTeX")
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil 
(texinfo-mode) :help
                     "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil 
(texinfo-mode) :help
                     "Run Makeinfo with HTML output")
                    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" 
TeX-run-TeX nil (ams-tex-mode)
                     :help "Run AMSTeX")
                    ("ConTeXt" "texexec --once --texutil %(execopts)%t" 
TeX-run-TeX nil (context-mode)
                     :help "Run ConTeXt once")
                    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil 
(context-mode) :help
                     "Run ConTeXt until completion")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run 
BibTeX")
                    ("View" "%V" TeX-run-discard-or-function t t :help "Run 
Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the file")
                    ("Queue" "%q" TeX-run-background nil t :help "View the 
printer queue" :visible
                     TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
                     "Generate PostScript file")
                    ("Index" "makeindex %s" TeX-run-command nil t :help "Create 
index file")
                    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help
                     "Check LaTeX file for correctness")
                    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil 
t :help
                     "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
                     "Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
                     "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help "Run an arbitrary 
command"))
 )




reply via email to

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