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

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

Passing user selection to a command


From: Heime
Subject: Passing user selection to a command
Date: Tue, 19 Mar 2024 10:01:50 +0000

How can I pass the user selection to 'activate-input-method' ?


(defun glossus ()

  (interactive
   (list
    (let ( (cseq '("italian-alt-postfix" "italian-keyboard"
                     "italian-postfix")) )
      (completing-read
        " Glossus: " cseq nil t "italian-postfix"))))

  (setq ispell-local-dictionary "it_IT")
  (activate-input-method "italian-postfix") )




reply via email to

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