From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Christopher Culver via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: Message Mode and bidi Date: Mon, 19 Feb 2024 23:06:43 +0100 Message-ID: <87frxoyuq4.fsf@aura.christopherculver.com> References: <87v86ldzpw.fsf@aura.christopherculver.com> <867cj1qg4m.fsf@gnu.org> <8734to16tw.fsf@aura.christopherculver.com> <86bk8cw20e.fsf@p200300d627023a0ad1f3c3db8ccb4c50.dip0.t-ipconnect.de> Reply-To: Christopher Culver Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38788"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Joost Kremers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 19 23:07:35 2024 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 1rcBnS-0009sT-VZ for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Feb 2024 23:07:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rcBmk-0006gG-WB; Mon, 19 Feb 2024 17:06:51 -0500 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 1rcBmj-0006g3-Hx for emacs-devel@gnu.org; Mon, 19 Feb 2024 17:06:49 -0500 Original-Received: from kraft.christopherculver.com ([178.79.150.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcBmh-00035s-Ej for emacs-devel@gnu.org; Mon, 19 Feb 2024 17:06:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=christopherculver.com; s=mail; t=1708380405; bh=3+kQ8UvHhMcH8tCOS+BvlYTPdL4HNo6OBLQyW28a1Jg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=rBmwGsCT5otSGIE2/woWIEjQoc4z8JQQb+gT0bhd+Hg4vYbkte2dl9As7h2c+RPUp w8Kf7z3NnUeoq5Vh98d3wkXa/7ZmfcNI9hrLWu5NIfBQ9hCv5DAjun73bDqtXUAIfI 1snOxe8K7GMhizuHWCXP4RxgbnxDQZuy3iF6ARtk= In-Reply-To: <86bk8cw20e.fsf@p200300d627023a0ad1f3c3db8ccb4c50.dip0.t-ipconnect.de> (Joost Kremers's message of "Mon, 19 Feb 2024 22:50:50 +0100") Received-SPF: pass client-ip=178.79.150.180; envelope-from=crculver@christopherculver.com; helo=kraft.christopherculver.com 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, SPF_HELO_NONE=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: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316380 Archived-At: Joost Kremers writes: > When you compose a new message, is there a line "--text follows this line--" > separating the headers and the message text? In my case, there is (I use mu4e) > and when I type Arabic text on the line below this text, I get the effect you > mention. If I leave an empty line after "--text follows this line--", bidi works > as expected. Indeed, if I just go down one line and then begin typing, bidi works as expected. I am feeling very foolish that I did not even try this. Thank you for clearing up this problem, and for shedding light on how Emacs considers paragraphs.