From: Drew Adams <drew.adams@oracle.com>
To: Tim Johnson <tim@akwebsoft.com>, Emacs <Help-gnu-emacs@gnu.org>
Subject: RE: Delete Help Window - restore window config
Date: Wed, 28 Jan 2015 12:40:04 -0800 (PST) [thread overview]
Message-ID: <53977253-bb92-4f40-87e8-348c25f8955c@default> (raw)
In-Reply-To: <20150128184636.GF1459@mail.akwebsoft.com>
> 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*.)
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))
next prev parent reply other threads:[~2015-01-28 20:40 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-28 3:57 Delete Help Window - restore window config Tim Johnson
2015-01-28 5:07 ` Chunyang Xu
2015-01-28 15:04 ` Drew Adams
2015-01-28 15:32 ` Tory S. Anderson
2015-01-28 18:43 ` Tim Johnson
2015-01-28 16:34 ` Tim Johnson
2015-01-28 17:02 ` Drew Adams
2015-01-28 18:46 ` Tim Johnson
2015-01-28 20:40 ` Drew Adams [this message]
2015-01-28 20:55 ` Tim Johnson
2015-01-28 20:55 ` Tory S. Anderson
2015-01-28 21:03 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53977253-bb92-4f40-87e8-348c25f8955c@default \
--to=drew.adams@oracle.com \
--cc=Help-gnu-emacs@gnu.org \
--cc=tim@akwebsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).