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

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

Re: Query for modifying .emac file to support e language mode


From: Kevin Rodgers
Subject: Re: Query for modifying .emac file to support e language mode
Date: Tue, 25 Oct 2005 12:06:23 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Peter Dyballa wrote:
> Am 24.10.2005 um 08:01 schrieb jaichandra:
>
>>   File mode specification error: (file-error "can not open load file "
>>     "specman-mode" )
>
> I think you should check whether specman-mode.el is in load-path. If
> it's not, then GNU Emacs won't find it. Another check is to invoke M-x
> load-library <RET> specman-mode <RET>.
>
> So the advice is to put specman-mode.el into one of the directories
> containend in load-path. load-path can be modified in .emacs ...

You will also enjoy much better performace if you compile the .el file
into a .elc file with `M-x byte-compile-file'.

--
Kevin Rodgers





reply via email to

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