[AUCTeX] Unable to compile: Symbol's function definition is void: mapchar *

2012-09-26 Thread Sree Harsha Totakura
Hello, I just installed the latest CVS version of auctex. I loaded auctex.el and preview-latex.el from my .emacs file. However, when I try to compile TeX documents by using TeX-command-master (C-c C-c) I get the following ?error?: apply: Symbol's function definition is void: mapcar* and nothing

Re: [AUCTeX] Unable to compile: Symbol's function definition is void: mapchar *

2012-09-26 Thread Sree Harsha Totakura
On 09/26/2012 07:43 PM, Ralf Angeli wrote: Hm, grepping through the sources I cannot find a `mapcar*' in AUCTeX. Do you get a backtrace if you type `M-x toggle-debug-on-error RET' before compiling a TeX document? If that's the case, could you please post it on the mailing list? Here's the

Re: [AUCTeX] Unable to compile: Symbol's function definition is void: mapchar *

2012-09-26 Thread Ralf Angeli
* Sree Harsha Totakura (2012-09-26) writes: Here's the debug output: Thanks! Debugger entered--Lisp error: (void-function mapcar*) mapcar*(#[(dir) \301\302!!\207 [dir expand-file-name file-name-as-directory] 3] (. /var/lib/texmf/tex/ /usr/local/share/texmf/tex/ /usr/share/texmf/tex/

Re: [AUCTeX] Unable to compile: Symbol's function definition is void: mapchar *

2012-09-26 Thread Joost Kremers
On Wed, Sep 26 2012, Ralf Angeli ang...@caeruleus.net wrote: * Sree Harsha Totakura (2012-09-26) writes: In `TeX-check-files' there is a call to `map' which was introduced with the changes for biber. That could be the culprit. map is one of the forbidden CL compatibility functions. Official