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#9699: frame-auto-hide-function Date: Fri, 07 Oct 2011 18:10:37 -0400 Message-ID: <5uipo0ihb6.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1318025455 17798 80.91.229.12 (7 Oct 2011 22:10:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2011 22:10:55 +0000 (UTC) To: 9699@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 08 00:10:51 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 1RCId1-0008Ly-7F for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 00:10:51 +0200 Original-Received: from localhost ([::1]:59035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCId0-0008Kg-BP for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 18:10:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCIcw-0008KP-Sa for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 18:10:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCIcv-0005xq-ND for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 18:10:46 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCIcv-0005xi-KI for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 18:10:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RCIdB-0006im-Ua for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 18:11:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Oct 2011 22:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9699 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.131802545825825 (code B ref -1); Fri, 07 Oct 2011 22:11:01 +0000 Original-Received: (at submit) by debbugs.gnu.org; 7 Oct 2011 22:10:58 +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 1RCId8-0006iT-6g for submit@debbugs.gnu.org; Fri, 07 Oct 2011 18:10:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RCId5-0006iL-Ag for submit@debbugs.gnu.org; Fri, 07 Oct 2011 18:10:56 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RCIco-0000W0-0H; Fri, 07 Oct 2011 18:10:38 -0400 X-Spook: InfoSec morse [Hello to all my friends and fans in X-Ran: $fuzf~>Me80Q'sh4Xv*CyLn{W3R9[GU2U\{OC0te?5^K[^N@yc|m0R*R2;6+Z$Z-AL$^88 X-Hue: blue X-Attribution: GM 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: Fri, 07 Oct 2011 18:11:01 -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:52406 Archived-At: Package: emacs Version: 24.0.90 frame-auto-hide-function has no NEWS entry, and is missing a :version tag. It needs a NEWS entry (which should contain some mention of "iconify") because it changes existing behaviour. Example: I like my diff buffers in a separate frame, so I use: emacs -Q --eval "(setq special-display-regexps '(\".*diff\\*\"))" C-x C-f /path/to/modified/file/under/vcs C-x v = -> diff buffer pops up in new frame Now using "C-x k" to kill the diff buffer iconifies the associated frame. It used to just delete it (which I think was better, but YMMV).