Index: latex.el =================================================================== RCS file: /sources/auctex/auctex/latex.el,v retrieving revision 5.483 diff -u -u -r5.483 latex.el --- latex.el 29 Jan 2013 07:37:50 -0000 5.483 +++ latex.el 30 Jan 2013 08:12:40 -0000 @@ -5324,11 +5324,19 @@ (LaTeX-add-counters "page" "equation" "enumi" "enumii" "enumiii" "enumiv" "footnote" "mpfootnote") + ;; `latex.ltx' defines the following lengths (LaTeX-add-lengths "baselineskip" "baselinestretch" "columnsep" "columnwidth" "evensidemargin" "linewidth" "oddsidemargin" "paperwidth" "paperheight" "parindent" "parskip" "tabcolsep" "textheight" "textwidth" "topmargin" - "unitlength") + "unitlength" "jot" "leftmargin" "rightmargin" + "listparindent" "itemindent" "labelwidth" "labelsep" + "leftmargini" "leftmarginii" "leftmarginiii" "leftmarginiv" + "leftmarginv" "leftmarginvi" "fboxrule" "fboxsep" + "tabbingsep" "arraycolsep" "arrayrulewidth" "doublerulesep" + "footnotesep" "headheight" "headsep" "footskip" + "columnseprule" "marginparwidth" "marginparsep" + "marginparpush") (TeX-add-symbols '("addtocounter" TeX-arg-counter "Value") @@ -5515,6 +5523,9 @@ '("tiny" -1) '("scriptsize" -1) '("footnotesize" -1) '("small" -1) '("normalsize" -1) '("large" -1) '("Large" -1) '("LARGE" -1) '("huge" -1) '("Huge" -1) + '("vphantom" t) + '("hphantom" t) + '("phantom" t) "pounds" "copyright" "hfil" "hfill" "vfil" "vfill" "hrulefill" "dotfill" "indent" "noindent" "today"