From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: making Flymake work with PHP Date: Fri, 15 May 2009 00:43:26 +0200 Message-ID: References: <25b6b34d-b9f5-44d1-a969-544e218fe668@n4g2000vba.googlegroups.com> <87my9fh5ov.wl%anselm.helbig+news2009@googlemail.com> <514f618a-c570-4d5b-9d0c-dfdf0d0ece0a@n21g2000vba.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1242341043 8595 80.91.229.12 (14 May 2009 22:44:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 May 2009 22:44:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ig0r Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 15 00:43:56 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 1M4jed-0000RK-Rm for geh-help-gnu-emacs@m.gmane.org; Fri, 15 May 2009 00:43:56 +0200 Original-Received: from localhost ([127.0.0.1]:56445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4jed-0001CZ-Db for geh-help-gnu-emacs@m.gmane.org; Thu, 14 May 2009 18:43:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4jeH-0001BW-KD for help-gnu-emacs@gnu.org; Thu, 14 May 2009 18:43:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4jeC-0001A5-Rj for help-gnu-emacs@gnu.org; Thu, 14 May 2009 18:43:33 -0400 Original-Received: from [199.232.76.173] (port=38672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4jeC-0001A2-OX for help-gnu-emacs@gnu.org; Thu, 14 May 2009 18:43:28 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:51335) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4jeC-00053s-BX for help-gnu-emacs@gnu.org; Thu, 14 May 2009 18:43:28 -0400 Original-Received: by fxm17 with SMTP id 17so1706769fxm.42 for ; Thu, 14 May 2009 15:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JaALzuzYV9HhqJfLRnN24YFohYUXtvOX/t0P9nfDQKY=; b=N6MOOM7VVp12CgT58vQmaMvXHnkLJmEBsZuiIiULA5WmQcahG69u10dNbOE7ifCsxo QoRven+8ha69Np8FIMHtU+AoY++UPd8YHK8GR32jaVG/8ykdtPIm/cEKXbn3/IVTOF6l wfrZRbiFFbiosRPxkTV7TjHpTMEK298QmiQp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NxxBxmP6gWKkHRtAe7ncY7+5plzUW2WvjoYIKi878JvA8akXWHrNg6X+TdoW4HFLJP C8k+WqsE837mb/00g5g2jimpr42sSRfM+XwQZRQ4FqUiro2G2874YgixkOpvyKgis5lW 1UQPNLqPsylKPwwkalZp2SLL+tItuZ6LkTpKM= Original-Received: by 10.103.246.1 with SMTP id y1mr1845125mur.120.1242341006445; Thu, 14 May 2009 15:43:26 -0700 (PDT) In-Reply-To: <514f618a-c570-4d5b-9d0c-dfdf0d0ece0a@n21g2000vba.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:64448 Archived-At: On Thu, May 14, 2009 at 11:17 PM, Ig0r wrote: >> Are the php-files you're >> looking at opened in php-mode or nxhtml-mode? > They are opening in php-mode It should open in html-mumamo-mode (in Emacs 22), but that does not matter much here. >>What version of emacs >>and nxhtml are you using? > emacs-22.3 > nXhtml 1.76-090226 It would be good if you could try the latest beta 1.77 of nXhtml. >>Obviously, if you're using nxhtml you should >>try to configure flymake for php a second time. > Can you please explain this? It do not know what Anselm meant (but it would be interesting to know). However you should not have to configure anything (except perhaps the path to php.exe). Could you please try commenting out the elisp code you have in your .emacs for configuring flymake for php? >>Are you sure that emacs can find your >>php executable? What happens if you enter this line: >> =C2=A0M-: (executable-find "php") > Yes, I'm sure, That command returns path to my php.exe > > Cheers, > Igor!