Re: undo-tree.el

2009-11-29 Thread Stefan Monnier
> does not store it) is visibility. If you are in org-mode, and you > undo, you want the folding state of subtrees to be as it was, else you > can undo stuff that is hidden etc. I wonder if that is possible, or, > if not, if Emacs can be made to support it for your package. Since folding state i

Re: gtranslate.el --- google translation

2009-11-29 Thread Uwe Brauer
> "Bruno" == Bruno Tavernier writes: > Dear emacs users, > Here is my first contribution to the open-source world, and first > meaningful chunk of emacs-lisp! :-) > The following module (gtranslate.el) provide an interface to the > google translation api. It should thus suppo

Re: undo-tree.el

2009-11-29 Thread Leo
On 2009-11-29 19:03 +, Toby Cubitt wrote: > Appologies for posting three versions in quick succession, but I'd like > to get one version that compiles and works correctly, and I seem to be > incapable of this. > > Third time lucky... It is great fun seeing this package mature ;) Leo __

gtranslate.el --- google translation

2009-11-29 Thread Bruno Tavernier
Dear emacs users, Here is my first contribution to the open-source world, and first meaningful chunk of emacs-lisp! :-) The following module (gtranslate.el) provide an interface to the google translation api. It should thus support any languages supported by the api (guarranty 100% not tested)