From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: generic buffer parsing cache data Date: Sun, 1 Jul 2007 16:10:43 +0300 Message-ID: <200707011610.43928.pogonyshev@gmx.net> References: <200707010038.23072.pogonyshev@gmx.net> <200707011516.31959.pogonyshev@gmx.net> <878xa0fg2g.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183295094 28321 80.91.229.12 (1 Jul 2007 13:04:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2007 13:04:54 +0000 (UTC) Cc: Thien-Thi Nguyen To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 01 15:04:52 2007 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 1I4z6h-0000ej-Mr for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2007 15:04:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4z6h-0005n6-AM for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2007 09:04:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4z6e-0005l7-Ab for emacs-devel@gnu.org; Sun, 01 Jul 2007 09:04:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4z6b-0005gz-LI for emacs-devel@gnu.org; Sun, 01 Jul 2007 09:04:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4z6b-0005gh-EI for emacs-devel@gnu.org; Sun, 01 Jul 2007 09:04:45 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I4z6a-00051E-Lk for emacs-devel@gnu.org; Sun, 01 Jul 2007 09:04:45 -0400 Original-Received: (qmail invoked by alias); 01 Jul 2007 13:04:43 -0000 Original-Received: from unknown (EHLO [80.94.234.57]) [80.94.234.57] by mail.gmx.net (mp009) with SMTP; 01 Jul 2007 15:04:43 +0200 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX19iRYVjhmVi5QO5KtchVxFKqbgwHinzLUWkxsAHom j24msvTFZA2EyM User-Agent: KMail/1.7.2 In-Reply-To: <878xa0fg2g.fsf@ambire.localdomain> Content-Disposition: inline X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:74104 Archived-At: Thien-Thi Nguyen wrote: > () Paul Pogonyshev > () Sun, 1 Jul 2007 15:16:31 +0300 > > I propose to add something generic. > > why not look at getting CEDET to work w/ python? That might be an option. However, I'm interested not only in Python mode and that is a little perpendicular to my proposal. Besides, I think CEDET will benifit from building a standard way of caching right into Emacs core. (OK, after some years, because large packages tend to have large lag, since they need to support older versions, etc.) Paul