From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marco Baringer Newsgroups: gmane.emacs.help Subject: Re: *.el files Date: 09 Sep 2002 18:28:04 +0200 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031588923 21256 127.0.0.1 (9 Sep 2002 16:28:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 16:28:43 +0000 (UTC) Cc: emacs mailing list Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17oROy-0005WZ-00 for ; Mon, 09 Sep 2002 18:28:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oROz-0002Kc-00; Mon, 09 Sep 2002 12:28:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oRNS-0001p6-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 12:27:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oRNQ-0001o5-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 12:27:05 -0400 Original-Received: from mail-2.tiscali.it ([195.130.225.148] helo=mail.tiscali.it) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oRNP-0001o0-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 12:27:03 -0400 Original-Received: from localhost (62.10.97.234) by mail.tiscali.it (6.5.026) id 3D6E34310042E826; Mon, 9 Sep 2002 18:27:02 +0200 Original-To: Raimund.Kohl@freenet.de In-Reply-To: Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.30 Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1186 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1186 Raimund.Kohl@freenet.de writes: > Thank you very much, kai. Is there a special reason for using requite > instead of load? require will load the file (not really, but see the docs for require for the gory details) only if it has not already been loaded, load will always load it. in your .emacs it's not a big difference since that only gets loaded once, but the convention is to use require everywhere. -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen