From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: jit-lock tries to fontify killed buffer (sometimes) Date: Tue, 9 Apr 2013 13:15:01 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1365513343 14316 80.91.229.3 (9 Apr 2013 13:15:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Apr 2013 13:15:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 09 15:15:47 2013 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 1UPYOm-0000Lw-LL for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2013 15:15:44 +0200 Original-Received: from localhost ([::1]:33029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPYOm-0000TD-7Q for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2013 09:15:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPYOQ-0008UE-ON for emacs-devel@gnu.org; Tue, 09 Apr 2013 09:15:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPYOK-0004g8-PY for emacs-devel@gnu.org; Tue, 09 Apr 2013 09:15:22 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:40792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPYOK-0004g2-Ih for emacs-devel@gnu.org; Tue, 09 Apr 2013 09:15:16 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UPYOF-00081P-Hk for emacs-devel@gnu.org; Tue, 09 Apr 2013 15:15:11 +0200 Original-Received: from alimantado.supelec.fr ([160.228.100.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Apr 2013 15:15:11 +0200 Original-Received: from fabrice.popineau by alimantado.supelec.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Apr 2013 15:15:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 160.228.100.37 (Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:158805 Archived-At: Stefan Monnier iro.umontreal.ca> writes: > > > I get a backtrace on jit-lock trying to fontify some killed-buffer > > while restoring my previous session (thanks to the desktop library). > > Can you show us the backtrace? > > Stefan > I wish I could. I had >100 buffer opened (C, org-mode, lisp) Since it happened, I cleaned up my workplace. I will do it if it happens again. I commented out my fix for the time being. Fabrice