unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Displaying result of describe-input-method
@ 2024-03-20 14:12 Heime
  2024-03-27 22:26 ` tpeplt
  0 siblings, 1 reply; 4+ messages in thread
From: Heime @ 2024-03-20 14:12 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


Want to display the result of calling 'describe-input-method' based on a user
selection.  But I cannot get the resulting text to be displayed.

(defun razad (uselec)
  (interactive
   (list
    (let ( (cseq '("icelandic-keyboard" "italian-alt-postfix" "icelandic-postfix")) )
      (completing-read
       " Lingu: " cseq nil t "icelandic-postfix"))))

  (describe-input-method uselec)
  ;; (call-interactively 'describe-input-method)

  )




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-31 11:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 14:12 Displaying result of describe-input-method Heime
2024-03-27 22:26 ` tpeplt
2024-03-28  3:22   ` Emanuel Berg
2024-03-31 11:18     ` Heime

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).