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: Drew Adams
Subject: RE: How to pre-load compile command history?
Date: Wed, 16 Nov 2011 11:08:47 -0800

> 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.




reply via email to

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