From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: someusernamehere Newsgroups: gmane.emacs.help Subject: multiple load-paths? Date: Sat, 24 Nov 2007 07:30:22 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195918837 31624 80.91.229.12 (24 Nov 2007 15:40:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 15:40:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 24 16:40:45 2007 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 1Ivx7a-0006VV-NC for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Nov 2007 16:40:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ivx7M-0004cg-14 for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Nov 2007 10:40:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s36g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 189.149.131.143 Original-X-Trace: posting.google.com 1195918222 18627 127.0.0.1 (24 Nov 2007 15:30:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 24 Nov 2007 15:30:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s36g2000prg.googlegroups.com; posting-host=189.149.131.143; posting-account=G9cJ0QoAAABSmW_EVHw-7GAJRoWfgpn8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.0.13pre) Gecko/20071022 Ubuntu/dapper-security Firefox/1.5.0.13pre, gzip(gfe), gzip(gfe) Content-Disposition: inline Original-Xref: shelby.stanford.edu gnu.emacs.help:154039 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:49471 Archived-At: hey, I have in my .emacs 4 lines such as> (setq load-path (cons (expand-file-name "~/lisp") load-path)) (setq load-path (cons (expand-file-name "~/repos") load-path)) (setq load-path (cons (expand-file-name "~/testing") load-path)) (setq load-path (cons (expand-file-name "~/elisp") load-path)) there is a way to do this more "posh" ?, I mean may be in one line o something similar? thanks