emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: generic buffer parsing cache data


From: Paul Pogonyshev
Subject: Re: generic buffer parsing cache data
Date: Sun, 1 Jul 2007 23:44:09 +0300
User-agent: KMail/1.7.2

Stefan Monnier wrote:
> IIUC you're not proposing a standard generic cache, but a generic library to
> manage one's own cache.  So the caching policy (at what kind of interval to
> keep records of it, etc...) can be chosen freely, and also so that it can be
> used indifferently by major modes, minor modes, etc...

More or less.  What is `standard' about it is that invalidation should be done
in efficient manner by Emacs core.

Is there any way to easily check where `parse-partial-sexp' caches its data?
Just to easily see if it is already suitable for what modes would need.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]