[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: jde wrong type argument
From: |
Kai Grossjohann |
Subject: |
Re: jde wrong type argument |
Date: |
Wed, 10 Nov 2004 13:04:55 +0100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Christian Schneiker <morran@gmx.de> writes:
> Christian Schneiker wrote:
>
>> Kai Grossjohann wrote:
>>
>>> Please M-x toggle-debug-on-error RET, then provoke the error again.
>>> You should get a backtrace.
>>
>> ok..here is my backtrace...
>>
> ..
> ok I'm very sorry ;-)
> It gives me now;
> Symbols function definition is void: jde-find-project-file
If you get one error message now, and a completely different one
later, then this means that something really strange is going on.
jde-find-project-file is defined in jde-project-file.el or
jde-project-file.elc -- do you have one of these two files? Does it
help to M-x load-library RET jde-project-file RET?
Type C-h v load-path RET and go through the list of directories it
shows. Does the list contain the directories where
jde-project-file.el or jde-project-file.elc is?
Kai