bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] 11.87; reftex does not insert tilde for table references


From: Evangelos Evangelou
Subject: [Bug-AUCTeX] 11.87; reftex does not insert tilde for table references
Date: Wed, 18 Dec 2013 09:50:35 +0000

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.

Be sure to consult the FAQ section in the manual before submitting
a bug report.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug is triggered by a specific (La)TeX file, you should try
to produce a minimal sample file showing the problem and include it
in your report.

Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------

I am using reftex version 24.3.1

In a situation like this Table|, where | is the cursor, when running the
command reftex-reference, the tilde is not inserted. The output looks
like Table\ref{tab:1} when it should look like Table~\ref{tab:1}.

Reftext version 4.31 behaves correctly.


Emacs  : GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu)
 of 2013-06-19 on mapc-4033
Package: 11.87

current state:
==============
(setq
 AUCTeX-date "2012-11-30"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("/var/tmp/appdata/emacs/site-lisp/auctex/auctex/style/"
                  "/var/tmp/appdata/emacs/site-lisp/auctex/auctex/auto/"
                  "/u/f/ee224/.emacs.d/auctex/.auctex-auto"
                  "/u/f/ee224/.emacs.d/auctex/.auctex-style" ".auctex-auto"
                  ".auctex-style")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX
                     nil (plain-tex-mode texinfo-mode ams-tex-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
                     (latex-mode doctex-mode) :help "Run LaTeX")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run 
BibTeX")
                    ("View" "%V" TeX-run-discard-or-function nil t :help
                     "Run Viewer")
                    ("DviPS" "dvips %d -o" TeX-run-command nil 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")
                    ("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")
                    ("GhostView" "gv -watch %f" TeX-run-discard nil t :help
                     "Run GhostView")
                    ("ps2pdf" "ps2pdf %f" TeX-run-command nil t :help
                     "Run ps2pdf")
                    ("Read" "xpdf -remote %s -raise %(pdf) %(outpage)"
                     TeX-run-discard nil t :help "Read pdf")
                    ("All At Once" "rubber %(rubber) %s" TeX-run-shell nil t
                     :help "Run LaTeX and friends the correct amount of times")
                    ("Watch" "xterm -e latexmk -pvc %(latexmk) %s"
                     TeX-run-discard nil t :help
                     "Run LaTeX and previewer and watch")
                    )
 )



reply via email to

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