emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subdirectories in `lisp'


From: Stefan Monnier
Subject: Subdirectories in `lisp'
Date: Wed, 26 Sep 2012 09:24:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

>> RefTeX consists of eleven Lisp files.  It might not be a bad idea to put
>> them into their own directory.
> But I have to agree with RMS; it still doesn't seem worth giving reftex
> its own subdirectory.

BTW, the main reason is to avoid lengthening load-path too much, so
maybe a good alternative is to have a subdirectory but not add it to
load-path.
Instead of (require 'reftex-parse) you'd do (require 'reftex/parse).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]