all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Skip Montanaro <skip.montanaro@gmail.com>
To: Narendra Joshi <narendraj9@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Requiring elisp that comes with Emacs
Date: Tue, 31 Jan 2017 08:50:39 -0600	[thread overview]
Message-ID: <CANc-5UwqwucUK1-Ovw6OjFrvAvDyhUsaGeYVq4KMNTAtMAA6Xw@mail.gmail.com> (raw)
In-Reply-To: <87k29bl4v0.fsf@gmail.com>

On Tue, Jan 31, 2017 at 7:46 AM, Narendra Joshi <narendraj9@gmail.com>
wrote:

> My question was more about whether we need to `require` packages that
> come with Emacs itself, e.g. org-mode.
>

It it's not pre-loaded and you want use it at run-time, I believe the
answer is, "yes." (It's been years and years since I did anything
non-trivial with ELisp, so I feel I have to qualify my statement.) Maybe I
misunderstood what you meant by "come with Emacs itself." I (require) a
fewpackages in my .emacs file: mouse, auto-complete-config, and lua-mode. I
didn't install any of them (someone else manages my local Emacs
installation), so they may not all be distributed with Emacs. I'm 99%
certain that at least mouse is distributed as part of Emacs. Still, I need
to (require) it to load it into the current Emacs instance so I can mess
around with the symbols and functions defined in mouse.el.

Skip


  parent reply	other threads:[~2017-01-31 14:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30 16:52 Requiring elisp that comes with Emacs Narendra Joshi
2017-01-30 18:50 ` Skip Montanaro
2017-01-31 13:46   ` Narendra Joshi
2017-01-31 14:39     ` Óscar Fuentes
2017-01-31 18:06       ` Skip Montanaro
2017-01-31 20:03         ` Óscar Fuentes
2017-01-31 14:50     ` Skip Montanaro [this message]
2017-01-31 20:01       ` Narendra Joshi
2017-01-31 20:40         ` Skip Montanaro
2017-02-01 10:07           ` hector
2017-02-01 15:10           ` Narendra Joshi
2017-02-01 15:53     ` Eric Abrahamsen

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=CANc-5UwqwucUK1-Ovw6OjFrvAvDyhUsaGeYVq4KMNTAtMAA6Xw@mail.gmail.com \
    --to=skip.montanaro@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=narendraj9@gmail.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.
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.