[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xemacs / termcap ?
> Hans,
>
> YES!! I made it! Thank you very much.
You're welcome, I'm glad you like it.
...
>
> $ make clean
> $ make USE_MULE=YES
> $ ./work/xemacs-20.4/src/xemacs -nw
>
> PERFECT!! ;-)
>
> But I noticed that I cannot use canna, a Japanese imput method, on the
> fresh xemacs-20.4 so, I added a line to Makefile like...
>
> CONFIGURE_ARGS= ${GCCARCH} \
> ${CONFIG_MULE} \
> --with-canna \ # <-- this line I add
>
> Now I am re-making. I think this goes well. I have already installed
> canna server.
Good idea, I may check whether this breaks anything or not, so we may
enable canna by default. There are various input methods for XEmacs. Do
you know which one is the most important or most used?
> Just one thing I don't very happy with no menubar when I executed with
> -nw option. I looked around INSTALL file but only found
> --with-menubars= configuration option which allowes me to select Lucid
> / motif / nil.
According to the XEmacs manual the menubar is only visible when using
X11, only FSF Emacs has a menubar on the terminal.
> Anyhow, thank you all for everything. I think I will be typing
> something in Japanese a hour later ;-)
Enjoy!
-hgw