From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: A bad indentation made by C Date: Sun, 22 Apr 2007 13:28:25 +0200 Message-ID: <462B46D9.3050003@gmail.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 1177241322 32279 80.91.229.12 (22 Apr 2007 11:28:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Apr 2007 11:28:42 +0000 (UTC) Cc: Eric Lilja To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 22 13:28:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HfaF8-0002Yp-9E for ged-emacs-devel@m.gmane.org; Sun, 22 Apr 2007 13:28:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfaKP-00011t-BB for ged-emacs-devel@m.gmane.org; Sun, 22 Apr 2007 07:34:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfaKM-000100-5z for emacs-devel@gnu.org; Sun, 22 Apr 2007 07:33:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfaKK-0000xp-M6 for emacs-devel@gnu.org; Sun, 22 Apr 2007 07:33:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfaKK-0000xP-ED for emacs-devel@gnu.org; Sun, 22 Apr 2007 07:33:56 -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 1HfaF2-0001bZ-JO for emacs-devel@gnu.org; Sun, 22 Apr 2007 07:28:28 -0400 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:61825 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HfaF0-0008VD-8J; Sun, 22 Apr 2007 13:28:27 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 X-Antivirus: avast! (VPS 000735-1, 2007-04-21), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HfaF0-0008VD-8J. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1HfaF0-0008VD-8J 270acaae5abc6059678e9e48c40cb1eb X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69789 Archived-At: but for php-mode.el. The php-mode I am using/distributing is derived from c-mode. It uses c-indent-line. That works in many circumstances but not all. A rather annoying indentation is the following for (;;) { } This happens only if the for-loop is on top level, but that happens all the time in PHP. Maybe that little thing could be changed in c-indent-line? Or maybe someone can help me a bit to fix this in php-mode.el?