From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: help with c-mode-common-hook Date: 2 May 2007 11:22:09 -0700 Organization: http://groups.google.com Message-ID: <1178130129.512841.259390@y5g2000hsa.googlegroups.com> References: <87vefb3y2e.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1178142680 4254 80.91.229.12 (2 May 2007 21:51:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 May 2007 21:51:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 02 23:51:19 2007 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 1HjMjG-0005YK-Uq for geh-help-gnu-emacs@m.gmane.org; Wed, 02 May 2007 23:51:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjMpi-0004VM-Gu for geh-help-gnu-emacs@m.gmane.org; Wed, 02 May 2007 17:57:58 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!y5g2000hsa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 213.94.228.210 Original-X-Trace: posting.google.com 1178130130 1705 127.0.0.1 (2 May 2007 18:22:10 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 2 May 2007 18:22:10 +0000 (UTC) In-Reply-To: <87vefb3y2e.fsf@gmail.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 EMF3ASPROXY03 Complaints-To: groups-abuse@google.com Injection-Info: y5g2000hsa.googlegroups.com; posting-host=213.94.228.210; posting-account=hWoAPxMAAAAnBKSBz1ZivwUPPjEuve7bvVCHZQ8rhrluPfwcBJd92w Original-Xref: shelby.stanford.edu gnu.emacs.help:147925 X-Mailman-Approved-At: Wed, 02 May 2007 17:51:16 -0400 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:43546 Archived-At: On May 2, 7:00 pm, Hadron wrote: > I put "message" calls in so I know the functions are calling each other > but for some reason the compile command is staying at the default "make > -k" even if there is no makefile in the c files directory. What have I > broken? It used to work. Or something similar used to work.... You're going to have to describe the problem more. The code you've shown doesn't change the command "M-x compile" as far as I can see. Are the messages you put in seen?