From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#26466: 26.0.50; Document that kill-this-buffer should be called from the menu bar Date: Wed, 12 Apr 2017 22:44:34 +0300 Message-ID: <83shldif6l.fsf@gnu.org> References: <87ziflocqp.fsf@bahamut> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1492026314 21714 195.159.176.226 (12 Apr 2017 19:45:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 12 Apr 2017 19:45:14 +0000 (UTC) Cc: 26466-done@debbugs.gnu.org To: Fox Kiester Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 12 21:45:11 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cyOCT-0005Y1-OJ for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Apr 2017 21:45:09 +0200 Original-Received: from localhost ([::1]:45986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyOCZ-0005Lb-Gr for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Apr 2017 15:45:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyOCR-0005IV-K2 for bug-gnu-emacs@gnu.org; Wed, 12 Apr 2017 15:45:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyOCN-00047P-OM for bug-gnu-emacs@gnu.org; Wed, 12 Apr 2017 15:45:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:46587) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyOCN-00047I-LY for bug-gnu-emacs@gnu.org; Wed, 12 Apr 2017 15:45:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyOCN-00045Y-Ev for bug-gnu-emacs@gnu.org; Wed, 12 Apr 2017 15:45:03 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Apr 2017 19:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 26466 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 26466@debbugs.gnu.org, eliz@gnu.org, noct@openmailbox.org Original-Received: via spool by 26466-done@debbugs.gnu.org id=D26466.149202628415648 (code D ref 26466); Wed, 12 Apr 2017 19:45:02 +0000 Original-Received: (at 26466-done) by debbugs.gnu.org; 12 Apr 2017 19:44:44 +0000 Original-Received: from localhost ([127.0.0.1]:44781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cyOC3-00044K-SF for submit@debbugs.gnu.org; Wed, 12 Apr 2017 15:44:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cyOC2-000447-DW for 26466-done@debbugs.gnu.org; Wed, 12 Apr 2017 15:44:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyOBt-0003zB-Bl for 26466-done@debbugs.gnu.org; Wed, 12 Apr 2017 15:44:37 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyOBt-0003z7-89; Wed, 12 Apr 2017 15:44:33 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1280 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cyOBq-0005cF-Gj; Wed, 12 Apr 2017 15:44:33 -0400 In-reply-to: <87ziflocqp.fsf@bahamut> (message from Fox Kiester on Wed, 12 Apr 2017 11:40:46 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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" Xref: news.gmane.org gmane.emacs.bugs:131518 Archived-At: > From: Fox Kiester > Date: Wed, 12 Apr 2017 11:40:46 -0400 > > I learned today that kill-this-buffer is only meant to be called from the menu bar. This is clear after navigating to its definition in menu-bar.el, but it would be nice if this was also mentioned in its docstring especially since the command is not prefixed with "menu-bar-". This might help prevent some confusion. More accurately, this command might decide to silently do nothing if invoked not vie the menu bar. I augmented the doc string to say that, thanks.