yes, i fixed this in mine also but i use e3 in emacs emulation mode.
dunno about zile.  it isn't in my lrps.

being an emacs user i sympathize more with left-handed people.

i don't have an original /sbin/unconfigured.sh handy, but
the changes  were in these three sections:
> select_against_e3 () {
>       if [ -x $1 ] ; then
>               EDITOR=$1
>       else
>               EDITOR=$E3
>               E3EMU=$2
>       fi
...
>               emacs|EMACS) select_against_e3 $ZI em ;;
>               vi|VI) select_against_e3 $VI vi ;;
>               pico|PICO) select_against_e3 $NA ;;
>
...
>       cat - <<!* >>/root/.profile
> # --- added $(date)
>
> EDITOR=$EDITOR
> export E3EMU=$E3EMU
> !*



On Sat, Mar 24, 2001 at 06:35:22PM -0700, N. Sean Timm wrote:
> 
> Another issue I've run into is the e3 editor's default emulation mode.  How
> do you set it to run in emacs emulation mode?  I noticed that a variable
> gets set called E3EMU when I specify zile as my editor during initial setup,
> but e3 still runs in vi mode.
> ...


-- 
mark seiden, [EMAIL PROTECTED], 1-(650) 592 8559 (voice) Pacific Time Zone

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to