From xemacs-m  Fri Feb 28 18:34:39 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA15236
	for <xemacs-beta@xemacs.org>; Fri, 28 Feb 1997 18:34:37 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcexm26503; Fri, 28 Feb 1997 19:34:38 -0500 (EST)
Date: Fri, 28 Feb 1997 19:34:38 -0500 (EST)
Message-Id: <QQcexm26503.199703010034@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: VM display oddities
In-Reply-To: <199703010003.RAA12431@branagh.ta52.lanl.gov>
References: <199703010003.RAA12431@branagh.ta52.lanl.gov>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

John A. Turner writes:
 > This has happened a few times... enough to snap the attached gifs
 > (which for some reason look like crap in my xv, but look ok with other
 > tools).
 > 
 > Anyway, it seems to happen when I look at a msg, then pop another
 > frame on top, then go back to the VM frame.
 > 
 > Notice that the first few lines of stuff that shouldn't be showing up
 > is visible in the article buffer.

It looks like the usual clipping region leakage seen after typing
C-x C-s in a VM buffer.  It's been in VM since the very beginning
and is caused by

  (save-restrction
    (widen)
    ... mess with text outside the clip region ...
  )

though I don't know the exact mechanism of the lossage.

