From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime Newsgroups: gmane.emacs.help Subject: Re: Accented characters in italian language Date: Mon, 18 Mar 2024 22:37:46 +0000 Message-ID: <-mMUHo0mOgqenxyLwCBxkQ2IhrWJGt4B_zsRJsY6-jEVvKtVJ_ASNkM59MT-TU4b-CaGQUY3MzCVSyFjraUcD8teR7M_ZriTnLXvhOxuiDY=@protonmail.com> References: <564707.1710800410@rock.martins.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27502"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Henrique Martins Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Mar 18 23:39:09 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rmLdN-0006wa-AK for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 18 Mar 2024 23:39:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmLcZ-00017p-KD; Mon, 18 Mar 2024 18:38:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmLcX-00017b-G6 for help-gnu-emacs@gnu.org; Mon, 18 Mar 2024 18:38:17 -0400 Original-Received: from mail-4325.protonmail.ch ([185.70.43.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmLcV-00066m-Ez for help-gnu-emacs@gnu.org; Mon, 18 Mar 2024 18:38:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1710801493; x=1711060693; bh=LiDOMg7oXhVF4ZSUN1+G1WU1pBpsQNnqT6I1EApTkcc=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=CAnUHsAJ5FRACctiC1/8QEGlgie72X8cVBY/E+dru7JWCLD+NV6JT/qVrogyq7dJ0 4XxOaphxsyghe5orS5GXoJpstpuhF3I7fGv22QlI5h6kuyt7QRtdg7oYR5r6tAxB8I GTaUujdldb/6zZicFBQSKYdO00ZjGR5L3PWBzm8WmG0efP8Di7q9hm0P+/alxvGhds D/QwGUzVNKdcRs4xALyxw5c22n3qF2kKWwh68OPT1taqBy/7fjCNRi1AZVV2XICkfQ /7IKs1ahszJqm/X5TdimnTE8YMhztJ5O8QOX/9yyD9ayk4uxuUnj0hgsRVHYIbfpF7 vcoV9jmRqs07w== In-Reply-To: <564707.1710800410@rock.martins.cc> Feedback-ID: 57735886:user:proton Received-SPF: pass client-ip=185.70.43.25; envelope-from=heimeborgia@protonmail.com; helo=mail-4325.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146123 Archived-At: On Tuesday, March 19th, 2024 at 10:20 AM, Henrique Martins wrote: > One way is to enter this in the scratch buffer > (describe-variable 'input-method-alist) >=20 > 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 ?=20 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))