From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Lindner Newsgroups: gmane.emacs.help Subject: Re: RefTeX cite problem Date: Thu, 23 Apr 2009 11:30:31 +0200 Organization: Chemnitz University of Technology Message-ID: References: <49ef82a5$0$31330$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240501497 28264 80.91.229.12 (23 Apr 2009 15:44:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Apr 2009 15:44:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 23 17:46:15 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lx16N-0003vz-SI for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Apr 2009 17:44:40 +0200 Original-Received: from localhost ([127.0.0.1]:60029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx14y-00012w-Sp for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Apr 2009 11:43:12 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-2.dfn.de!news.dfn.de!news.tu-chemnitz.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: mathias.etit.tu-chemnitz.de Original-X-Trace: bruford.hrz.tu-chemnitz.de 1240479085 1660 134.109.28.171 (23 Apr 2009 09:31:25 GMT) Original-X-Complaints-To: abuse@tu-chemnitz.de Original-NNTP-Posting-Date: Thu, 23 Apr 2009 09:31:25 +0000 (UTC) User-Agent: Thunderbird 2.0.0.21 (X11/20090318) In-Reply-To: <49ef82a5$0$31330$9b4e6d93@newsspool4.arcor-online.net> Original-Xref: news.stanford.edu gnu.emacs.help:168696 X-Mailman-Approved-At: Thu, 23 Apr 2009 11:40:41 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63980 Archived-At: Ralf Angeli schrieb: > * Mathias Lindner (2009-04-21) writes: > >> I use Emacs with AucTeX and RefTeX and I have a little problem to >> include a \cite macro. >> By pressing "C-c [" I enter the regexp and a list of all matching bib >> entries is shown. If I select one with RET nothing happens and the >> minibuffer shows: "reftex-citation: Symbol's value as variable is void: >> reftex-cite-prompt-optional-args". >> Yesterday everything worked fine. >> Any ideas where to look and what to do? > > Which versions of Emacs and RefTeX are you using? How do you load or > activate RefTeX? > Digging into it I found the problem. I have installed the autoref support from this site: http://www-i6.informatik.rwth-aachen.de/~dreuw/reftex-hyperref-autoref.php This requires to copy a reftex.el into Emacs' directory. And that's an old version. Now I can decide if I want to use autoref support or cite support. For testing I've removed the the old reftex.el and now \cite is working again. So I have located the problem. Now to the new issue: How can I activate both: autoref and cite support? Cheers, Mathias