From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: How can I predict which regions xdisp will present me for font-locking? Date: Tue, 13 Mar 2012 23:18:30 +0200 Message-ID: <83lin4w66x.fsf@gnu.org> References: <20120311205903.GA3717@acm.acm> <83d38iyfox.fsf@gnu.org> <834nttya1l.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1331673533 8332 80.91.229.3 (13 Mar 2012 21:18:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2012 21:18:53 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org To: John Yates Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 22:18:51 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S7Z7H-0003wr-DY for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 22:18:47 +0100 Original-Received: from localhost ([::1]:42136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Z7G-0007Br-PG for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 17:18:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Z7D-0007As-UI for emacs-devel@gnu.org; Tue, 13 Mar 2012 17:18:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7Z7A-0006E8-Dg for emacs-devel@gnu.org; Tue, 13 Mar 2012 17:18:43 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:59970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Z7A-0006Dq-6F for emacs-devel@gnu.org; Tue, 13 Mar 2012 17:18:40 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M0U00900DTLZF00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Tue, 13 Mar 2012 23:18:20 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.179.236]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M0U009S0DUJZ010@a-mtaout23.012.net.il>; Tue, 13 Mar 2012 23:18:20 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149015 Archived-At: > Date: Tue, 13 Mar 2012 15:50:31 -0400 > From: John Yates > Cc: acm@muc.de, emacs-devel@gnu.org > > > If you replace cc-mode Lisp files in v24 with those in v23, does the > > problem go away? > > I am really not able to do so. I do not build emacs from scratch. I > simply run the current state of Julien Danjou's emacs-snapshot on > Ubuntu (11.04 at home, 11.10 at work). Since CC Mode is not preloaded, all you need to do is copy the the cc-*.elc files from v23 over their v24 namesakes, and then fire up Emacs.