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: newline cache Date: Tue, 29 Apr 2014 17:25:09 +0300 Message-ID: <83iopsmcvu.fsf@gnu.org> References: <837g6id3mi.fsf@gnu.org> <838uqxb6o6.fsf@gnu.org> <837g6g9iip.fsf@gnu.org> <83iopxpxyx.fsf@gnu.org> <83oaznooas.fsf@gnu.org> <83mwf7o5mv.fsf@gnu.org> <1398760901216-320854.post@n5.nabble.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1398781836 17430 80.91.229.3 (29 Apr 2014 14:30:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2014 14:30:36 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Jarek Czekalski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 29 16:30:28 2014 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 1Wf93A-0008Ac-7c for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2014 16:30:24 +0200 Original-Received: from localhost ([::1]:50238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf939-00037Q-NA for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2014 10:30:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf92z-0002uT-Pb for Emacs-devel@gnu.org; Tue, 29 Apr 2014 10:30:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf92u-0004mD-2F for Emacs-devel@gnu.org; Tue, 29 Apr 2014 10:30:13 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:52104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf92t-0004kR-Qs for Emacs-devel@gnu.org; Tue, 29 Apr 2014 10:30:08 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0N4S00L00QMRD600@a-mtaout22.012.net.il> for Emacs-devel@gnu.org; Tue, 29 Apr 2014 17:25:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N4S00KWVQPPUU40@a-mtaout22.012.net.il>; Tue, 29 Apr 2014 17:25:01 +0300 (IDT) In-reply-to: <1398760901216-320854.post@n5.nabble.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:171654 Archived-At: > Date: Tue, 29 Apr 2014 01:41:41 -0700 (PDT) > From: Jarek Czekalski > > Is it a bug that exhibits through line highlighting? I get text buffers > easily malformed in such a way, that instead of a single line being > highlighted, it highlights several lines. And the END key goes to the end of > this pseudo block of lines. The only way I see to recover is closing the > buffer and reopening. Revert does not help. If the problem goes away when you set cache-long-scans to nil, then yes, this is related to the newline cache.