From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: perlnow.el prob Date: Mon, 1 Jun 2009 15:04:25 -0700 Message-ID: <84EF868C10C64906B734B6AB771DEF82@us.oracle.com> References: <298062.47552.qm@web36501.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243893891 23968 80.91.229.12 (1 Jun 2009 22:04:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2009 22:04:51 +0000 (UTC) To: "'Craig'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 02 00:04:48 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 1MBFcY-0001L4-Tw for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Jun 2009 00:04:43 +0200 Original-Received: from localhost ([127.0.0.1]:37822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBFcY-0008N7-97 for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2009 18:04:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBFcA-0008Mn-5s for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 18:04:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBFc5-0008L6-Kl for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 18:04:17 -0400 Original-Received: from [199.232.76.173] (port=44316 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBFc5-0008L3-D4 for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 18:04:13 -0400 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:44572) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBFc4-0007eU-N5 for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 18:04:13 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n51M4qew000900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 Jun 2009 22:04:53 GMT Original-Received: from abhmt006.oracle.com (abhmt006.oracle.com [141.146.116.15]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n51M4CEk016500; Mon, 1 Jun 2009 22:04:12 GMT Original-Received: from dradamslap1 (/141.144.65.100) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 01 Jun 2009 15:04:07 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <298062.47552.qm@web36501.mail.mud.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: AcnjAvb9z1ET2dg1RSO/Rv1VObVbWwAADm7g X-Source-IP: abhmt006.oracle.com [141.146.116.15] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4A245057.01F1:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:64878 Archived-At: > How do i do that in my path? One way: Use command-line option -L DIR. Example: emacs -L /my/directory/, assuming /my/directory/ contains file template.el. Another way: Augment variable `load-path' in your .emacs file: (add-to-list 'load-path "/my/directory/") Another way: Set environment variable EMACSLOADPATH, so it includes (e.g. starts with) "/my/directory/". Read the Emacs manual in Info, the manuals browser, within Emacs: `C-h i' (that's Control-h, then i), then choose the Emacs manual. Then `i' to look something up in the index, or `C-s' repeatedly to search for something. Start with `g Init File', which takes you to node Init File. If how to use the manual seems unclear, then start with the Info manual, not the Emacs manual: Hit `h' in Info.