emacs-devel
[Top][All Lists]
Advanced

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

Re: bidi-display-reordering is now non-nil by default


From: Lars Magne Ingebrigtsen
Subject: Re: bidi-display-reordering is now non-nil by default
Date: Thu, 18 Aug 2011 00:21:35 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Chong Yidong <address@hidden> writes:

> +         (if gnus-tmp-subject-or-nil
> +             (setq gnus-tmp-subject-or-nil
> +                   (string-mark-left-to-right gnus-tmp-subject-or-nil)))

This won't work (reliably), since the subject may be length-limited at a
later point.  But it'll work in the default format case, since the
subject there isn't length-limited.

The same thing applies to the From header -- which is length-limited by
default, so it's better to put the LRM marking further down into the
format-spec machinery.  But somehow just applying them to From/Subject,
since calling it for every item would be kinda slow...

It's still rather vague to me what the best way to handle this is, but
it should be doable...

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]