GNU bug report logs - #16403
24.3.50; Rectangular selection visually disturbing

Previous Next

Package: emacs;

Reported by: Ivan Kalyaev <ivan.kalyaev <at> gmail.com>

Date: Thu, 9 Jan 2014 10:16:01 UTC

Severity: normal

Found in version 24.3.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 16403 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Bastien <bzg <at> altern.org>
Cc: dancol <at> dancol.org, ivan.kalyaev <at> gmail.com, 16403 <at> debbugs.gnu.org
Subject: Re: bug#16403: 24.3.50; Rectangular selection visually disturbing
Date: Fri, 10 Jan 2014 22:16:50 +0200
> From: Bastien <bzg <at> altern.org>
> Date: Fri, 10 Jan 2014 20:58:33 +0100
> Cc: Ivan Kalyaev <ivan.kalyaev <at> gmail.com>, 16403 <at> 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).




This bug report was last modified 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.