From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#19368: 25.0.50; NSM prompt is not self-explanatory enough Date: Fri, 05 Feb 2016 14:53:58 +1100 Message-ID: <87vb63vmll.fsf@gnus.org> References: <83bnn762d6.fsf@gnu.org> <83lhma43ty.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454644527 5476 80.91.229.3 (5 Feb 2016 03:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2016 03:55:27 +0000 (UTC) Cc: 19368@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 05 04:55:13 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aRXUG-0005mZ-Fg for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Feb 2016 04:55:12 +0100 Original-Received: from localhost ([::1]:45775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRXUF-0000A2-Pn for geb-bug-gnu-emacs@m.gmane.org; Thu, 04 Feb 2016 22:55:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRXUB-00005p-Pb for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2016 22:55:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRXU6-00010j-FW for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2016 22:55:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:52259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRXU6-00010d-Bk for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2016 22:55:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aRXU6-0005Xv-1z for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2016 22:55:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 05 Feb 2016 03:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19368 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19368-submit@debbugs.gnu.org id=B19368.145464446721261 (code B ref 19368); Fri, 05 Feb 2016 03:55:02 +0000 Original-Received: (at 19368) by debbugs.gnu.org; 5 Feb 2016 03:54:27 +0000 Original-Received: from localhost ([127.0.0.1]:60845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aRXTX-0005Wr-2w for submit@debbugs.gnu.org; Thu, 04 Feb 2016 22:54:27 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:51927) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aRXTV-0005Wj-Ef for 19368@debbugs.gnu.org; Thu, 04 Feb 2016 22:54:25 -0500 Original-Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aRXT8-0001yy-JK; Fri, 05 Feb 2016 04:54:03 +0100 In-Reply-To: <83lhma43ty.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 14 Dec 2014 18:02:33 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aRXT8-0001yy-JK MailScanner-NULL-Check: 1455249243.62807@KgygCMNpVkvNc0Zeyzr+QA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:112455 Archived-At: Eli Zaretskii writes: > Sounds useful, thanks. Bonus points for optionally popping a dialog > (via x-popup-dialog) when the command was invoked by a mouse. I cargo culted the code from y-or-n-p to determine whether to use x-popup-dialog, and it seems to be working... > Btw, if you do that, userlock.el cries for using this functionality, > and likewise hack-local-variables-confirm. I think I'll leave that to somebody else to fix. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no