> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Uwe Brauer writes:
> I use `set-input-method' use say latin-pre and in
> a gnus *Group* buffer press q then,
Do you really mean it dumps the help screen into the buffer?
Sorry some lines are missing: I execute `describe-key'!
Anyway, I can't reproduce any sort of bug: q in a Gnus *Group*
buffer
quits, as expected. A recipe starting from "xemacs -vanilla", and the
relevant versions of XEmacs and all packages involved (at least leim
and gnus) would help.
Here are the steps and versions involved:
- xemacs.21.5.33,
gnus, either official sumo package
version 1.94, author-version "5.10.8"
or ma-gnus 0.9
leim from mule-package: version 1.31
- xemacs -vanilla,
- load the following init file
(setq gnus-secondary-select-methods
'(
(nnimap "UCMgmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-authinfo-file "~/.authinfo")
(nnimap-stream ssl))
(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-authinfo-file "~/.authinfo")
(nnimap-stream ssl))
(nntp "news.gmane.org")))
- start gnus,
- set-input-method: latin-pre
- describe-key q gives:
,----
| q runs `quail-start-translation'
|
| `quail-start-translation' is an interactive compiled Lisp function
| -- loaded from "quail"
| (quail-start-translation ARG)
|
| Documentation:
| Start translating the typed character in Quail mode.
|
| Invoked with:
`----
- toggle-input-method
- describe-key q gives:
,----
| q runs `self-insert-command'
`----
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta