From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Abdullah Abdul Khadir Newsgroups: gmane.emacs.help Subject: Re: for loading own lisp functions, if some in separated files, automatically Date: Tue, 14 Jul 2009 16:59:10 +0530 Message-ID: <17064ae90907140429v7ef9cca4y786dfcaebabcb17c@mail.gmail.com> References: <1247499249.814312@news.aic.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00163646bf6655be6f046ea8bf63 X-Trace: ger.gmane.org 1247633986 29561 80.91.229.12 (15 Jul 2009 04:59:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jul 2009 04:59:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: _glueck_austria@no.spam.hotmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 15 06:59:39 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MQwag-0000lV-Is for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jul 2009 06:59:39 +0200 Original-Received: from localhost ([127.0.0.1]:60791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQwag-0004x3-0C for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jul 2009 00:59:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQgCF-0005fy-W2 for help-gnu-emacs@gnu.org; Tue, 14 Jul 2009 07:29:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQgC8-0005eG-N2 for help-gnu-emacs@gnu.org; Tue, 14 Jul 2009 07:29:17 -0400 Original-Received: from [199.232.76.173] (port=60336 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQgC8-0005eD-KR for help-gnu-emacs@gnu.org; Tue, 14 Jul 2009 07:29:12 -0400 Original-Received: from mail-px0-f193.google.com ([209.85.216.193]:53567) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQgC8-0005Ys-59 for help-gnu-emacs@gnu.org; Tue, 14 Jul 2009 07:29:12 -0400 Original-Received: by pxi31 with SMTP id 31so2291192pxi.14 for ; Tue, 14 Jul 2009 04:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=JcIUIU6F0kSGZnSosBsOnSA8RZDs4wHbGAUaKtb/0vQ=; b=iLebmk/W87Y1pGDFeoIIoNL9jogvZH0nY0rSzi4XBgMp+zw2nXH3g0HlGfR8E2Xw3d V2fZduC3iavqM2VkqJ5upA3sbulVSoKxrBBTyFPoBGoJ4D0LuFeyt4iW553g+yaEbWmw gNvdIAv9UQcXyJisziNh9WC3opqTYqilfXUns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=G8vUia/7Qam4ZI80QJUtwlrOCCGt8gjSEYiI2ujMSm+LGiojgWa2ItoILuU21gr+LW eMBIZLNaIy0hbW9froxGWjeSht+VuVMj+soj82galo8N359S+EzwRISeqmZJsCWZB4wz ENot7hoilgyclX4chuv5CLgw1GGwmIsGzQu6s= Original-Received: by 10.115.95.19 with SMTP id x19mr10490894wal.81.1247570950470; Tue, 14 Jul 2009 04:29:10 -0700 (PDT) In-Reply-To: <1247499249.814312@news.aic.at> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 15 Jul 2009 00:55:57 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66089 Archived-At: --00163646bf6655be6f046ea8bf63 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Mon, Jul 13, 2009 at 9:04 PM, _ glueck _ austria@no.spam.hotmail.com Erhy wrote: > Hello, > for training myself, I'm writing some lisp functions. > > What is the usual way for automatic maintenance, that my .el files are > loaded automatically, when > starting Emacs? You can save your lisp functions in the .emacs file. This file is to be stored in C:/.emacs. At least that worked for me on Windows XP. > > > I would prefer that the lisp files are located in the site-lisp directory. If you want to store the functions in a .el file then you may do that. But you must include some functions like load-function in .emacs or load-library, require. -- Regards, Abdullah Abdul Khadir ------------------------------------------------------------------ Home page : www.cmi.ac.in/~abdullah My blog : www.linuxandlisp.blogspot.com --00163646bf6655be6f046ea8bf63 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Mon, Jul 1= 3, 2009 at 9:04 PM, _ glueck _ austria@no.spam.hotmail.com Erhy <erhard> wrote:
Hello,
for training myself, I'm writing some lisp functions.

What is the usual way for automatic maintenance, that my .el files are load= ed automatically, when
starting Emacs?
You can save your lisp functions in the .e= macs file. This file is to be stored in C:/.emacs. =A0
At least t= hat worked for me on Windows XP.=A0


I would prefer that the lisp files are located in the site-lisp directory.<= /blockquote>
If you want to store the functions in a .el file then you = may do that. But you must include some functions like =A0load-function in .= emacs or load-library, require.
--
Regards,

Abdullah Abdul Khadir
----------= --------------------------------------------------------
Home page : www.cmi.ac.in/~abdullah
My b= log =A0 =A0 =A0: www.linux= andlisp.blogspot.com

--00163646bf6655be6f046ea8bf63--