From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.bugs Subject: bug#19721: 25.0.50; Mode-line not redrawn with expose events Date: Sun, 01 Feb 2015 14:40:40 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <83r3ubjk5q.fsf@gnu.org> <83lhkjjhsp.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1422769279 32564 80.91.229.3 (1 Feb 2015 05:41:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2015 05:41:19 +0000 (UTC) Cc: 19721@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 01 06:41:14 2015 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 1YHnHW-0003nN-C8 for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 06:41:14 +0100 Original-Received: from localhost ([::1]:43589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHnHV-0000xE-EB for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 00:41:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHnHP-0000wB-2q for bug-gnu-emacs@gnu.org; Sun, 01 Feb 2015 00:41:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHnHK-0004wE-Nd for bug-gnu-emacs@gnu.org; Sun, 01 Feb 2015 00:41:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHnHK-0004wA-KW for bug-gnu-emacs@gnu.org; Sun, 01 Feb 2015 00:41:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YHnHK-0006Yp-0H for bug-gnu-emacs@gnu.org; Sun, 01 Feb 2015 00:41:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: YAMAMOTO Mitsuharu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 01 Feb 2015 05:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19721 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19721-submit@debbugs.gnu.org id=B19721.142276925125196 (code B ref 19721); Sun, 01 Feb 2015 05:41:01 +0000 Original-Received: (at 19721) by debbugs.gnu.org; 1 Feb 2015 05:40:51 +0000 Original-Received: from localhost ([127.0.0.1]:59311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHnH9-0006YJ-G0 for submit@debbugs.gnu.org; Sun, 01 Feb 2015 00:40:51 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:58233) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHnH3-0006Xw-08 for 19721@debbugs.gnu.org; Sun, 01 Feb 2015 00:40:50 -0500 Original-Received: from fermat1.math.s.chiba-u.ac.jp (fermat [192.168.32.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id A210FC0561; Sun, 1 Feb 2015 14:40:40 +0900 (JST) In-Reply-To: <83lhkjjhsp.fsf@gnu.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?UTF-8?Q?Shij=C5=8D?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) 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:98943 Archived-At: >>>>> On Sat, 31 Jan 2015 13:44:38 +0200, Eli Zaretskii said: >> With this patch, the mode-lines are redrawn when they are exposed. >> But I also observe that a mode-line part is not updated with the >> last C-x o (see the 3rd mode-line in the screenshot) with the >> previously mentioned procedure on the Mac port. Strangely, if I >> try C-x o three times further, then the second mode-line part is >> also not updated. > Right. Which means it is not enough to avoid disabling the mode > line, we must actually force its redrawing afterwards. > How about the following patch instead of the previous one? Now mode-lines get updated with C-x o again, but the original issue still remains and I could reproduce it with the original procedure on Cent OS 5.11. If I apply both changes, mode-lines are redrawn when exposed, but some of them are not updated with C-x o. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp