From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: R2L languages and hard lines Date: Sat, 14 Jul 2018 14:39:59 +0300 Message-ID: <83a7quavw0.fsf@gnu.org> References: <87pnzq9ic7.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1531568279 22797 195.159.176.226 (14 Jul 2018 11:37:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2018 11:37:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 13:37:55 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1feIs7-0005oa-BY for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2018 13:37:55 +0200 Original-Received: from localhost ([::1]:40940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feIuC-0001W7-Kb for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2018 07:40:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feIu6-0001PG-8u for emacs-devel@gnu.org; Sat, 14 Jul 2018 07:39:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1feIu3-0000JD-7R for emacs-devel@gnu.org; Sat, 14 Jul 2018 07:39:58 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feIu3-0000J9-36; Sat, 14 Jul 2018 07:39:55 -0400 Original-Received: from [176.228.60.248] (port=3486 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1feIu2-0005Ui-Fo; Sat, 14 Jul 2018 07:39:54 -0400 In-reply-to: <87pnzq9ic7.fsf@mat.ucm.es> (message from Uwe Brauer on Sat, 14 Jul 2018 14:18:00 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:227394 Archived-At: > From: Uwe Brauer > Date: Sat, 14 Jul 2018 14:18:00 +0300 > > When I write Hebrew in an email in the standard setting, > everything is > displayed fine, like this > > שלום > > The word shalom is displayed and the right margin, as it should > be. > However when I turn hardlines on (for example using message > flowing), > than this is not longer the case but shalom is displayed at the > left > margin. > > שלום (This was displayed here correctly, FWIW.) > Can this behaviour be somehow changed. (It is not very annoying > since I just can turn off hardlines, but I am curious). I don't think I understand the situation. Could you please submit a full bug report, using "M-x report-emacs-bug RET", and include in there a recipe starting from "emacs -Q" that demonstrates the problem? Thanks.