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#2291: 23.0.90; finder-commentary Date: Wed, 27 Apr 2016 19:43:07 +0200 Message-ID: <87wpnjeyms.fsf@gnus.org> References: <004e01c98c77$a84e2420$c2b22382@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461779073 5846 80.91.229.3 (27 Apr 2016 17:44:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2016 17:44:33 +0000 (UTC) Cc: 2291@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 27 19:44:21 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 1avTVc-0002Mx-AA for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Apr 2016 19:44:20 +0200 Original-Received: from localhost ([::1]:44510 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avTVb-0007Se-JG for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Apr 2016 13:44:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avTVO-00076f-8I for bug-gnu-emacs@gnu.org; Wed, 27 Apr 2016 13:44:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avTVL-0002Pm-0W for bug-gnu-emacs@gnu.org; Wed, 27 Apr 2016 13:44:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:38093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avTVK-0002Pi-Si for bug-gnu-emacs@gnu.org; Wed, 27 Apr 2016 13:44:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1avTVK-0006gK-OI for bug-gnu-emacs@gnu.org; Wed, 27 Apr 2016 13:44:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Apr 2016 17:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 2291 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 2291-submit@debbugs.gnu.org id=B2291.146177899425569 (code B ref 2291); Wed, 27 Apr 2016 17:44:02 +0000 Original-Received: (at 2291) by debbugs.gnu.org; 27 Apr 2016 17:43:14 +0000 Original-Received: from localhost ([127.0.0.1]:50422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avTUY-0006eL-D9 for submit@debbugs.gnu.org; Wed, 27 Apr 2016 13:43:14 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:47021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avTUV-0006eB-TM for 2291@debbugs.gnu.org; Wed, 27 Apr 2016 13:43:12 -0400 Original-Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1avTUR-0000bO-Hm; Wed, 27 Apr 2016 19:43:10 +0200 In-Reply-To: <004e01c98c77$a84e2420$c2b22382@us.oracle.com> (Drew Adams's message of "Wed, 11 Feb 2009 10:36:25 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) 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:116937 Archived-At: "Drew Adams" writes: > 1. This sexp in finder-commentary is inappropriate: > (delete-other-windows). The original buffer is current when this is > called, and it makes no sense to delete the other windows. And the > call is immediately followed by pop-to-buffer to display and select > the Finder commentary buffer. This looks like it's fixed now? > 2. The Commentary buffer name should not be "*Finder-package*". That > prohibits you from having more than one such buffer. Also, the name > should reflect the content: this is the Commentary section of a > particular Lisp file. Please use something like this: > > (pop-to-buffer > (concat "*Commentary, " (file-name-sans-extension file) "*")) > > instead of this: > (pop-to-buffer "*Finder-package*") > > The result will then be a name like this: *Commentary, buff-menu* Wouldn't it make more sense just to use the *Help* buffer? It has a nice history and stuff... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no