emacs-pretest-bug
[Top][All Lists]
Advanced

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

compile vs. cd-absolute


From: Dan Jacobson
Subject: compile vs. cd-absolute
Date: Mon, 08 Jan 2007 23:53:48 +0800

(compile "cd ~/j*org&&make english" nil)
gives
cd-absolute: ~/j*org/: no such directory
whereas
$ cd ~/j*org&&make english
works fine, as it expands the *.

By the way (describe-function (quote compile)):
   If optional second arg COMINT is t the buffer will be in Comint mode with
   `compilation-shell-minor-mode'.

   You can then use the command C-x ` to find the next error message
   and move to the source code that caused it.
Sounds like one needs to give a second arg to be able to use
next-error.




reply via email to

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