From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund.Kohl@freenet.de Newsgroups: gmane.emacs.help Subject: Re: *.el files Date: Mon, 9 Sep 2002 15:48:24 +0200 (CEST) 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=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Trace: main.gmane.org 1031579651 20073 127.0.0.1 (9 Sep 2002 13:54:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 13:54:11 +0000 (UTC) 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 17oOzQ-0005DD-00 for ; Mon, 09 Sep 2002 15:54:08 +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 17oOzQ-0003Zz-00; Mon, 09 Sep 2002 09:54:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oOxd-00037l-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 09:52:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oOxY-00035B-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 09:52:16 -0400 Original-Received: from mout0.freenet.de ([194.97.50.131]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oOxX-00034Y-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 09:52:11 -0400 Original-Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout0.freenet.de with esmtp (Exim 4.10) id 17oOxQ-0007Yx-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 15:52:04 +0200 Original-Received: from a75c1.pppool.de ([213.6.117.193] helo=laptop.rkc) by mx3.freenet.de with esmtp (Exim 4.10 #1) id 17oOxP-0003l2-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 15:52:03 +0200 Original-Received: by laptop.rkc (Postfix on SuSE Linux 8.0 (i386), from userid 500) id ABB305DF6E; Mon, 9 Sep 2002 15:48:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by laptop.rkc (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 73EE44E7A8 for ; Mon, 9 Sep 2002 15:48:24 +0200 (CEST) X-X-Sender: ray@laptop.rkc Original-To: emacs mailing list In-Reply-To: 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:1175 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1175 On Mon, 9 Sep 2002, Kai [iso-8859-15] Großjohann wrote: > Also, I suggest (require 'emacs-wiki) and (require 'planner) instead > of the load statements. Note the single quotes -- only one in each > statement. Thank you very much, kai. Is there a special reason for using requite instead of load? ray