From: Alexandre Oberlin
Subject: source code location not working with emacs-lisp interface
Date: 
Message-ID: <39F7563E.2AACCBBF@netcourrier.com>
Hi all,

I use Allegro CL Trial Edition 5.0.1 on Emacs 20.5.1 on Linux RedHat
6.2.
When calling fi:lisp-find-definition, I get the following error message
after entering the function name: 
slot definition did not receive a valid :name initarg
I doublechecked that the following variables are set to true before
compilation:
*RECORD-SOURCE-FILE-INFO* 
*LOAD-SOURCE-FILE-INFO* 
*RECORD-XREF-INFO* 
*LOAD-XREF-INFO* 
The problem remains if I only load lisp source files.
The who-calls functions work perfectly.

Any idea ?