unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: reftex broken: "symbol's function definition is void: decf"
Date: Tue, 06 Feb 2007 00:39:55 -0700	[thread overview]
Message-ID: <eq9bca$4f4$1@sea.gmane.org> (raw)
In-Reply-To: <1170693591.434022.67310@q2g2000cwa.googlegroups.com>

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	other threads:[~2007-02-06  7:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-05 16:39 reftex broken: "symbol's function definition is void: decf" almarex
2007-02-06  7:39 ` Kevin Rodgers [this message]
2007-02-06 18:31 ` Robert Thorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='eq9bca$4f4$1@sea.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).