From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kidologie Newsgroups: gmane.emacs.help Subject: Converting from compile-internal to compilation-start Date: Wed, 7 Jan 2009 13:13:09 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231387546 12512 80.91.229.12 (8 Jan 2009 04:05:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2009 04:05:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 08 05:06:57 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LKmAU-0002sQ-5W for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jan 2009 05:06:52 +0100 Original-Received: from localhost ([127.0.0.1]:45314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKm9E-0005rc-1i for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Jan 2009 23:05:32 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r40g2000yqj.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 64.102.254.33 Original-X-Trace: posting.google.com 1231362789 304 127.0.0.1 (7 Jan 2009 21:13:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 7 Jan 2009 21:13:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r40g2000yqj.googlegroups.com; posting-host=64.102.254.33; posting-account=rKOZvgoAAACXuKh1uLk5HCu7Xwj27Egq User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165833 X-Mailman-Approved-At: Wed, 07 Jan 2009 23:04:09 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61173 Archived-At: 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? Thanks!