gnu-emacs-sources
[Top][All Lists]
Advanced

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

ascope.el --with cache save `find' history


From: Wang Lei
Subject: ascope.el --with cache save `find' history
Date: Thu, 16 Aug 2012 00:17:59 +0800

Hi, all!

When using ascope.el, I find that something I `find' again and again.
To save the work, I enhance ascope.el with cache.

The cache is a hash table, KEY is the symbol which is looked at, VALUE
is a list as '(buffer file point). Before emacs exits, the cache will
be saved to a file in the same directory with cscope.out. It may be
loaded in next emacs session.

It's attached. Please review.

--
Regards,
Lei

Attachment: ascope.el
Description: Binary data


reply via email to

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