From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: recent changes to display code Date: Mon, 05 Nov 2007 23:45:27 -0500 Message-ID: <87sl3kkmmw.fsf@stupidchicken.com> References: <8qejf4p01c.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194324401 2964 80.91.229.12 (6 Nov 2007 04:46:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 04:46:41 +0000 (UTC) Cc: Richard Stallman , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 05:46:43 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 1IpGKm-0005am-R9 for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 05:46:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpGKb-0003ig-Lh for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 23:46:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpGKY-0003iC-52 for emacs-devel@gnu.org; Mon, 05 Nov 2007 23:46:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpGKW-0003hh-Sg for emacs-devel@gnu.org; Mon, 05 Nov 2007 23:46:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpGKW-0003he-Jc for emacs-devel@gnu.org; Mon, 05 Nov 2007 23:46:24 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpGKR-00058w-BF; Mon, 05 Nov 2007 23:46:19 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id B7BC94E38B; Mon, 5 Nov 2007 23:45:27 -0500 (EST) In-Reply-To: <8qejf4p01c.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon\, 05 Nov 2007 21\:42\:23 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:82624 Archived-At: Glenn Morris writes: > Something in your 2007-11-04 change to the src/ directory of the > EMACS_22_BASE branch has fairly badly messed up Emacs for me. The > ChangeLog entry is also missing. > > ./src/emacs -Q > -> mode-line and scroll-bar are "missing" (in the sense of being > empty and just looking like the normal buffer background). > > The scroll bar appears if I type something into scratch. I see the problem too. What bug is this redisplay change supposed to fix, and why is it in EMACS_22_BASE as opposed to the trunk?