From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id DGbtMfLxK184SgAA0tVLHw (envelope-from ) for ; Thu, 06 Aug 2020 12:05:06 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +GdKLfLxK19lewAAB5/wlQ (envelope-from ) for ; Thu, 06 Aug 2020 12:05:06 +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 4EEF59402C2 for ; Thu, 6 Aug 2020 12:05:05 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 8EFCC2711D; Thu, 6 Aug 2020 08:04:54 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id EFE221FA17 for ; Thu, 6 Aug 2020 08:04:51 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id C61965FA66; Thu, 6 Aug 2020 08:04:51 -0400 (EDT) Received: (nullmailer pid 1254089 invoked by uid 1000); Thu, 06 Aug 2020 12:04:50 -0000 From: David Bremner To: Teemu Likonen , notmuch@notmuchmail.org Cc: Teemu Likonen , David Edmondson Subject: Re: [PATCH v4] Emacs: Force left-to-right display for message headers In-Reply-To: <20200805103207.14595-1-tlikonen@iki.fi> References: <20200805103207.14595-1-tlikonen@iki.fi> Date: Thu, 06 Aug 2020 09:04:50 -0300 Message-ID: <87ft90x9nh.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: E6OPE5MGSTYMYMLJVXBARHQB6WKPD6DI X-Message-ID-Hash: E6OPE5MGSTYMYMLJVXBARHQB6WKPD6DI 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: H+s5Tq2DqGWR Teemu Likonen writes: > Insert invisible U+200E LEFT-TO-RIGHT MARK character at the beginning > of message header paragraph in notmuch-show buffer. The U+200E > character forces the header paragraph as left-to-right text even if > the header content started with right-to-left characters. > > See Emacs Lisp reference manual section "(elisp) Bidirectional > Display" for more info. This causes 10 tests to fail for me. At a guess, the added LEFT-TO-RIGHT MARK should probably be stripped out in the test framework. Either that or added to test output files. The latter sounds easy to miss when editing.