From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: c-mode eats page-breaks Date: 4 Feb 2007 10:47:43 +0100 Message-ID: <20070204110141.GA1923@muc.de> References: <20070131215130.3D0EB30138@Psilocybe.Update.UU.SE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170582497 4470 80.91.229.12 (4 Feb 2007 09:48:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Feb 2007 09:48:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 04 10:48:09 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 1HDdyg-0004AS-5w for ged-emacs-devel@m.gmane.org; Sun, 04 Feb 2007 10:48:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDdyg-0007S9-QK for ged-emacs-devel@m.gmane.org; Sun, 04 Feb 2007 04:48:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HDdyR-0007Qa-93 for emacs-devel@gnu.org; Sun, 04 Feb 2007 04:47:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HDdyP-0007OO-DD for emacs-devel@gnu.org; Sun, 04 Feb 2007 04:47:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDdyP-0007OI-5u for emacs-devel@gnu.org; Sun, 04 Feb 2007 04:47:49 -0500 Original-Received: from colin.muc.de ([193.149.48.1] helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HDdyO-0002bn-NM for emacs-devel@gnu.org; Sun, 04 Feb 2007 04:47:48 -0500 Original-Received: (qmail 67073 invoked by uid 3782); 4 Feb 2007 09:47:43 -0000 Original-Received: from acm.muc.de (p54A3E7BB.dip.t-dialin.net [84.163.231.187]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Sun, 04 Feb 2007 10:47:42 +0100 Original-Received: (qmail 2298 invoked by uid 1000); 4 Feb 2007 11:01:41 -0000 Original-Date: Sun, 4 Feb 2007 11:01:41 +0000 Content-Disposition: inline In-Reply-To: <20070131215130.3D0EB30138@Psilocybe.Update.UU.SE> User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-kernel: FreeBSD 4.6-4.9 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:65841 Archived-At: Hi, Alfred! On Wed, Jan 31, 2007 at 10:51:30PM +0100, Alfred M. Szmidt wrote: > Hi, > In c-mode, when you have a page-break (^L) in column 0, and you hit > TAB (c-indent-command) while having point at column 0, the page-break > gets eaten. Is this a bug or a feature? :-) On balance, I think it's a bug. So I'm going to change this so that ^Ls remain unmolested by indentation commands. > Happy hacking. Thanks for the report! -- Alan Mackenzie (Ittersbach, Germany).