Re: Dev. environment
Posted by
1sy8 on
Nov 13, 2008; 7:32pm
URL: http://quantlib.414.s1.nabble.com/Dev-environment-tp12395p12397.html
Luigi Ballabio wrote
On Tue, 2008-11-11 at 07:50 -0800, 1sy8 wrote:
> Hi all.
>
> I've seen in the tarball that a quantlib.el is shipped. For those of you who
> use Emacs, could you say how is your .emacs, especially the parts about
> loading quantlib.el and defining the keybindings, with ql-new-header, say ?
A long time ago, I had written
(load "quantlib")
(global-set-key [f9] 'ql-new-header)
(global-set-key [f10] 'ql-new-source)
but I admit I never use the bindings. Loading the file highlights a few
types in the source, though.
Thanks for all these tips. So you just copy and paste the header when you start a new file ?
Regards