From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: next bugfix release? Date: Thu, 20 Aug 2009 17:47:19 +0200 Message-ID: References: <87praszybe.fsf@stupidchicken.com> <838whgik6y.fsf@gnu.org> <87prardif2.fsf@cyd.mit.edu> <200908191946.n7JJkpAm001304@godzilla.ics.uci.edu> <87vdkjsecq.fsf@stupidchicken.com> <20090819225645.GA2813@muc.de> <19084.34754.29507.98620@totara.tehura.co.nz> <20090820151355.GA6695@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250783280 10008 80.91.229.12 (20 Aug 2009 15:48:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Aug 2009 15:48:00 +0000 (UTC) Cc: Nick Roberts , joakim@verona.se, emacs-devel@gnu.org, Dan Nicolaescu , Stefan Monnier , Eli Zaretskii , Chong Yidong To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 20 17:47:51 2009 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 1Me9rj-0000KF-AG for ged-emacs-devel@m.gmane.org; Thu, 20 Aug 2009 17:47:51 +0200 Original-Received: from localhost ([127.0.0.1]:57645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me9rj-0002i5-1x for ged-emacs-devel@m.gmane.org; Thu, 20 Aug 2009 11:47:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Me9rf-0002hd-19 for emacs-devel@gnu.org; Thu, 20 Aug 2009 11:47:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Me9rZ-0002hF-HX for emacs-devel@gnu.org; Thu, 20 Aug 2009 11:47:45 -0400 Original-Received: from [199.232.76.173] (port=36712 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me9rZ-0002hC-Cp for emacs-devel@gnu.org; Thu, 20 Aug 2009 11:47:41 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.243]:46074) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Me9rX-0005CF-Oq; Thu, 20 Aug 2009 11:47:39 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so2310213ana.21 for ; Thu, 20 Aug 2009 08:47:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=rmhURCQ/lPlvvX+60RM5TroAm3Xdl0flv1mpE13nuUY=; b=tt9BvIlLq/RidVJeVKWtChKCI+z52/7E3RzFQqWupucaMB+xtKzL2Kdjz9Ei2XXBzb lc2zzv8C8mBNv4dR2/7TXDfTC8tIEurXBSck4FzzX4QJ04EG6rdsEbHMP1IiVKjRRNm7 m9Yk6c+P4cLCcu0YYawX3x76D7e6gmIeodXiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ZmRYfxo6vQKzWQzx4TPCyjwTIgh/uMXBJyLFf65jfaSA09ii4cXNGd4jX68ucoTxmp Udo2HAaa3v549yaOze01fSTRoDvQBkWup2dAP9h994g2ut6sANHVqQB5Ua4ChhKc0kPZ cI6grRqBqOCt7dFjEhlemlIeVI9AUf1U3A8+8= Original-Received: by 10.101.165.2 with SMTP id s2mr8940329ano.16.1250783259193; Thu, 20 Aug 2009 08:47:39 -0700 (PDT) In-Reply-To: <20090820151355.GA6695@muc.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:114449 Archived-At: On Thu, Aug 20, 2009 at 5:13 PM, Alan Mackenzie wrote: > CC Mode has an extensive test suite for (static) indentation and > fontification. =C2=A0It doesn't have any such tests for things like > initialisation of the mode, execution of CC Mode commands, or for > indentation/fontification after buffer changes. =C2=A0I would very much > welcome anybody stepping forward who had the time and energy to write > these tests. The tests I use for nXhtml tries to emulate commands (taking into pre/post etc) which might help for doing this. It also tries to fontify by explicitly calling the timers. Maybe this can help. If someone wants to try I can explain more.