bug-auctex
[Top][All Lists]
Advanced

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

bug#22390: Spurious backquote in reftex-ref.el


From: Arash Esbati
Subject: bug#22390: Spurious backquote in reftex-ref.el
Date: Sun, 17 Jan 2016 11:47:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50

Hi all,

please consider the following scenario with Reftex enabled:

--8<---------------cut here---------------start------------->8---
\documentclass{article}

\begin{document}
`C-( foo RET' enters \label{sec:foo} and again `C-( foo RET'.
\end{document}
--8<---------------cut here---------------end--------------->8---

Emacs 24.5 works just fine, but the latest Emacs from emacs-25 branch
raises an error:

Lisp error: (wrong-type-argument arrayp (format-message "Label `%s' exists. Use 
anyway? " label))

I tracked it down to a spurious backquote in reftex-ref.el.  Attached
patch is against emacs-25.  Any comments?

Best, Arash

Attachment: 0001-Delete-a-spurious-backquote.patch
Description: Text Data


reply via email to

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