From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: rendering on gnu/linux Date: Mon, 17 Nov 2008 13:43:57 -0500 Message-ID: <87tza68a6q.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226947468 3064 80.91.229.12 (17 Nov 2008 18:44:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 18:44:28 +0000 (UTC) Cc: Emacs Devel To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 19:45:29 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 1L2967-0006C7-Kk for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 19:45:19 +0100 Original-Received: from localhost ([127.0.0.1]:50367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L294y-0000RW-LQ for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 13:44:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L294r-0000R2-Id for emacs-devel@gnu.org; Mon, 17 Nov 2008 13:44:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L294p-0000QN-Sg for emacs-devel@gnu.org; Mon, 17 Nov 2008 13:44:01 -0500 Original-Received: from [199.232.76.173] (port=56903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L294p-0000QG-OO for emacs-devel@gnu.org; Mon, 17 Nov 2008 13:43:59 -0500 Original-Received: from eight-three-ninety.mit.edu ([18.115.6.135]:40802 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L294p-0002CA-MC for emacs-devel@gnu.org; Mon, 17 Nov 2008 13:43:59 -0500 Original-Received: by furry (Postfix, from userid 1000) id A0CDCC054; Mon, 17 Nov 2008 13:43:58 -0500 (EST) In-Reply-To: (dhruva's message of "Mon, 17 Nov 2008 21:45:08 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105757 Archived-At: dhruva writes: > A simple way to reproduce: > 1. Run vanilla emacs in window mode on GNU/Linux > 2. Open some 'C' file with font-lock enabled > 3. Keep pressing C-l repeatedly, you will see lines appearing and > disappearing randomly. C-l is now bound to recenter-top-bottom instead of recenter. Maybe this is what you're seeing?