From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.bugs Subject: bug#3419: 23.0.94; calc, calendar and temp-buffer-resize-mode Date: Mon, 31 Oct 2011 13:56:17 -0500 Message-ID: <87y5w12dny.fsf@vh213601.truman.edu> References: <87skinjwuz.fsf@gmail.com> <873aanxrnd.fsf@gmail.com> <4A2101B1.8080106@gmx.at> <4EA58F3D.8030703@gmx.at> <87y5w14fy2.fsf@mail.jurta.org> Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320087419 30126 80.91.229.12 (31 Oct 2011 18:56:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2011 18:56:59 +0000 (UTC) Cc: 3419@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 31 19:56:55 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RKx2T-0005Xs-My for geb-bug-gnu-emacs@m.gmane.org; Mon, 31 Oct 2011 19:56:53 +0100 Original-Received: from localhost ([::1]:58873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKx2T-00050Y-4t for geb-bug-gnu-emacs@m.gmane.org; Mon, 31 Oct 2011 14:56:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKx2Q-0004zs-NX for bug-gnu-emacs@gnu.org; Mon, 31 Oct 2011 14:56:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKx2P-0007tX-J3 for bug-gnu-emacs@gnu.org; Mon, 31 Oct 2011 14:56:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKx2P-0007tT-GB for bug-gnu-emacs@gnu.org; Mon, 31 Oct 2011 14:56:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RKx4X-0005OZ-Rr for bug-gnu-emacs@gnu.org; Mon, 31 Oct 2011 14:59:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jay Belanger Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 31 Oct 2011 18:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3419 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 3419-submit@debbugs.gnu.org id=B3419.132008750920700 (code B ref 3419); Mon, 31 Oct 2011 18:59:01 +0000 Original-Received: (at 3419) by debbugs.gnu.org; 31 Oct 2011 18:58:29 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RKx40-0005No-Sx for submit@debbugs.gnu.org; Mon, 31 Oct 2011 14:58:29 -0400 Original-Received: from mail.truman.edu ([150.243.162.204] helo=uranium.truman.edu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RKx3y-0005Ng-Oj for 3419@debbugs.gnu.org; Mon, 31 Oct 2011 14:58:27 -0400 Original-Received: from vh213601.truman.edu (vh213601.truman.edu [150.243.162.59]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by uranium.truman.edu (Postfix) with ESMTPS id DAEC512833C; Mon, 31 Oct 2011 13:56:12 -0500 (CDT) In-Reply-To: <87y5w14fy2.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 31 Oct 2011 12:34:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 31 Oct 2011 14:59:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.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:53353 Archived-At: Juri Linkov writes: ... > When I type `M-x calc RET h h', it displays the *Help* window in the > Calc window that is too small to read comfortably the Help buffer. > > That's because I have in .emacs: > (add-to-list 'same-window-buffer-names "*Help*") > > Is it possible to display the Help buffer in another window in this case > when `h h' is typed in the Calc window? I'm not sure what you want, since you are explicitly telling Emacs to display Help in the same window. Is that line from your .emacs for some other *Help* buffer, and you never want the Calc help to appear in the same window? Perhaps if the Calc help were named "*Calc Help*" (or better, perhaps, using a variable to determine the name, `calc-help-buffer-name' or somesuch). That wouldn't be hard, but perhaps should wait until after 24.1. Jay