From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [eric@openbsd.org: c-mode syntactic analysis regression in emacs-22.1] Date: Mon, 14 Jan 2008 15:57:51 -0500 Message-ID: References: <14k5mm3frq.fsf@fencepost.gnu.org> <20080114194249.GA4574@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200344364 15618 80.91.229.12 (14 Jan 2008 20:59:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2008 20:59:24 +0000 (UTC) Cc: Richard Stallman , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 14 21:59:47 2008 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 1JEWPK-0001Ia-0Q for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 21:59:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEWOu-0001GX-T0 for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 15:59:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEWNj-0008J5-Ki for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:58:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEWNb-00086n-T1 for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:58:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEWNa-00086W-T7 for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:57:59 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEWNa-0005po-DC for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:57:58 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JEWNT-0006AY-W8; Mon, 14 Jan 2008 15:57:52 -0500 X-Spook: bomb nuclear IRA SRI quiche halcon Perl-RSA Nazi X-Ran: <8P4+J9m6BZC.FCm'vxwmICKV}k(^9y_-Xa*sVjpnS1S+os(((29c>pp|:"{Z2=Ox.g17z X-Hue: black X-Attribution: GM In-Reply-To: <20080114194249.GA4574@muc.de> (Alan Mackenzie's message of "Mon, 14 Jan 2008 19:42:49 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86910 Archived-At: Alan Mackenzie wrote: > I've just commited a patch to cc-engine.el (both in the trunk and > Emacs-22 branch) which fixes this. Thank you very much, that's great. > How soon is Emacs 22.2 going to happen? It's impossible to say. It seems to depend on FOR-RELEASE becoming empty of bugs before someone happens to report a new bug of any kind. There is one remaining bug (`pos-visible-in-window-p at ellipsis') that I have looked at but don't know how to fix. :( Someone familiar with the display code would need to add ellipsis handling to pos_visible_p in xdisp.c.