help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function error at start up.


From: Lennart Borgman
Subject: Re: function error at start up.
Date: Sun, 26 Jul 2009 23:40:27 +0200

You could try. There are entries in the nXhtml menu (if you install
nXhtml) that lets you install CEDET and ECB from the devel sources
(which is probably what you currently want).


On Sun, Jul 26, 2009 at 11:30 PM, sam jesse<revrvr@gmail.com> wrote:
> Thank you. that fixed it.
>
> Can I install Cedet and the ECB "code browser window" in my Windows XP box
> where I currently have emacs installed?
> I have GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600).
>
>
>
> On Mon, Jul 27, 2009 at 3:52 AM, Drew Adams <drew.adams@oracle.com> wrote:
>>
>> >>> (add-to-list 'load-path ("~/.emacs.d/plugins/color-theme-6.6.0"))
>> >>> Invalid function: ~/.emacs.d/plugins/color-theme-6.6.0
>> >>
>> >> You need to quote both args to `add-to-list':
>> >> (add-to-list 'load-path '("~/.emacs.d/plugins/color-theme-6.6.0"))
>> >
>> > when I do as you suggested. I get
>> > File error: Cannot open load file, color-theme
>>
>> Oh, right; sorry about that. The second arg to `add-to-list' here needs to
>> be a
>> directory name, not a list of directory names:
>>
>> (add-to-list 'load-path "~/.emacs.d/plugins/color-theme-6.6.0")
>>
>> You are adding the element "~/.emacs.d/plugins/color-theme-6.6.0" to the
>> value
>> of variable `load-path'.
>>
>>
>>
>>
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]