From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yLWfDzz7Ll95LgAA0tVLHw (envelope-from ) for ; Sat, 08 Aug 2020 19:21:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id WGdYCzz7Ll9PVQAAbx9fmQ (envelope-from ) for ; Sat, 08 Aug 2020 19:21:32 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5210294066A for ; Sat, 8 Aug 2020 19:21:31 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 231B929AC2; Sat, 8 Aug 2020 15:21:26 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 1AAF029AC0 for ; Sat, 8 Aug 2020 15:21:24 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 066205FA66; Sat, 8 Aug 2020 15:21:23 -0400 (EDT) Received: (nullmailer pid 1867093 invoked by uid 1000); Sat, 08 Aug 2020 19:21:22 -0000 From: David Bremner To: Teemu Likonen , notmuch@notmuchmail.org Cc: David Edmondson , Teemu Likonen Subject: Re: [PATCH v5] Emacs: Ensure left-to-right display for message headers In-Reply-To: <20200807044641.3745-1-tlikonen@iki.fi> References: <874kpfq14z.fsf@iki.fi> <20200807044641.3745-1-tlikonen@iki.fi> Date: Sat, 08 Aug 2020 16:21:22 -0300 Message-ID: <87y2mpueod.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: PMLSSEYCLTEZMDBR57ITMRNG3DNOO23O X-Message-ID-Hash: PMLSSEYCLTEZMDBR57ITMRNG3DNOO23O X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.97 X-TUID: YAfcK3YMLC/z Teemu Likonen writes: > In notmuch-show buffer insert invisible U+200E LEFT-TO-RIGHT MARK > character at the beginning of message header paragraph if the From > header contains a right-to-left character. This ensures that the > header paragraph is always rendered in left-to-right mode. > > See Emacs Lisp reference manual section "(elisp) Bidirectional > Display" for more info. v5 applied to master. d