From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mail@justinbogner.com Newsgroups: gmane.emacs.devel Subject: Re: C-x C-b and C-x C-f bugging about confirmation Date: Mon, 24 Nov 2008 12:58:30 -0700 Message-ID: <878wr8521l.fsf@justinbogner.com> References: <1227274391.618443.2559.nullmailer@null> <1227353165.501338.3377.nullmailer@null> <87bpw6vcm3.fsf@jurta.org> <87abbqmu7u.fsf@catnip.gol.com> <87y6z9k8cj.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227558416 19843 80.91.229.12 (24 Nov 2008 20:26:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 20:26:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 21:27:58 2008 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 1L4i21-0002O5-15 for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 21:27:41 +0100 Original-Received: from localhost ([127.0.0.1]:54656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4i0r-0006qj-NV for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 15:26:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4ha4-0005TF-Ck for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:58:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4ha2-0005SJ-Qv for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:58:47 -0500 Original-Received: from [199.232.76.173] (port=51642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4ha2-0005SC-IN for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:58:46 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:55701 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L4ha1-0006cu-Tl for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:58:46 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L4hZw-0005uS-2R for emacs-devel@gnu.org; Mon, 24 Nov 2008 19:58:40 +0000 Original-Received: from s010600131023ed49.ed.shawcable.net ([68.149.184.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Nov 2008 19:58:40 +0000 Original-Received: from mail by s010600131023ed49.ed.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Nov 2008 19:58:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s010600131023ed49.ed.shawcable.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:fqeXLBKc6NIPmU7HAIIiSEUTLOM= X-detected-operating-system: by monty-python.gnu.org: GNU/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:106113 Archived-At: Stefan Monnier writes: >>>> Alan Mackenzie's tweak to the [Confirm] prompt seems like an excellent >>>> solution to this problem though. >>> >>> Indeed, it would cover 99% of my cases. > >> See attached patch (necessary doc changes not included). Any >> objections? > > Looks OK, except that it needs to default to after-completion. > Yes, the patch looks good, and after-completion seems like a sane default.