help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Per-directory customizations?


From: Kin Cho
Subject: Re: Per-directory customizations?
Date: 30 Apr 2004 08:38:35 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I do something similar, with defadvice of compile-internal, and
setq compile-command depending on default-directory.

-kin

Roy Smith <roy@panix.com> writes:

> Is there any way to do customizations on a per-directory basis?
> 
> For example, I've got java project which lives in ~/dev/foo.  Anytime I 
> run M-X compile anywhere inside the ~/dev/foo hierarchy, I want the 
> command run to be "cd ~/dev/foo; ant".  I don't want to just set 
> compile-command in my .emacs file, because the right command varies 
> depending on which project (i.e. directory subtree) I'm in.
> 
> Is there any way to do this?  I'm running GNU Emacs 21.2.1.


reply via email to

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