From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: vc, diff and scroll window Date: Mon, 12 Jul 2004 17:59:43 GMT Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089655414 15120 80.91.224.253 (12 Jul 2004 18:03:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2004 18:03:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 12 20:03:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bk58t-0006c4-00 for ; Mon, 12 Jul 2004 20:03:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bk5BD-0003GE-IK for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jul 2004 14:05:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!newsflash.concordia.ca!snoopy.risq.qc.ca!charlie.risq.qc.ca!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 132.204.24.84 Original-X-Complaints-To: abuse@umontreal.ca Original-X-Trace: charlie.risq.qc.ca 1089655183 132.204.24.84 (Mon, 12 Jul 2004 13:59:43 EDT) Original-NNTP-Posting-Date: Mon, 12 Jul 2004 13:59:43 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:124265 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19600 > Suppose I have a buffer visiting a file which is under version > control, and say that that file as been changed and saved. When I > press C-xvu (calling vc-revert-buffer), the selected window get split, > a (curiously, unfontified) diff buffer is shown, and Emacs ask > `Discard changes' (the minibuffer is selected). > Then M-C-v (scroll-other-window) doesn't work, so I can not scroll the > diff buffer! > Strange no? Is it a bug? What about the fontificationt problem? These are both bugs. Please M-x report-emacs-bug RET. Stefan