From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: PHP/HTML indentation Date: Mon, 30 Jul 2007 15:42:23 +0200 Message-ID: <46ADEABF.9030303@gmail.com> References: <1185793679.975121.95720@k79g2000hse.googlegroups.com> <1185799103.065883.34670@19g2000hsx.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185802978 31933 80.91.229.12 (30 Jul 2007 13:42:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jul 2007 13:42:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: vincent.marguerit@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 30 15:42:51 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 1IFVWM-0002NG-TX for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jul 2007 15:42:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFVWM-0005qb-3M for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jul 2007 09:42:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFVW3-0005qN-OQ for help-gnu-emacs@gnu.org; Mon, 30 Jul 2007 09:42:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFVW2-0005px-Cp for help-gnu-emacs@gnu.org; Mon, 30 Jul 2007 09:42:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFVW2-0005pu-2v for help-gnu-emacs@gnu.org; Mon, 30 Jul 2007 09:42:30 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IFVW1-0003ZW-5b for help-gnu-emacs@gnu.org; Mon, 30 Jul 2007 09:42:29 -0400 Original-Received: from c83-254-133-189.bredband.comhem.se ([83.254.133.189]:62891 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IFVVx-0008Cg-6W; Mon, 30 Jul 2007 15:42:27 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070716 Thunderbird/2.0.0.5 Mnenhy/0.7.5.666 In-Reply-To: <1185799103.065883.34670@19g2000hsx.googlegroups.com> X-Antivirus: avast! (VPS 000762-2, 2007-07-30), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.133.189 X-Scan-Result: No virus found in message 1IFVVx-0008Cg-6W. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IFVVx-0008Cg-6W e13c8b01447288886f92147f30fe9d4b X-detected-kernel: Linux 2.6? (barebone, rare!) 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:46195 Archived-At: vincent.marguerit@gmail.com wrote: > My version of Emacs is 22.1, I use php-mode version 1.2.0 with this is > in .emacs file: Unfortunately there are several php-modes out there. You have to tell us the author too. > (global-font-lock-mode 1) > (require 'php-mode) > (add-hook 'php-mode-user-hook 'turn-on-font-lock) Font lock is on by default in Emacs 22. > The file for which the indentation does not work anymore is > global_display.inc.php, I have put it here: > http://boxfly.free.fr/test/php/global_display.inc.phps > > If I go to line 5 and press TAB key, it will auto indent. But if I go > to line 522 in the function dis_end_main(), the indentation does not > work anymore. Thanks, but what code to you have on that line? It looks to me that this is the empty line here: function dis_end_main() { echo " Anyway, indentation works for me here with the version of php-mode I have. I have the version that comes with nXhtml. ** Important: In your case you have just php code and then indentation works ok. In the case where the code mixes XHTML and PHP it is different, see nXhtml. > I work under Mac OS X. > > Thanks for your help, > Vincent. > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs >