|--==> "EP" == Enrico Piria <epiria(a)libero.it> writes:
  EP> When I exit from XEmacs 21.1.14 in character terminal mode (I use
  EP> bash under Linux), I still continue to have the solid cursor used
  EP> in XEmacs, and I always have to do a "reset" of the terminal to
  EP> go back to the normal underscore cursor.
  EP> I don't know if it' really a bug or an option, but I've tried to find
an
  EP> answer on comp.emacs.xemacs and I couldn't get any.
One thing you could do is run XEmacs from a small wrapper script like
this: 
,----[ enrico-start-xemacs.sh ]
| #!/bin/bash
| 
| # A wrapper script that starts XEmacs and then
| # resets the terminal once XEmacs exits.
| 
| xemacs $@
| 
| reset
| 
| exit 0
`----
-- 
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
|            XEmacs - It's not just an editor.             |
|                    It's a way of life.                   |
|------------------------------------<youngs(a)xemacs.org>---|