"Eric M. Ludlam" <eric@...> writes:
> On 06/27/2010 03:25 PM, Paul Chany wrote:
>> "Eric M. Ludlam"<eric@...> writes:
>>
>>> On 06/27/2010 05:20 AM, Paul Chany wrote:
>>>> when I installed CEDET on my Debian GNU/Linux Squeeze I can't use
>>>> anymore Dired mode. Why?
>>>>
>>>> For me Dired-mode is good and easy to use.
>>>> Can coexist together Speedbar and Dired?
>>>
>>> I used dired w/ CEDET a lot. Could you be more specific about the
>>> version of emacs/cedet you are using, and what the error messages are?
>>
>> M-x emacs-version
>> GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.18.2) of 2009-11-02
>> on raven, modified by Debian
>>
>> aptitude show cedet-common
>> 1:1.0pre4-3
>>
>> aptitude show cedet-contrib
>> 1:1.0pre4-3
>>
>> and M-x ede-version give to me:
>> EDE 1.0pre4
>>
>> I must have in .emacs file following to have EDE commands:
>>
>> (load-file "/usr/share/emacs/site-lisp/cedet-common/cedet.el")
>> (global-ede-mode t)
>>
>> but when it's being loaded I get a message:
>> ede-minor-mode: Autoloading failed to define function
>> ede-dired-minor-mode
>>
>> So I can't to get Dired-mode when want to with C-x d
>> because get the above message:
>> ede-minor-mode: Autoloading failed to define function
>> ede-dired-minor-mode
>>
>> Any advices will be appreciated!
>
> Hi,
>
> Your debian installation is probably missing something. You can try
> adding:
>
> (require 'ede-dired)
This doesn-'t work for me because give to me the message above
mentioned.
> to your .emacs, or you can sub in this just to get by:
>
> (defun ede-dired-minor-mode (&optional arg) nil)
This works for me.
> You'll want to remove this when you upgrade to Emacs 23.2, or a newer
> CEDET.
OK
--
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info
|