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

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

Re: How to pre-load compile command history?


From: Roy Smith
Subject: Re: How to pre-load compile command history?
Date: Wed, 16 Nov 2011 20:11:55 -0500

Yup, that did it.  Exactly what I was looking for!  Much obliged.


On Nov 16, 2011, at 2:08 PM, Drew Adams wrote:

>> The following doesn't seem to work. 
>> (setq compile-history (cons '("..." "...")))
> 
> Try this:
> 
> (setq compile-history
>      '("cd /home/roy/songza/pyza/djapi; python test_api.py" 
>        "cd /home/roy/songza/code/radio/api/mobile/test; python test_api.py"))
> 
> Then use `M-p' to cycle backward through the history.
> 


--
Roy Smith
roy@panix.com






reply via email to

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