From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master a3b3130 1/2: Fix cursor movement on the Linux console with certain characters Date: Mon, 16 Aug 2021 16:30:21 -0400 Message-ID: References: <20210816134138.22360.16962@vcs0.savannah.gnu.org> <20210816134140.CB4FF20B72@vcs0.savannah.gnu.org> <877dgldxvh.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8635"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 16 22:31:57 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mFjH2-000217-K2 for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Aug 2021 22:31:56 +0200 Original-Received: from localhost ([::1]:41890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mFjH1-0002jc-EE for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Aug 2021 16:31:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFjFf-0001In-EG for emacs-devel@gnu.org; Mon, 16 Aug 2021 16:30:31 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:35038) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFjFb-00050R-Dn for emacs-devel@gnu.org; Mon, 16 Aug 2021 16:30:30 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2DFFB441179; Mon, 16 Aug 2021 16:30:24 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id A41ED440C60; Mon, 16 Aug 2021 16:30:22 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1629145822; bh=50rYkU/yiRjJRN88qGPucCcSObTBEvGwAFK9bp0Msp0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=QC5J6PgdSic8fNuHWVQE5N+K9ngf1M4Mn0Ra+kP2QLxJMCsSNWw5FQSEuebqGlDLR 4oMhFb9IBiQy1y1kwqMzwrhfexU503TRobhjja2wMgDML1f1HxEUe2QxKXkjVBA9tD TwKo+gCiLhsszGq6k3QFfFmPXN27+q7yiHqre8XlxGEjn8gCPLOVILkLLS5zMuXkIP TIHKLhda6lhxSWvDMpwCZieUcxd3nxudc4wVDq3ZWHqMlMfhtdeFBKS/x6NYLAK1S6 /NPiPr7Da0FVLeZcC7ktcfMrUDUDuQ1pC5Q3NuNIOq5PX5nr9itkPQaGztLlsdtDpe 0gdSsWUF5KH2Q== Original-Received: from alfajor (unknown [104.247.244.135]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5FEE0120298; Mon, 16 Aug 2021 16:30:22 -0400 (EDT) In-Reply-To: <877dgldxvh.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 16 Aug 2021 20:53:54 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:272462 Archived-At: >> While disabling composition in `linux` terminals makes sense, the above >> code disables them in all frames, not just those attached to >> `linux` terminals. > (In all frames if you have a frame on a Linux console, I think? Yup. > We're discussing how to make this work better over at bug#21363. I'm > wondering whether altering global-auto-composition-mode to respect a > predicate function (to only switch it on on the console), but > `auto-composition-mode' is a per-buffer thing, and you may open the > buffer on a different frame, then display it on the console, and then > that won't work either... Ah, right, it's per-buffer :-( Stefan