help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Displaying result of describe-input-method


From: Heime
Subject: Displaying result of describe-input-method
Date: Wed, 20 Mar 2024 14:12:26 +0000

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)

  )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]