From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#16736: Compiling a Lisp file causes display to flash off and on Date: Sat, 15 Feb 2014 17:07:38 -0500 Message-ID: References: <96vbwj696i.fsf@fencepost.gnu.org> <83lhxecftk.fsf@gnu.org> <2smwhurv74.fsf@fencepost.gnu.org> <83iosgbx6b.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1392502082 3770 80.91.229.3 (15 Feb 2014 22:08:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Feb 2014 22:08:02 +0000 (UTC) Cc: 16736@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 15 23:08:09 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WEnP6-0006p0-EO for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 Feb 2014 23:08:08 +0100 Original-Received: from localhost ([::1]:58743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEnP5-000683-MB for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 Feb 2014 17:08:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEnP1-00067p-MW for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 17:08:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEnP0-0004kZ-P4 for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 17:08:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEnP0-0004kV-M5 for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 17:08:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WEnP0-0006N0-7U for bug-gnu-emacs@gnu.org; Sat, 15 Feb 2014 17:08:02 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: <96vbwj696i.fsf@fencepost.gnu.org> Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Feb 2014 22:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16736 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16736-submit@debbugs.gnu.org id=B16736.139250206224454 (code B ref 16736); Sat, 15 Feb 2014 22:08:02 +0000 Original-Received: (at 16736) by debbugs.gnu.org; 15 Feb 2014 22:07:42 +0000 Original-Received: from localhost ([127.0.0.1]:53865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WEnOf-0006MM-Mi for submit@debbugs.gnu.org; Sat, 15 Feb 2014 17:07:41 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:53144 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WEnOd-0006MC-LN for 16736@debbugs.gnu.org; Sat, 15 Feb 2014 17:07:40 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WEnOc-0004f5-OS; Sat, 15 Feb 2014 17:07:38 -0500 X-Spook: Montenegro Lexis-Nexis militia munitions Bruxelles Putin X-Ran: ~_6k>@E>T&RJ'KjGv*8^V*c,S+SKJL-~y1~hnR;kotL~8,?H5MIk*k|5O2Kq\(*7*Tzj^K X-Hue: cyan X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:85641 Archived-At: Glenn Morris wrote: >> (while t >> (split-window-below) >> (sit-for 0.05) >> (delete-other-windows) >> (sit-for 0.05)) >> >> Typing "C-x C-e" at the right paren of this in *scratch*, I see no >> flickering in the tool bar. Do you? > > Oh yes. It looks awful! Bisected to: revno: 115971 committer: martin rudalics branch nick: trunk timestamp: Sat 2014-01-11 10:31:09 +0100 message: Fix handling of internal borders (Bug#16348).