From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: undo in loaddefs.el buffer Date: Mon, 27 Dec 2004 22:16:21 +0200 Organization: JURTA Message-ID: <87llbja37e.fsf@jurta.org> References: <200412211414.iBLEEZ903426@raven.dms.auburn.edu> <200412211541.iBLFfBc03861@raven.dms.auburn.edu> <87llbonyup.fsf@jurta.org> <200412260206.iBQ26wG17970@raven.dms.auburn.edu> <87is6pka43.fsf@jurta.org> <200412270240.iBR2e1o19720@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104180195 17844 80.91.229.6 (27 Dec 2004 20:43:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2004 20:43:15 +0000 (UTC) Cc: yamaoka@jpl.org, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 27 21:43: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 1Cj1hr-0007Me-00 for ; Mon, 27 Dec 2004 21:43:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cj1sg-0003jx-B5 for ged-emacs-devel@m.gmane.org; Mon, 27 Dec 2004 15:54:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cj1ru-0003XO-L7 for emacs-devel@gnu.org; Mon, 27 Dec 2004 15:53:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cj1ro-0003VY-Lw for emacs-devel@gnu.org; Mon, 27 Dec 2004 15:53:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cj1ro-0003Te-JH for emacs-devel@gnu.org; Mon, 27 Dec 2004 15:53:24 -0500 Original-Received: from [194.126.101.98] (helo=MXR-4.estpak.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cj1fO-00006Y-Do; Mon, 27 Dec 2004 15:40:34 -0500 Original-Received: from mail.neti.ee (80-235-41-238-dsl.mus.estpak.ee [80.235.41.238]) by MXR-4.estpak.ee (Postfix) with ESMTP id 5B3541058DC; Mon, 27 Dec 2004 22:40:27 +0200 (EET) Original-To: Luc Teirlinck In-Reply-To: <200412270240.iBR2e1o19720@raven.dms.auburn.edu> (Luc Teirlinck's message of "Sun, 26 Dec 2004 20:40:01 -0600 (CST)") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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: main.gmane.org gmane.emacs.devel:31476 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31476 Luc Teirlinck writes: > What do you mean with "I don't use popup menus"? Do you have > `use-dialog-box' set to nil? Then you should not see a pop-up-menu and > it would be very difficult to understand why you do, since yes-or-no-p > explicitly checks `use-dialog-box'. No, I have `use-dialog-box' set to t (i.e. haven't changed the default). But the problem is the following: undo asks the question in the minibuffer, and after I type C-g in the minibuffer, it repeats the same question with a pop-up menu. I expected that if it's really not allowed to quit during asking the question and leave the question unanswered, then at least after C-g it should repeat the same question in the minibuffer, not in a pop-up menu. -- Juri Linkov http://www.jurta.org/emacs/