From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Re: Writing article in italian Date: Mon, 18 Jan 2021 15:09:07 +0000 Message-ID: <4E3B2412-F189-489F-8866-974190E2ADCE@gnu.support> References: <83mtxbba54.fsf@gnu.org> <86sg73gtcf.fsf@x201.butler.org> <87sg72wod9.fsf@gmail.com> <24577.27136.867400.608185@mail.eng.it> <87o8hqwk2v.fsf@gmail.com> <87k0sew31w.fsf@gmail.com> 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="16592"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org, Gian Uberto Lauri , Leo Butler To: steve-humphreys@gmx.com, Robert Pluim Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 18 16:10:56 2021 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 1l1WBA-00049I-Js for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 18 Jan 2021 16:10:52 +0100 Original-Received: from localhost ([::1]:49798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1WB9-0000SB-I6 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 18 Jan 2021 10:10:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1WAK-0000Qc-Pt for help-gnu-emacs@gnu.org; Mon, 18 Jan 2021 10:10:00 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:55483) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1WAI-0006ln-Cq for help-gnu-emacs@gnu.org; Mon, 18 Jan 2021 10:10:00 -0500 Original-Received: from [10.141.2.84] ([::ffff:41.210.155.238]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_CHACHA20_POLY1305) by stw1.rcdrun.com with ESMTPSA id 000000000001E079.000000006005A4A3.00003A6C; Mon, 18 Jan 2021 08:09:23 -0700 In-Reply-To: Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.help:127289 Archived-At: May use M-x set-input-method and M-x describe-input-method and try to find = one of italian* input methods that work well your keyboard, so you will get= scented letters easily=2E I use that all the time=2E On January 15, 2021 5:06:51 PM UTC, steve-humphreys@gmx=2Ecom wrote: >Yes, that's what I liked to do=2E Thanks=2E > >> Sent: Saturday, January 16, 2021 at 4:57 AM >> From: "Robert Pluim" >> To: steve-humphreys@gmx=2Ecom >> Cc: help-gnu-emacs@gnu=2Eorg, "Gian Uberto Lauri" , "Le= o >Butler" >> Subject: Re: Writing article in italian >> >> >>>>> On Fri, 15 Jan 2021 17:28:11 +0100, steve-humphreys@gmx=2Ecom >said: >>=20 >> steve-humphreys> Is there any command et insert letters with >accent from my Emacs Init File >> steve-humphreys> such as "e`"?=2E >>=20 >> I=CA=BCm not sure I understand=2E If you want to programatically insert= =C3=A8, >> then you just do >>=20 >> (insert ?=C3=A8) >>=20 >> or even >>=20 >> (insert ?\N{LATIN SMALL LETTER E WITH GRAVE}) >>=20 >> Robert >>