Emacser  - 讨论区

标题:配置Emacs GTK/PYTHON/C++函数或变量提示 查看函数手册

2010年12月12日 星期日 17:09

配置Emacs GTK/PYTHON/C++函数或变量提示

昨天在网上搜集到相关的配置

* Pylookup : git clone git://github.com/tsgates/pylookup.git

* CClookup : git clone git://github.com/tsgates/cclookup.git

* GTKlookup :git clone git://github.com/tsgates/gtklookup.git

首先把相关的配置文件git clone 到你的emacs 能找到的path 下。

因为查找所有东西都是在一个*.db文件,所以第一次需要更新 数据库

Python的数据文件:

  • Update Database (In repository, there is database to lookup online document, but slow to load in a browser)
  1. $ cd ~/.lisp/addons/pylookup
  2. $ ./pylookup.py -u ./python-2.7.1-docs-html(这一步需要到http://docs.python.org/download.html下载PYTHON的HTML的手册执行)
  3. $ ./pylookup.py -l test
  4. COMPARISON_FLAGS (in module doctest) [lib];file:///home/tsgates/.lisp/addons/pylookup…

C++的数据文件:

  • Update Database (In repository, there is database to lookup online document, but slow to load in a browser)
  1. $ cd ~/.lisp/addons/cclookup
  2. $ ./cclookup.py -u ./www.cppreference.com/wiki (这里执行完,记得把www.cppreference.com删除,不然加载EMACS的时候会提示错误)
  3. $ ./cclookup.py -l print
  4. fprintf ./www.cppreference.com/wiki/c/io/fprintf    c/io    print formatted…

GTK的数据文件:

  • Update Database (In repository, there is database to lookup online document, but slow to load in a browser)
  1. $ cd ~/.lisp/addons/gtklookup
  2. $ ./gtklookup.py -u

GTK就没什么了,直接更新就OK。

在.EMACS加入(require ‘gcp-settings.el)

 

查看 (require ‘gcp-settings.el)

 

不好意思,误导大家了!这个是真正的功能是查看函数手册,提示只是其中的一部分,

改功能目前缺陷有:

C++函数手册查看功能 没法用,  GTK函数手册 需要网络。

----------------------------------------------------------------------------

目前在改进中!~  请关注我BLOG www.boolsir.com

 

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号