Initial release
gonzui-emacs is an Emacs interface of gonzui, a source code search engine. It is written in EmacsRuby. It uses langhelp interface, so you can jump to a source code and bookmark a position.
Before installing gonzui-emacs, install langhelp (>=0.9.4). If you want only to use gonzui, you do not have to edit `~/.langhelp/config'.
Please execute the following commands.
ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/gonzui-emacs-0.3.tar.gz").read.display' > gonzui-emacs-0.3.tar.gz
tar xzvf gonzui-emacs-0.3.tar.gz
When you failed, please download it from the next link.
Then, install it.
ruby setup.rb
Victor Borja created Gentoo ebuild. Thanks.
Boris Daix created Debian package. Thanks. Put the following to your /etc/apt/sources.list:
deb http://alysse.dyndns.org/~bdaix/debian/packages unstable/ deb-src http://alysse.dyndns.org/~bdaix/debian/packages unstable/
If you use gonzui-emacs for the first time, reboot el4r.
M-x el4r-boot
To use gonzui, type
M-x gonzui
and input a query. A few seconds later, the gonzui-result buffer appears. The usage of gonzui-result buffer is the same as langhelp.
To back to Index, type
M-x winconf-pop
GPL