Uwe Brauer writes:
>>>>> On Fri, 15 Oct 2010 15:45:21 +0900,
"Stephen J. Turnbull" <stephen(a)xemacs.org> wrote:
> Uwe Brauer writes:
> Unfortunately my 21.4 binary stopped working (due to an incompatible
> upgrade in libtiff among others), so I can't test easily in 21.4, but
> with 21.5 -vanilla if I do M-x (to get a minibuffer), then C-\ (==
> `toggle-input-method') I get
> Debugger entered--Lisp error: (error "Command attempted to use
> minibuffer while in minibuffer")
I'm not sure what I did before, but I see this now. In fact, this is
expected because with "-vanilla", `default-input-method' and
`current-input-method' *should* be set to nil at startup. Try
xemacs -vanilla -eval "(setq default-input-method 'latin-1-prefix)"
That should give you the desired behavior (ie, you can use
latin-1-prefix in the minibuffer immediately). Or evaluate that sexp
in *scratch* before trying to use the minibuffer in a -vanilla xemacs,
or simply do C-\ latin-1-prefix *before* trying to use the input
method in the -vanilla xemacs.
All of those should work. If so, the original problem is in your
configuration somewhere.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta