From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Stephen.Berman@gmx.net: Re: redisplay] Date: Tue, 24 Apr 2007 14:27:22 -0400 Message-ID: References: <87mz0z5dux.fsf@stupidchicken.com> <462D059B.7020001@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177439422 22623 80.91.229.12 (24 Apr 2007 18:30:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 18:30:22 +0000 (UTC) Cc: Chong Yidong , Jan =?iso-8859-1?Q?Dj=E4rv?= , rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 20:30:20 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 1HgPmE-0002Td-OZ for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 20:30:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgPrl-0006ot-Ng for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 14:35:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgPri-0006mS-K1 for emacs-devel@gnu.org; Tue, 24 Apr 2007 14:35:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgPrh-0006mG-96 for emacs-devel@gnu.org; Tue, 24 Apr 2007 14:35:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgPrh-0006mD-4m for emacs-devel@gnu.org; Tue, 24 Apr 2007 14:35:49 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgPm9-0005CV-Db for emacs-devel@gnu.org; Tue, 24 Apr 2007 14:30:05 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgPjW-0002Od-Uj; Tue, 24 Apr 2007 14:27:23 -0400 X-Spook: passwd BROMURE ANZUS assassination Lon Horiuchi Echelon X-Ran: JXZDswk7(yQX^7:"$0u=OE6BPPGtt&'sbfWD:CDm"vFOxJ\)Cws"&]*?hT$JX{5TtQivw: X-Hue: magenta X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Tue, 24 Apr 2007 10:08:58 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69966 Archived-At: Stefan Monnier wrote: > In any case, I have regularly seen similar problems when leaving > Emacs: if I have processes running, Emacs displays a *processes* > list, and because of my pop-up-frames (and/or > special-display-regexps) settings, it does it by first popping up a > new frame displaying this *processes* buffer, and then pops up a > dialog asking me whether I really want to quit. The problem is that > the *processes* frame is generally blank at that point. I've seen something which sounds like this as well. I see it reproducibly with: emacs -Q (setq special-display-regexps '(".*-diff\\*")) (add-to-list 'minor-mode-map-alist `(vc-mode keymap (menu-bar keymap (VC menu-item "VC" ,vc-menu-map)))) Then I visit a file under version control, make some changes, then select VC->Revert to Base Version from the menu-bar. A frame with the diffs gets popped up, as well as a dialogue box saying "Discard Changes? Yes No". The diff frame is empty of mode-line and buffer contents. This is with: x86_64-unknown-linux-gnu, X toolkit Windowing system distributor `The X.Org Foundation', version 11.0.60802000 --with-x-toolkit=athena --without-toolkit-scroll-bars