From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: pclouds Newsgroups: gmane.emacs.help Subject: add recursively to load-path Date: Fri, 25 Apr 2003 21:24:03 +0700 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030425142403.GB1255@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051281234 13839 80.91.224.249 (25 Apr 2003 14:33:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2003 14:33:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 25 16:33:53 2003 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 1994G9-0003XS-00 for ; Fri, 25 Apr 2003 16:33:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1994GH-00045F-01 for gnu-help-gnu-emacs@m.gmane.org; Fri, 25 Apr 2003 10:33:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1994Fq-0003Iy-00 for help-gnu-emacs@gnu.org; Fri, 25 Apr 2003 10:32:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1994Fj-0002ti-00 for help-gnu-emacs@gnu.org; Fri, 25 Apr 2003 10:32:40 -0400 Original-Received: from mail.gmx.de ([213.165.65.60] helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.10.13) id 1994FN-0001kI-00 for help-gnu-emacs@gnu.org; Fri, 25 Apr 2003 10:32:17 -0400 Original-Received: (qmail 14380 invoked by uid 65534); 25 Apr 2003 14:32:14 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (203.162.140.146) by mail.gmx.net (mp003-rz3) with SMTP; 25 Apr 2003 16:32:14 +0200 Original-Received: (from pclouds@localhost) by localhost.localdomain (8.11.6/8.11.6) id h3PEO3501283 for help-gnu-emacs@gnu.org; Fri, 25 Apr 2003 21:24:03 +0700 Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8817 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8817 Hi, Can i add a directory and all the subdirectories of that one to load-path? Something like that: ,---- | (add-recursive-path 'load-path "~/emacs") `---- then ~/emacs ~/emacs/semantic ~/emacs/mmm-mode ... will be added to load-path. Thanks -- Bi Cờ Lao