From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bidi-display-reordering is now non-nil by default Date: Wed, 03 Aug 2011 04:42:37 -0400 Message-ID: References: <83fwlqe2xy.fsf@gnu.org> <20110731.005516.149395323.wl@gnu.org> <20110731.082721.451360942.wl@gnu.org> <87d3gp3zkd.fsf@stupidchicken.com> <83oc09auwt.fsf@gnu.org> <87aabskh1u.fsf@gnus.org> <831ux3buyy.fsf@gnu.org> <83pqkna99r.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1312360975 9643 80.91.229.12 (3 Aug 2011 08:42:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 08:42:55 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: =?utf-8?B?2YXYrdiz2YYg2KjZhtin2YY=?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 03 10:42:51 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QoX2R-0002uL-1t for ged-emacs-devel@m.gmane.org; Wed, 03 Aug 2011 10:42:51 +0200 Original-Received: from localhost ([::1]:46288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoX2N-0004FP-FE for ged-emacs-devel@m.gmane.org; Wed, 03 Aug 2011 04:42:47 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoX2J-00047v-3K for emacs-devel@gnu.org; Wed, 03 Aug 2011 04:42:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoX2F-0002gV-18 for emacs-devel@gnu.org; Wed, 03 Aug 2011 04:42:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoX2E-0002gR-Ua for emacs-devel@gnu.org; Wed, 03 Aug 2011 04:42:38 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QoX2D-0001il-7c; Wed, 03 Aug 2011 04:42:37 -0400 In-reply-to: (list-general@mohsen.1.banan.byname.net) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142793 Archived-At: > From: محسن بنان > > Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org, > محسن بنان > > Date: Tue, 02 Aug 2011 20:04:24 -0700 > > > >>>>> On Tue, 02 Aug 2011 22:44:16 +0300, Eli Zaretskii said: > > Eli> To fix the alignment, you need to append the LRM to each subject: > > Eli> :! 2 moons in the sky , August the 27th, يک آسمان و دو ماه‎| 37 |First LAST |Jul 13 '10 > Eli> :! Fw: بسیار جالب و خواندنی است ... فقط با دقت و حوصله بخو‎| 284 |First LAST |14:15 > Eli> :! Re: Next Saturday instead of this weekend ‎| 36 |First LAST |14:22 > > Eli> See how the line counts are nicely aligned now? I inserted an LRM > Eli> just before the `|' separator to the left of the line count. I did > Eli> that in the last line as well, but there it doesn't matter because the > Eli> subject uses only L2R text. > > Eli> To summarize, Gnus should append the LRM to each and every subject it > Eli> puts in the summary buffer. > > The same thing applies to the From Name. > First LAST in the above example. But that's only for the possible customization of the summary format, right? With the format used in the above example, there's no problem, right?