From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#5567: `next-window' does not behave as documented WRT visible frames Date: Sat, 05 Mar 2011 21:15:57 -0500 Message-ID: References: <63a2e74f1002111714t65302552od79c9c7e95e04a93@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1299379033 15192 80.91.229.12 (6 Mar 2011 02:37:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 02:37:13 +0000 (UTC) To: 5567-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Mar 06 03:37:09 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pw3qG-0008O0-1g for geb-bug-gnu-emacs@m.gmane.org; Sun, 06 Mar 2011 03:37:08 +0100 Original-Received: from localhost ([127.0.0.1]:34717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw3qE-0003eJ-LQ for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Mar 2011 21:37:06 -0500 Original-Received: from [140.186.70.92] (port=37592 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw3q7-0003cZ-2C for bug-gnu-emacs@gnu.org; Sat, 05 Mar 2011 21:36:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pw3q5-0001Zv-Ae for bug-gnu-emacs@gnu.org; Sat, 05 Mar 2011 21:36:58 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pw3q5-0001Zm-5X for bug-gnu-emacs@gnu.org; Sat, 05 Mar 2011 21:36:57 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Pw3Wo-0006uE-Nt for bug-gnu-emacs@gnu.org; Sat, 05 Mar 2011 21:17:02 -0500 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 06 Mar 2011 02:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 5567 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 5567@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 5567-done@debbugs.gnu.org id=D5567.129937776626475 (code D ref 5567); Sun, 06 Mar 2011 02:17:02 +0000 Original-Received: (at 5567-done) by debbugs.gnu.org; 6 Mar 2011 02:16:06 +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 1Pw3Vt-0006sy-CW for submit@debbugs.gnu.org; Sat, 05 Mar 2011 21:16:05 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pw3Vr-0006sP-Fh for 5567-done@debbugs.gnu.org; Sat, 05 Mar 2011 21:16:03 -0500 Original-Received: from localhost ([127.0.0.1]:46361) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pw3Vm-0001rr-7L; Sat, 05 Mar 2011 21:15:58 -0500 X-Spook: nitrate Bosnia Zachawi fraud insurgency Montenegro emc X-Ran: ^S~kNjRH&hIXs^+ncvsVRo^'TZ0v:Y|0jEi#=B+_8\OK+/MiDw,KlE6V@ugXG{&.tX!Ipe X-Hue: cyan X-Attribution: GM In-Reply-To: <63a2e74f1002111714t65302552od79c9c7e95e04a93@mail.gmail.com> (Michael Shields's message of "Thu, 11 Feb 2010 17:14:36 -0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 05 Mar 2011 21:17:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:44686 Archived-At: Version: 24.1 Michael Shields wrote: > `next-window' and related functions like `display-buffer' say in their > docstrings and in the source code comments that an argument of 0 or > 'visible will consider windows on visible or visible-or-iconified > frames. However, the actual behavior is to consider only frames on the > current terminal. The attached patch updates the documentation to > match the behavior. Thank you for the patch, which is now applied. Sorry for the delay. > Legal note: I have a copyright assignment on file, and my employer, Google, > also has a copyright assignment on file. For the record; your assignment appears to only be for Gnus, not for Emacs. However, this change is small enough not to need an assignment.