From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Undo-limit default Date: Sun, 07 Dec 2008 15:59:57 +0100 Message-ID: <493BE4ED.7070304@gmx.at> References: <873ah0n4xc.fsf@cyd.mit.edu> <493BC963.3000907@gmx.at> <493BCDB2.1010001@gmx.at> <87vdtwf43c.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228663244 14340 80.91.229.12 (7 Dec 2008 15:20:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2008 15:20:44 +0000 (UTC) Cc: Lennart Borgman , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 07 16:21:48 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 1L9LS5-0006b1-M8 for ged-emacs-devel@m.gmane.org; Sun, 07 Dec 2008 16:21:45 +0100 Original-Received: from localhost ([127.0.0.1]:45980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9LQu-00033y-Cx for ged-emacs-devel@m.gmane.org; Sun, 07 Dec 2008 10:20:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9L96-00014g-NC for emacs-devel@gnu.org; Sun, 07 Dec 2008 10:02:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9L95-00014K-GB for emacs-devel@gnu.org; Sun, 07 Dec 2008 10:02:07 -0500 Original-Received: from [199.232.76.173] (port=39484 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9L95-00014G-Cg for emacs-devel@gnu.org; Sun, 07 Dec 2008 10:02:07 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:36428) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L9L94-0006Hc-Ku for emacs-devel@gnu.org; Sun, 07 Dec 2008 10:02:07 -0500 Original-Received: (qmail invoked by alias); 07 Dec 2008 15:02:04 -0000 Original-Received: from 88-117-37-214.adsl.highway.telekom.at (EHLO [88.117.37.214]) [88.117.37.214] by mail.gmx.net (mp067) with SMTP; 07 Dec 2008 16:02:04 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+UIP8+O62UcJve53maFT4BYCzu+a3M0hBrDQISi3 zjVBOm177Q7RPY User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <87vdtwf43c.fsf@cyd.mit.edu> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78 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:106652 Archived-At: > Could you check whether stripping out the font-lock information has any > bad effects? The following untested patch should implement this > behavior: Crashes Emacs at the time I delete text in a buffer. I can look into this later. BTW, I suppose you mean that font-lock should add all face and extra properties too when it's active in a buffer. martin