all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: About features
Date: Wed, 06 Mar 2013 07:28:05 -0700	[thread overview]
Message-ID: <kh7jno$fcp$1@ger.gmane.org> (raw)
In-Reply-To: <51371587.7000104@gmail.com>

On 3/6/13 3:08 AM, Xue Fuqiao wrote:
> In (info "(elisp) Coding Conventions"):
>
> * Put a call to `provide' at the end of each separate Lisp file.
> *Note Named Features::.
>
> * If a file requires certain other Lisp programs to be loaded
> beforehand, then the comments at the beginning of the file should
> say so. Also, use `require' to make sure they are loaded. *Note
> Named Features::.
>
> Why should we use `provide' and `require'? Is `load'/`load-library'/`load-file'
> enough? Thanks.

`provide' allows you to `require' unconditionally, but the library/file will 
only be loaded if necessary.

-- 
Kevin Rodgers
Denver, Colorado, USA




  parent reply	other threads:[~2013-03-06 14:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06 10:08 About features Xue Fuqiao
2013-03-06 10:48 ` Andreas Röhler
2013-03-06 14:28 ` Kevin Rodgers [this message]
     [not found] <mailman.21537.1362564509.855.help-gnu-emacs@gnu.org>
2013-03-06 10:42 ` Barry Margolin
  -- strict thread matches above, loose matches on Subject: below --
2013-03-06 22:21 Xue Fuqiao
     [not found] <mailman.21593.1362608491.855.help-gnu-emacs@gnu.org>
2013-03-06 23:55 ` Barry Margolin
2013-03-07 12:47 Xue Fuqiao

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='kh7jno$fcp$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.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.