[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Accented characters in italian language
From: |
Heime |
Subject: |
Re: Accented characters in italian language |
Date: |
Mon, 18 Mar 2024 22:37:46 +0000 |
On Tuesday, March 19th, 2024 at 10:20 AM, Henrique Martins <emacs@martins.cc>
wrote:
> One way is to enter this in the scratch buffer
> (describe-variable 'input-method-alist)
>
> Place the cursor after the closing parenthesis and type C-u
> C-x C-e. Look in the Help buffer that opens, or close it
> and look in the scratch buffer.
> -- Henrique
Would I actually need to set the input method ?
What do you this of this
(defun heime-multilingu_envir ()
"Display a list of Multilingual Environments."
(interactive)
(set-input-method nil)
(call-interactively 'set-input-method))