From: rubikitch@... Date: 2005-12-02T03:03:20+09:00 Subject: [ANN] langhelp-0.9.0 Hi, == Abstract Langhelp creates an index of documents of various programming languages, and enables you to search documents instantly in Emacs. If you are a programmer, then you may sometimes wonder, what is the usage of this function? Langhelp answers the question INSTANTLY. Currently langhelp supports languages below. latex ratpoisonrc lua guile php c++ c octave gauche python tcl m4 sed screenrc perl emacs-lisp ruby autoconf el4r awk graphviz-dot makefile sh Langhelp may be the first tool written in EmacsRuby in the world. In other words, langhelp is an practical example of EmacsRuby script. It is available at http://www.rubyist.net/~rubikitch/computer/langhelp/index.en.html == What's new === [2005/12/02] 0.9.0 released Initial release == Environment Langhelp depends on some tools. * (()) * emacs21 / xemacs21 * (()) I use Debian GNU/Linux and Emacs21. Langhelp probably works other GNU/Linux or Unices. Langhelp may work Windows environment (Meadow + Cygwin). Langhelp does not compete against other document-lookup tools, but langhelp INTEGRATES document-lookup tools. The more you have tools, the more usefule langhelp is. === Langhelp support tools The following tools are not mandatory but strengthens langhelp. : various Info documents Langhelp treats Info documents VERY EASY. : (()), (()) W3m processes HTML documents. Emacs-w3m is a WWW browser in Emacs, uses w3m internally. : Ri Ri looks up Ruby methods. It is bundled in Ruby distribution. : (()) This tool speeds up `ri' calls. : (()) Luahelp searches (()) documents. : (()) There are MANY EmacsLisp programs. : (()) Major mode for editing screenrc. : ratpoison.el Major mode for editing ratpoisonrc. It is bundled in ratpoison distribution. : (()) Visible bookmarks in buffer. == Install First install el4r to run EmacsRuby scripts. ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/el4r-1.0.0.tar.gz").read.display' | tar xzf - cd el4r-1.0.0 ruby setup.rb ruby -S el4r-rctool -p ruby -S el4r-rctool -i Then install langhelp. Please execute the following commands. ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/langhelp-0.9.0.tar.gz").read.display' | tar xzvf - When you failed, please download it from the next link. * (()) Then, install it. ruby setup.rb -- rubikitch http://www.rubyist.net/~rubikitch/index.en.html