GNU bug report logs - #7665
Emacs: add command line option -L to set more paths to load-path

Previous Next

Package: emacs;

Reported by: Jari Aalto <jari.aalto <at> cante.net>

Date: Fri, 17 Dec 2010 17:44:01 UTC

Severity: wishlist

Found in version 23.2+1-5.1

Fixed in version 19.29

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jari <jari.aalto <at> cante.net>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 'Stefan Monnier' <monnier <at> iro.umontreal.ca>, 7665 <at> debbugs.gnu.org
Subject: bug#7665: Emacs: add command line option -L to set more paths toload-path
Date: Sun, 19 Dec 2010 13:05:27 +0200
On 2010-12-18 12:12, Drew Adams wrote:
| 
| And I was thinking mainly of another use case: analyzing and reporting bugs.
| ... To narrow down the problem, I sometimes copy suspect files to a separate
| direactory, open `emacs -Q' and add just that directory to `load-path'.
|
| ...  the order of switch processing should be just left to right.
| That way, you could use -L followed by -l

Processing would be as they appear on the command line.

	-L path1 -l library1 -l path2 -l library2

as in:

	(add-to-list 'load-path "path1")
	(load "library1")
	(add-to-list 'load-path "path2")
	(load "library2")

Jari




This bug report was last modified 12 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.