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

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

Re: Converting from compile-internal to compilation-start


From: Kevin Rodgers
Subject: Re: Converting from compile-internal to compilation-start
Date: Thu, 08 Jan 2009 08:24:02 -0700
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

kidologie wrote:
Hello - after upgrading to emacs22, I see that compile-internal is now
obsolete - I need to use compilation-start.

What is the correct way to do this:

 (compile-internal (concat "nits -emacs" command)
                    "All done" "rt-nits" nil grep-regexp-alist)

using compilation-start?

Try

(compilation-start (concat "nits -emacs" command)
                   'grep-mode (lambda () "rt-nits"))

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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