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#9699: frame-auto-hide-function Date: Sat, 08 Oct 2011 15:23:37 +0200 Message-ID: <4E904ED9.1040304@gmx.at> References: <5uipo0ihb6.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1318080293 32103 80.91.229.12 (8 Oct 2011 13:24:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 13:24:53 +0000 (UTC) Cc: 9699@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 08 15:24:46 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 1RCWtS-000475-Hn for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 15:24:46 +0200 Original-Received: from localhost ([::1]:44981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCWtR-0006uD-LC for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 09:24:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCWtP-0006u8-Lu for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 09:24:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCWtO-0003Hy-Jp for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 09:24:43 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCWtO-0003Hs-GC for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 09:24:42 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RCWti-0002mA-Bm for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 09:25:02 -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, 08 Oct 2011 13:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9699 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9699-submit@debbugs.gnu.org id=B9699.131808024610603 (code B ref 9699); Sat, 08 Oct 2011 13:25:02 +0000 Original-Received: (at 9699) by debbugs.gnu.org; 8 Oct 2011 13:24: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 1RCWso-0002ky-1b for submit@debbugs.gnu.org; Sat, 08 Oct 2011 09:24:06 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RCWsm-0002kG-H6 for 9699@debbugs.gnu.org; Sat, 08 Oct 2011 09:24:05 -0400 Original-Received: (qmail invoked by alias); 08 Oct 2011 13:23:38 -0000 Original-Received: from 62-47-47-212.adsl.highway.telekom.at (EHLO [62.47.47.212]) [62.47.47.212] by mail.gmx.net (mp026) with SMTP; 08 Oct 2011 15:23:38 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19mvUkhAQBmrWddteZInPvpaevTXo3IXCUIbJOYrf VYZZtur3Q5TXv1 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <5uipo0ihb6.fsf@fencepost.gnu.org> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 08 Oct 2011 09:25:02 -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:52418 Archived-At: > 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. Will be done as soon as I have fixed some bugs ... > 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). ... like this - the argument KILL of `window--delete' is unused. martin, who feels sorry for the inconvenience