From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ron Newsgroups: gmane.emacs.bugs Subject: View Changes In File failure Date: Wed, 13 Sep 2006 18:08:04 +0200 Message-ID: <87d4647e0609130908p7fe96409tfc51786cf1e8c4cc@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158228350 14889 80.91.229.2 (14 Sep 2006 10:05:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Sep 2006 10:05:50 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 14 12:05:47 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNo6G-0001ES-V4 for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Sep 2006 12:05:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNo6G-000320-GL for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Sep 2006 06:05:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNXHU-0005OZ-FN for bug-gnu-emacs@gnu.org; Wed, 13 Sep 2006 12:08:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNXHS-0005M5-LJ for bug-gnu-emacs@gnu.org; Wed, 13 Sep 2006 12:08:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNXHS-0005Lm-Al for bug-gnu-emacs@gnu.org; Wed, 13 Sep 2006 12:08:06 -0400 Original-Received: from [64.233.184.231] (helo=wr-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNXJC-0007Xi-Sv for bug-gnu-emacs@gnu.org; Wed, 13 Sep 2006 12:09:55 -0400 Original-Received: by wr-out-0506.google.com with SMTP id i11so757964wra for ; Wed, 13 Sep 2006 09:08:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tXc1+t6dbHSDOysgSqeB1jWdS9Awd7Yla92/Ga6+WahqIw1ajmOKX/73TGByPZCK55mjuTcrwqG6YmxrcmPcXRHoXT4gyb9kBGNTZ3B2YrVjQ07PMNjQwRtrsSwAMyUI0q4jwMbuwNEl9ZL6cJDBcNHG1TEEgphg4+AVmnXoH7Q= Original-Received: by 10.90.81.14 with SMTP id e14mr2798753agb; Wed, 13 Sep 2006 09:08:05 -0700 (PDT) Original-Received: by 10.90.75.3 with HTTP; Wed, 13 Sep 2006 09:08:04 -0700 (PDT) Original-To: bug-gnu-emacs@gnu.org Content-Disposition: inline X-Mailman-Approved-At: Thu, 14 Sep 2006 06:05:39 -0400 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15325 Archived-At: Dear, I use GNU Emacs 22.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.8.20) compiled on 2006-08-29 from CVS. When I have some file opened, which I already saved once before (don't know whether it matters), then make a change, and then exit Emacs using C-x C-c, I get the question whether I want to Save that file. I get the option to View Changes In File. Clicking this option loads diff-mode behind the modeless window, flashes the screen (due to a redraw), and then does nothing. The expected behaviour of "View Changes In File", which would be to show some buffer with the changes presumably, does not occur. Ron