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

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

Re: Cut and open commands?


From: Joel J. Adamson
Subject: Re: Cut and open commands?
Date: Mon, 25 Feb 2008 15:45:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

saneman <asdfsdf@asd.com> writes:

> Joel J. Adamson wrote:
>> saneman <asdfsdf@asd.com> writes:
>>
>>
>> [...]
>>
>>> I have installed: emacs-goodies-el where I can see that cua is listed,
>>> but I still get the error.
>>
>> You have to load it; make sure the .el file is in your load-path (M-x
>> describe-variable RET load-path) and then use (require 'emacs-goodies).
>> I'm guessing you're using a Debian system, so it probably installed into
>> your load-path and all you need is the require statement in your .emacs.
>>
>> Joel
>>
>
> I have added this to my .emacs file:
>
>
> (setq load-path (cons "~/work/mylisp" load-path))
> (setq load-path (cons "/usr/share/emacs21/site-lisp/emacs-goodies-el"
> load-path))

Sorry I forgot to mention: use add-to-list as in

(add-to-list 'load-path
             (expand-file-name "~/lisp/el/"))

Joel             

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109


reply via email to

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