六月 10, 2009

Incremental bbdb search

最近的anything-config.el包含多个新的anything source,其中一个就是anything-c-source-bbdb,通过使用如下函数,我们可以实现搜索结果随着输入动态变化。

(defun wl-bbdb ()
  (interactive)
  (if anything-c-source-bbdb
      (anything '(anything-c-source-bbdb))
    (bbdb)))

如果没有anything-c-source-bbdb,我们则使用原装搜索功能。

0 条评论:

发表评论

指向此帖子的链接:

创建链接

<< 主页