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: Eli Zaretskii
Subject: bug#16403: 24.3.50; Rectangular selection visually disturbing
Date: Fri, 10 Jan 2014 22:16:50 +0200

> 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).





reply via email to

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