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

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

Re: build-and-load-etags


From: Eli Zaretskii
Subject: Re: build-and-load-etags
Date: Thu, 26 Apr 2007 23:42:16 +0300

> From: "David L" <idht4n@hotmail.com>
> Bcc: 
> Date: Thu, 26 Apr 2007 13:39:14 -0700
> 
> (defun build-etags ()
>   (interactive)
>   (compile "make etags")
     ^^^^^^^
This is your problem: `compile' runs the command asynchronously, which
is not what you want.  Use `shell-command' or some such, and Emacs will
wait.




reply via email to

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