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: Threads in emacs implementation Date: Mon, 20 Jun 2005 13:19:06 +0200 Message-ID: <42B6A62A.1020705@student.lu.se> References: <6dbd4d0005060619227dd41364@mail.gmail.com> <87vf4oaft8.fsf@zemdatav.stor.no-ip.org> <4nd5quav0o.fsf@lifelogs.com> <4nll5btxv7.fsf@lifelogs.com> <4nvf4eqnec.fsf@lifelogs.com> <4nzmtpqdlp.fsf@lifelogs.com> <87fyvde30c.fsf@kanga.tapsellferrier.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119290958 21222 80.91.229.2 (20 Jun 2005 18:09:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2005 18:09:18 +0000 (UTC) Cc: miles@gnu.org, Ted Zlatanov , snogglethorpe@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 20 20:09:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkQhm-0007cb-SE for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 20:09:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkQo3-0003Tx-2V for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 14:15:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkQmr-00038g-12 for emacs-devel@gnu.org; Mon, 20 Jun 2005 14:14:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkQmo-00037G-CB for emacs-devel@gnu.org; Mon, 20 Jun 2005 14:14:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkQmo-00037B-3b for emacs-devel@gnu.org; Mon, 20 Jun 2005 14:14:18 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkQhq-0006rx-9i; Mon, 20 Jun 2005 14:09:10 -0400 Original-Received: from [192.168.123.121] (83.249.202.116) by pne-smtpout1-sn2.hy.skanova.net (7.2.059.6) id 42AE9D5C001639F4; Mon, 20 Jun 2005 13:19:06 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Nic Ferrier In-Reply-To: <87fyvde30c.fsf@kanga.tapsellferrier.co.uk> 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:39194 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39194 Nic Ferrier wrote: >I think threads would be most useful for things like fontification and >parsing (eg: in xml buffers). > > nxml-mode works pretty well for parsing and fontifying xml.