From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: merging etc Date: Thu, 13 Sep 2007 11:31:30 +0200 Message-ID: References: <200708220820.l7M8KbIt026014@oogie-boogie.ics.uci.edu> <200708290403.l7T43TS6023420@oogie-boogie.ics.uci.edu> <200708290425.l7T4P4TC023875@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189675926 31443 80.91.229.12 (13 Sep 2007 09:32:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 09:32:06 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 11:32:05 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IVl3D-0000TC-Qu for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 11:31:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVl3D-000090-4F for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 05:31:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVl2r-0008TD-P1 for emacs-devel@gnu.org; Thu, 13 Sep 2007 05:31:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVl2p-0008RU-UK for emacs-devel@gnu.org; Thu, 13 Sep 2007 05:31:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVl2p-0008Qt-Dt for emacs-devel@gnu.org; Thu, 13 Sep 2007 05:31:31 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVl2p-0006pC-2x for emacs-devel@gnu.org; Thu, 13 Sep 2007 05:31:31 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so488759wxc for ; Thu, 13 Sep 2007 02:31:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=vDdW4yvvzU7ZWQ8wA2JUkc8bcPThBCRKyFmUBPH6d68=; b=NF1pkEPyB2RRmEwYmvqf4Z6d0s9SohKHHM3CEgrKoB6TAmFqGZ45pyrktZJvm1C8DEfWE5jGs2eE0ZCLzVin9YadGXpL8tceZ5/rDSWduSQipkFdqxDfrKydD5G6W1JUuHmcOhcB/QD/49Sa78LSIzonn8Ro3cPee89mcezwgRc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hkAS3Mns1AiptEaHWK3bFLXCqhFdOsQj6DWfGbKXmhpNB48cvKXapcPJvX1D+TI+hRTzqNRd4T9sL2Lp9t/CDCq53K9CP80wxI3Jg6Q1RCfogEiVUhjqXPz/k2vPEzPBPLbuCoZaWCPWiK1890cRoAuHg0nIywxQW5FShfXAh+M= Original-Received: by 10.90.105.20 with SMTP id d20mr1221609agc.1189675890213; Thu, 13 Sep 2007 02:31:30 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Thu, 13 Sep 2007 02:31:30 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78761 Archived-At: I'm still getting this redisplay bug on Windows. I think it first appeared just after the multi-tty merge. On 8/29/07, Juanma Barranquero wrote: > Also, I'm seeing a redisplay bug where part of an inactive modeline is > left over the fringe after killing the window. A simple recipe: -------- .emacs -------- (setq default-indicate-empty-lines t) ------------------------ C:\> emacs C-x b [RET] ; so we are in *scratch* C-x 2 C-x 0 Juanma