all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: newbie - elba/how do i run packages
Date: Tue, 05 Jan 2010 00:46:15 +0100	[thread overview]
Message-ID: <87fx6lwi0o.fsf@hubble.informatimago.com> (raw)
In-Reply-To: mailman.706.1262616301.18930.help-gnu-emacs@gnu.org

brian <brw314@gmail.com> writes:

> Hi,
>
> I am using GNU emacs 23 in cygwin. I dont have emacs /lisp
> background. I got as far as running the elpa script in the elisp
> window.

In emacs, what's your load-path?

Type:
M-x ielm RET
(setq print-length nil) RET
(setq print-level nil) RET
load-path RET


Here is what I have:

*** Welcome to IELM ***  Type (describe-mode) for help.                                                                
ELISP> print-length                                                                                                    
nil                                                                                                                    
ELISP> print-level                                                                                                     
nil                                                                                                                    
ELISP> load-path                                                                                                       
("/usr/share/emacs/23.0.92/site-lisp" "/usr/share/emacs/site-lisp" "/usr/share/emacs/site-lisp/emacs-w3m" "/usr/share/\
emacs/site-lisp/emacs-w3m-1.4.4" "/usr/share/emacs/site-lisp/erc-5.1.2" "/usr/share/emacs/site-lisp/slime" "/usr/share\
/emacs/site-lisp/emacs-w3m/attic" "/usr/share/emacs/site-lisp/emacs-w3m/doc" "/usr/share/emacs/site-lisp/emacs-w3m/ico\
ns" "/usr/share/emacs/site-lisp/emacs-w3m/icons30" "/usr/share/emacs/site-lisp/emacs-w3m/patches" "/usr/share/emacs/si\
te-lisp/emacs-w3m/shimbun" "/usr/share/emacs/site-lisp/emacs-w3m-1.4.4/attic" "/usr/share/emacs/site-lisp/emacs-w3m-1.\
4.4/doc" "/usr/share/emacs/site-lisp/emacs-w3m-1.4.4/icons" "/usr/share/emacs/site-lisp/emacs-w3m-1.4.4/icons30" "/usr\
/share/emacs/site-lisp/emacs-w3m-1.4.4/patches" "/usr/share/emacs/site-lisp/emacs-w3m-1.4.4/shimbun" "/usr/share/emacs\
/site-lisp/erc-5.1.2/images" "/usr/share/emacs/site-lisp/slime/contrib" "/usr/share/emacs/site-lisp/slime/doc" "/usr/s\
hare/emacs/23.0.92/lisp" "/usr/share/emacs/23.0.92/lisp/url" "/usr/share/emacs/23.0.92/lisp/textmodes" "/usr/share/ema\
cs/23.0.92/lisp/progmodes" "/usr/share/emacs/23.0.92/lisp/play" "/usr/share/emacs/23.0.92/lisp/org" "/usr/share/emacs/\
23.0.92/lisp/nxml" "/usr/share/emacs/23.0.92/lisp/net" "/usr/share/emacs/23.0.92/lisp/mh-e" "/usr/share/emacs/23.0.92/\
lisp/mail" "/usr/share/emacs/23.0.92/lisp/language" "/usr/share/emacs/23.0.92/lisp/international" "/usr/share/emacs/23\
.0.92/lisp/gnus" "/usr/share/emacs/23.0.92/lisp/eshell" "/usr/share/emacs/23.0.92/lisp/erc" "/usr/share/emacs/23.0.92/\
lisp/emulation" "/usr/share/emacs/23.0.92/lisp/emacs-lisp" "/usr/share/emacs/23.0.92/lisp/calendar" "/usr/share/emacs/\
23.0.92/lisp/calc" "/usr/share/emacs/23.0.92/lisp/obsolete" "/usr/share/emacs/23.0.92/leim")                           
                                                                                                                       
ELISP> (require 'cl)
cl
ELISP> (remove* "slime" load-path :test-not (function search))
("/usr/share/emacs/site-lisp/slime" "/usr/share/emacs/site-lisp/slime/contrib" "/usr/share/emacs/site-lisp/slime/doc")

ELISP> 


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


  parent reply	other threads:[~2010-01-04 23:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.706.1262616301.18930.help-gnu-emacs@gnu.org>
2010-01-04 23:41 ` newbie - elba/how do i run packages Pascal J. Bourguignon
2010-01-04 23:46 ` Pascal J. Bourguignon [this message]
2010-01-04  1:28 brian

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fx6lwi0o.fsf@hubble.informatimago.com \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.