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

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

Re: Delete Help Window - restore window config


From: Tim Johnson
Subject: Re: Delete Help Window - restore window config
Date: Wed, 28 Jan 2015 11:55:17 -0900
User-agent: Mutt/1.4.2.3i

* Drew Adams <drew.adams@oracle.com> [150128 11:52]:
> >   I presume that I could experiment with icicles without
> >   'require'ing it in .emacs by loading it from *scratch*
> >   would that be the correct emacsen method?
> 
> (Dunno what you mean by loading it from *scratch*.)
 Sorry. I meant (require 'icicles) in the Lisp evaluation buffer. 

> Assuming all of the Icicles source files are in a directory that
> is in your `load-path', you can just use `M-x load-library icicles'.
> Or you can use `M-: (require 'icicles)'.
> 
> Or if you downloaded Icicles as a package (e.g. from MELPA)
> then use the usual package-oriented ways of loading it.
> Something like this:
> 
> (require 'package)
> (package-initialize)
> (add-to-list 'package-archives 
>              '("melpa" . "http://melpa.milkbox.net/packages/";)
>              'APPEND))
> 
  Understood.
  Thanks, good job.
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com



reply via email to

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