Re: Leo + Python: the ultimate scripting tool: gui issues
Stephen Boulet <stephendotboul et@motorola_._c om> writes:
[color=blue]
> I see that allout.el is supplied with xemacs for windows. How does it get
> activated?[/color]
First try adding this to your .emacs :
(require 'allout)
(outline-init t)
Then try opening either a file with the ending .outl (for "traditiona l"
outlined text) or the allout.el file (for source code that contains outline
comments).
Once you opened allout.el, try typing this to get a quick feel:
C-cC-a C-cC-a
n n n n p s n h h h
Not so bad for navigating, is it?
'as
Stephen Boulet <stephendotboul et@motorola_._c om> writes:
[color=blue]
> I see that allout.el is supplied with xemacs for windows. How does it get
> activated?[/color]
First try adding this to your .emacs :
(require 'allout)
(outline-init t)
Then try opening either a file with the ending .outl (for "traditiona l"
outlined text) or the allout.el file (for source code that contains outline
comments).
Once you opened allout.el, try typing this to get a quick feel:
C-cC-a C-cC-a
n n n n p s n h h h
Not so bad for navigating, is it?
'as
Comment