From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Meulien Newsgroups: gmane.emacs.bugs Subject: vc, diff and scroll window Date: 13 Jul 2004 15:50:58 +0530 Organization: Chennai Mathematical Institute Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5bd630b439.fsf@loris.cmi.ac.in> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089714160 22142 80.91.224.253 (13 Jul 2004 10:22:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2004 10:22:40 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 13 12:22:21 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 1BkKQX-0000UJ-00 for ; Tue, 13 Jul 2004 12:22:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BkKSs-0002u4-0X for geb-bug-gnu-emacs@m.gmane.org; Tue, 13 Jul 2004 06:24:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BkKSL-0002hQ-Lp for bug-gnu-emacs@gnu.org; Tue, 13 Jul 2004 06:24:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BkKSJ-0002gg-UL for bug-gnu-emacs@gnu.org; Tue, 13 Jul 2004 06:24:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BkKSJ-0002gJ-M7 for bug-gnu-emacs@gnu.org; Tue, 13 Jul 2004 06:24:11 -0400 Original-Received: from [61.11.73.30] (helo=macaque.cmi.ac.in) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BkKPZ-0003VG-Hs for bug-gnu-emacs@gnu.org; Tue, 13 Jul 2004 06:21:22 -0400 Original-Received: from gaur.cmi.ac.in (root@gaur.cmi.ac.in [192.168.52.2]) by macaque.cmi.ac.in (8.12.11/8.12.11/Debian-3) with ESMTP id i6DAL6u6032193 for ; Tue, 13 Jul 2004 15:51:06 +0530 Original-Received: from loris.cmi.ac.in (root@loris.cmi.ac.in [192.168.52.19]) by gaur.cmi.ac.in (8.12.11/8.12.11/Debian-3) with ESMTP id i6DAL65R012464 for ; Tue, 13 Jul 2004 15:51:06 +0530 Original-Received: from loris.cmi.ac.in (meulien@localhost [127.0.0.1]) by loris.cmi.ac.in (8.12.3/8.12.3/Debian-5) with ESMTP id i6DAL67h020284 for ; Tue, 13 Jul 2004 15:51:06 +0530 Original-Received: (from meulien@localhost) by loris.cmi.ac.in (8.12.3/8.12.3/Debian-5) id i6DAKwRM020280; Tue, 13 Jul 2004 15:50:58 +0530 Original-To: bug-gnu-emacs@gnu.org X-Home-Page: www.math.uvsq.fr/~meulien Original-Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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 Xref: main.gmane.org gmane.emacs.bugs:8403 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8403 In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-22 on raven, modified by Debian configured using `configure i386-debian-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: nil default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Suppose I have a file under version control, and say that that file has been changed and saved without being commited. When I press C-xvu (calling vc-revert-buffer) from a buffer visiting that file, the corresponding window get split a diff buffer is shown and Emacs ask 'Discard changes' (the minibuffer get selected). Here are two bugs related to this situation: 1. The diff buffer is not fontified. 2. While the minibuffer is selected, M-C-v (scroll-other-window) doesn't work, so one cannot scroll the window containing the diff buffer. Thank you for your attention, -- Matthias Meulien