From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#9641: Man-notify-method 'bully does not remember how windows were Date: Sat, 01 Oct 2011 11:08:28 +0200 Message-ID: <4E86D88C.9070201@gmx.at> References: <87sjndk6jn.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1317460144 1747 80.91.229.12 (1 Oct 2011 09:09:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 1 Oct 2011 09:09:04 +0000 (UTC) Cc: 9641@debbugs.gnu.org To: jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 01 11:09:01 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 1R9vZ5-0006SA-LB for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Oct 2011 11:08:59 +0200 Original-Received: from localhost ([::1]:55276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9vZ5-0001De-14 for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Oct 2011 05:08:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9vZ0-0001Ah-VM for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 05:08:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9vYy-0001sZ-WE for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 05:08:54 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9vYy-0001sN-KD for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 05:08:52 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1R9va7-00088M-B2 for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 05:10:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Oct 2011 09:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9641 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9641-submit@debbugs.gnu.org id=B9641.131746018731234 (code B ref 9641); Sat, 01 Oct 2011 09:10:03 +0000 Original-Received: (at 9641) by debbugs.gnu.org; 1 Oct 2011 09:09:47 +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 1R9vZq-00087j-Qm for submit@debbugs.gnu.org; Sat, 01 Oct 2011 05:09:47 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1R9vZp-00087c-Oz for 9641@debbugs.gnu.org; Sat, 01 Oct 2011 05:09:46 -0400 Original-Received: (qmail invoked by alias); 01 Oct 2011 09:08:33 -0000 Original-Received: from 62-47-56-209.adsl.highway.telekom.at (EHLO [62.47.56.209]) [62.47.56.209] by mail.gmx.net (mp058) with SMTP; 01 Oct 2011 11:08:33 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18y0sRoZMIyctdXFgoF8xNfiYdYU11WH5AFt0DRVc jjPSI+0abTKBAH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87sjndk6jn.fsf@jidanni.org> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 01 Oct 2011 05:10:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) 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:52030 Archived-At: > (setq Man-notify-method 'bully); but q didn't put me back in my initial state: > E.g., with a split window, do M-x man cat, then type q. > Only one window is restored. Do you mean you have a frame with two windows, invoke man, type q in the window used by man and get a frame with one window? martin