unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Henrique Martins <emacs@martins.cc>
To: help-gnu-emacs@gnu.org
Subject: Re: Accented characters in italian language
Date: Mon, 18 Mar 2024 08:31:38 -0700	[thread overview]
Message-ID: <551278.1710775898@rock.martins.cc> (raw)
In-Reply-To: <jltxr5pZcyVOAVsxkG90aA5cvldbC-9u-CXChQrTzu9sokWwkKDC0ryklDlnWaRlMkwPzvh-kfbdYWUjlKKYiLzkl365h6W-0J7x5qTEDk4=@protonmail.com>


> I am writing a latex document in italian.  How can one introduce the italian
> accented characters.

(defun heime-italian()
  "Enable it_IT dictionary and italian-prefix."
  (setq ispell-local-dictionary "it_IT")
  (activate-input-method XXX-prefix))
  )

where XXX-prefix could be italian-keyboard, italian-postfix,
italian-alt-postfix, or any of the latin-1 prefixes that
suits you.

Then execute heime-italian in your latex buffer.

Try M-x set-input-method then type TAB to list all
input-methods, or search for "italian" in your emacs
distribution, in these files:
 lisp/language/european.el.gz
 lisp/leim/quail/latin-alt.el.gz
 lisp/leim/quail/latin-post.el.gz

I do that for portuguese/french/spanish, where to type,
e.g. á, type ', then a.  Never tried italian.

-- Henrique



  reply	other threads:[~2024-03-18 15:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-18 15:06 Accented characters in italian language Heime
2024-03-18 15:31 ` Henrique Martins [this message]
2024-03-18 15:43   ` Ulrich Deiters
2024-03-18 22:08   ` Heime
2024-03-18 22:20     ` Henrique Martins
2024-03-18 22:37       ` Heime

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=551278.1710775898@rock.martins.cc \
    --to=emacs@martins.cc \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).