bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16403: 24.3.50; Rectangular selection visually disturbing


From: Bastien
Subject: bug#16403: 24.3.50; Rectangular selection visually disturbing
Date: Fri, 10 Jan 2014 21:20:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Bastien <bzg@altern.org>
>> Date: Fri, 10 Jan 2014 20:58:33 +0100
>> Cc: Ivan Kalyaev <ivan.kalyaev@gmail.com>, 16403@debbugs.gnu.org
>> 
>> -              (when (= leftcol rightcol)
>> +              (when (and (= leftcol rightcol) (window-system))
>
> Please don't use window-system as a predicate.  Use display-graphic-p
> instead (in this case; there are other display-*-p predicates that
> target other situations).

Thanks for the advice.

I'll will wait for other maintainers to give feedback and apply
this on monday if it's good.

-- 
 Bastien





reply via email to

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