From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.bugs Subject: C-x v u Date: Sun, 29 Jun 2003 03:19:36 +0000 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200306290317.28922.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056845873 18229 80.91.224.249 (29 Jun 2003 00:17:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2003 00:17:53 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 29 02:17:51 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19WPt8-0004jp-00 for ; Sun, 29 Jun 2003 02:17:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19WPsj-0007I0-7w for gnu-bug-gnu-emacs@m.gmane.org; Sat, 28 Jun 2003 20:17:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19WPsc-00077Z-3g for bug-gnu-emacs@gnu.org; Sat, 28 Jun 2003 20:17:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19WPsV-0006te-N6 for bug-gnu-emacs@gnu.org; Sat, 28 Jun 2003 20:17:13 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.20) id 19WPsL-0006JQ-GW for bug-gnu-emacs@gnu.org; Sat, 28 Jun 2003 20:17:01 -0400 Original-Received: (qmail 21669 invoked by uid 65534); 29 Jun 2003 00:16:58 -0000 Original-Received: from unknown (EHLO 192.168.54.12) (212.44.95.5) by mail.gmx.net (mp002) with SMTP; 29 Jun 2003 02:16:58 +0200 Original-To: bug-gnu-emacs@gnu.org User-Agent: KMail/1.5.9 Content-Disposition: inline X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5416 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5416 This is not actually a bug, but rather a wish for a change. When i use C-x v u to revert a buffer, Emacs shows changes that have been made in another window. The problem is that M-next (M-pgdown) and M-prior (M-pgup) scroll the window with the buffer being reverted, not the window with changes (as far as i understand this means that the window with changes is active). Scrolling changes would be more logical i think. Paul Pogonyshev