[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slow IMAP



In [Wanderlust English : No.05248] Kazuhiro Ito wrote:
> (setq-default bidi-paragraph-direction 'left-to-right)

Maybe it troubles R2L people. ;-)  FYI, I'd added this to Gnus so
as to be run in a summary buffer:

(set (make-local-variable 'bidi-paragraph-direction) 'left-to-right)

Why using `make-local-variable' even for a permanent local variable
is that it's better to prevent `bidi-paragraph-direction' from being
presented globally in every buffer of old Emacsen and XEmacsen.  In
addition, to silence those Emacsen when compiling, also this was
needed in gnus-sum.el:

(defvar bidi-paragraph-direction)