From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80951 Path: news.gmane.org!not-for-mail From: =?utf-8?B?2KfZhNiz2ZHZhNin2YUg2LnZhNmK2YPZhQ==?= Newsgroups: gmane.emacs.gnus.general Subject: summary shows R2L Date: Thu, 26 Jan 2012 10:07:36 +0900 Organization: Emacsen advocacy group Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327541720 4008 80.91.229.12 (26 Jan 2012 01:35:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2012 01:35:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29233@lists.math.uh.edu Thu Jan 26 02:35:16 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RqEFA-0005Pg-GQ for ding-account@gmane.org; Thu, 26 Jan 2012 02:35:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RqEEY-0001Qp-V9; Wed, 25 Jan 2012 19:34:39 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RqDob-0001K2-EM for ding@lists.math.uh.edu; Wed, 25 Jan 2012 19:07:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RqDoa-0001CY-AM for ding@lists.math.uh.edu; Wed, 25 Jan 2012 19:07:49 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RqDoY-00057u-GS for ding@gnus.org; Thu, 26 Jan 2012 02:07:46 +0100 Original-Received: from localhost ([127.0.0.1]:54353) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1RqDoT-0001dN-Tm for ding@gnus.org; Wed, 25 Jan 2012 19:07:43 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (i686-pc-cygwin) Cancel-Lock: sha1:/ELWzKcVymMNHpqdkKsq60gBn4M= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80951 Archived-At: =D8=A7=D9=84=D8=B3=D9=91=D9=84=D8=A7=D9=85 =D8=B9=D9=84=D9=8A=D9=83=D9=85 (= Hello), You will see the summary buffer is drawn right to left if: - You use Emacs 24. - The subject of this article is at the beginning of the summary buffer. - The summary line of this article has no mark, i.e., begins with a space. If you don't see it so, try setting `gnus-summary-line-format' to the default value ("%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n"). I found this today in a trash folder. The other summary lines are also drawn right to left even if those are English messages. So, I added this snippet as a workaround: (add-hook 'gnus-summary-mode-hook (lambda () (setq bidi-paragraph-direction 'left-to-right))) I think it worth making Gnus do it by default. WDYT? In addition, I also tried the next one: (add-hook 'gnus-article-mode-hook (lambda () (setq bidi-paragraph-direction 'left-to-right))) But I couldn't see whether it is worthwhile or not, since I'm not familiar with R2L text.