GNU bug report logs - #9699
frame-auto-hide-function

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Fri, 7 Oct 2011 22:11:01 UTC

Severity: minor

Found in version 24.0.90

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9699 in the body.
You can then email your comments to 9699 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#9699; Package emacs. (Fri, 07 Oct 2011 22:11:01 GMT) Full text and rfc822 format available.

Message #3 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: frame-auto-hide-function
Date: Fri, 07 Oct 2011 18:10:37 -0400
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).




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#9699; Package emacs. (Fri, 07 Oct 2011 22:15:02 GMT) Full text and rfc822 format available.

Message #6 received at 9699 <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Glenn Morris'" <rgm <at> gnu.org>, <9699 <at> debbugs.gnu.org>
Subject: RE: bug#9699: frame-auto-hide-function
Date: Fri, 7 Oct 2011 15:13:49 -0700
> 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).

Ouch!  Someone (TM) is (still) on the wrong track...

I agree: delete, don't iconify.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#9699; Package emacs. (Sat, 08 Oct 2011 13:25:02 GMT) Full text and rfc822 format available.

Message #9 received at 9699 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 9699 <at> debbugs.gnu.org
Subject: Re: bug#9699: frame-auto-hide-function
Date: Sat, 08 Oct 2011 15:23:37 +0200
> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#9699; Package emacs. (Sat, 08 Oct 2011 14:09:01 GMT) Full text and rfc822 format available.

Message #12 received at 9699 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 9699 <at> debbugs.gnu.org
Subject: Re: bug#9699: frame-auto-hide-function
Date: Sat, 08 Oct 2011 16:08:09 +0200
> 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).

Should be fixed now.

martin





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#9699; Package emacs. (Sat, 08 Oct 2011 18:00:03 GMT) Full text and rfc822 format available.

Message #15 received at 9699 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 9699 <at> debbugs.gnu.org
Subject: Re: bug#9699: frame-auto-hide-function
Date: Sat, 08 Oct 2011 13:59:52 -0400
martin rudalics wrote:

>> 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

No problem! Onwards and upwards...




Reply sent to martin rudalics <rudalics <at> gmx.at>:
You have taken responsibility. (Sun, 09 Oct 2011 12:36:02 GMT) Full text and rfc822 format available.

Notification sent to Glenn Morris <rgm <at> gnu.org>:
bug acknowledged by developer. (Sun, 09 Oct 2011 12:36:02 GMT) Full text and rfc822 format available.

Message #20 received at 9699-done <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: 9699-done <at> debbugs.gnu.org
Cc: Glenn Morris <rgm <at> gnu.org>
Subject: Re: bug#9699: frame-auto-hide-function
Date: Sun, 09 Oct 2011 14:35:04 +0200
> 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).

Should be all fixed now.  Closing.

Thanks, martin





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Nov 2011 12:24:02 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 232 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.