From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: c-mode eats page-breaks Date: Sun, 4 Feb 2007 12:47:23 +0100 (CET) Message-ID: <20070204114723.74205300FA@Psilocybe.Update.UU.SE> References: <20070131215130.3D0EB30138@Psilocybe.Update.UU.SE> <20070204123443.GA1558@muc.de> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1170589671 23757 80.91.229.12 (4 Feb 2007 11:47:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Feb 2007 11:47:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 04 12:47:42 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 1HDfqO-0006jZ-2S for ged-emacs-devel@m.gmane.org; Sun, 04 Feb 2007 12:47:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDfqP-00008c-7a for ged-emacs-devel@m.gmane.org; Sun, 04 Feb 2007 06:47:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HDfqE-00008U-3v for emacs-devel@gnu.org; Sun, 04 Feb 2007 06:47:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HDfqB-000086-0U for emacs-devel@gnu.org; Sun, 04 Feb 2007 06:47:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDfqA-000083-TF for emacs-devel@gnu.org; Sun, 04 Feb 2007 06:47:26 -0500 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HDfqA-0001XE-FX for emacs-devel@gnu.org; Sun, 04 Feb 2007 06:47:26 -0500 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 74205300FA; Sun, 4 Feb 2007 12:47:23 +0100 (CET) In-reply-to: <20070204123443.GA1558@muc.de> (message from Alan Mackenzie on 4 Feb 2007 12:20:46 +0100) X-detected-kernel: Linux 2.6 (newer, 1) 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:65845 Archived-At: I've just commited a fix to ..../lisp/progmodes/cc-cmds.el. Could you update your copy of Emacs and try it out, please. Thanks! It doesn't eat it, but I think that point should stay at column 0 and not move. That is atleast what happens in other modes (emacs-lisp-mode for example). Thanks for the quick response!