help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: reftex broken: "symbol's function definition is void: decf"


From: Kevin Rodgers
Subject: Re: reftex broken: "symbol's function definition is void: decf"
Date: Tue, 06 Feb 2007 00:39:55 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

almarex@gmail.com wrote:
I'm using emacs (21.4.1) and auctex (all from ubuntu edgy) as tex
editor, but somehow, for some tex files reftex is mysteriously broken.
Any reftex action (label, cite, table of contents) gives: "symbol's
function definition is void: decf" in the minibuffer. strange thing is
that it doesn't seem to have anything to do with the tex file, I've
copy pasted the exact same content of the file into a new file and
then it works and then when I change the name of that file to yet
something else it stops working again. Anyone have any idea what may
be going on here?

decf is a Common Lisp special form, which is available in Emacs Lisp
only via the CL emulation package.  reftex is probably missing the
needed (require 'cl) form, optionally enclosed in (eval-when-compile ...)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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