[ROOT] Emacs Lisp helper library for ROOT

From: Christian Holm Christensen (cholm@hehi03.nbi.dk)
Date: Wed May 15 2002 - 23:09:02 MEST


Hi all, 

I've created an Emacs Lisp library to help develop ROOT based
packages.  It provides IMHO a good set of nifty functions to use in
(X)Emacs that can take some of the borrowing repetitions out of
writting ROOT based code.  For example, there a function to insert
code like 

  #ifndef ROOT_<class>
  #include "<class>.h"
  #endif 

where the user is prompted for <class> _with_completion_.  The library
is fairly customisable via Emacs' `(custumize)' function.  You can get
it at 

  http://cholm.home.cern.ch/cholm/root/#elisp 

To use, put it somewhere Emacs looks for lisp files, and put 

  (require 'root-help) 

in you're `~/.emacs' file.  Try typping 

  M-x root-[tab]

for a list of functions.  

I hope you like it. 

Yours, 

 ____ |  Christian Holm Christensen 
  |_| |	 -------------------------------------------------------------
    | |	 Address: Sankt Hansgade 23, 1. th.  Phone:  (+45) 35 35 96 91
     _|	          DK-2200 Copenhagen N       Cell:   (+45) 24 61 85 91
    _|	          Denmark                    Office: (+45) 353  25 305
 ____|	 Email:   cholm@nbi.dk               Web:    www.nbi.dk/~cholm
 | |



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:53 MET