Michael Sperber [Mr. Preprocessor] wrote on 14-September-1999:
->The problem I've been seeing since about a week is different: The
->first gnuclient will connect to XEmacs but exit immediately, leaving
->the terminal (this is with -nw) in some twilight state. The second
->one will work correctly, from which I can delete the device of the
->first one.
Under Linux, I can connect a gnuclient -nw, but the keys don't work
properly. For example, the arrow keys and 'C-x 5 0' don't work. (So I
do a 'M-x delete-other-frames' from this window). This corrupts the
terminal...
(Ordinary X window gnuclients are fine).
I also see the following *Warnings-Show* (as previously reported by
Robert Pluim)
(1) (error/warning) Error in process filter: (error Image instantiator format is invalid
in this locale. [tab-control :descriptor Buffers :face default :properties (:items
([*scratch* (buffers-tab-switch-to-buffer *scratch*)]))])
As a further data-point I have gutters off in one of my start-up
files:
; XEmacs 21.2.19 Gutters.
; Mike McEwan <mike(a)lotusland.demon.co.uk>
(set-specifier default-gutter-visible-p nil)
(setq gutter-visible-p nil)
nic