Leo's developer is working on support for multiple full-on frontends. ... This is one they're hopefully not expecting. ;)
20061202
File Edit Outline Cmds Window Help
+ Chapter 7: Scripting Leo with Python |
+ Chapter 8: Customizing Leo |
+ Chapter 9: History of Leo |
+ Chapter 10: Theory of Operation |
+ Chapter 11: White papers |
+ Chapter 12: Plugins |
+ Chapter 13: Writing Plugins |
+ Chapter 14: Using the rst3 plugin |using os.getenv('USER'): 'krudat'
+ Chapter 15: Controlling syntax coloring |global config dir: /home/krudat/leo/cvs/leo/config
+ Chapter 16: External debuggers |home dir: /home/krudat
+ Chapter 17: Using ZODB with Leo |reading settings in /home/krudat/leo/cvs/leo/confi
- Chapter 18: Leo and Emacs |reading settings in /home/krudat/leo/cvs/leo/src/.
- @rst html\emacs.html |loadOnePlugin: loading module mod_scripting failed
| @rst-no-head links |can not load enabled mod_scripting plugin
| Controlling Leo from Emacs using Pymacs |3 plugins loaded
| Functions in leoPymacs.py |
-----------------------------------------------------------------------------------------------------
The leoPymacs module is intended to be called from Emacs using pymacs. It contains the following t
- get_app()
Returns the hidden app created by the leoPymacs.init function.
- dump(anyPythonObject)
Returns str(repr(anyPythonObject)).
- get_g()
Returns the leoGlobals module of the hidden app created by the leoPymacs.init function.
- get_script_result()
HACK