all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17363: 24.4.50; REGRESSION: [iconify-frame] broken in `special-event-map'
@ 2014-04-28 16:59 Drew Adams
  2014-05-11  2:41 ` Drew Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2014-04-28 16:59 UTC (permalink / raw)
  To: 17363

This regression was introduced after this build from 2014/03/10:

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2014-03-10 on ODIEONE
Bzr revision: 116730 lekktu@gmail.com-20140311014451-rxr9uapugo5bedft
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
 'CFLAGS=-O0 -g3' LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''

And before this build from 2014-03-21:

In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
 of 2014-03-21 on ODIEONE
Bzr revision: 116829 dancol@dancol.org-20140321121023-5tjxtiws6qa4qyod
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs 'CFLAGS=-O0 -g3' 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include' LDFLAGS=-Lc:/Devel/emacs/lib'


The bug is that this no longer works:

(define-key special-event-map [iconify-frame]
                              'thumfr-thumbify-frame-upon-event)

Command `thumfr-thumbify-frame-upon-event' (defined in my library
thumb-frm.el) thumbifies the frame, i.e., shrinks it by shrinking its
font.

That command still works perfectly well - it is only the key binding
from the `define-key' that no longer works.  What happens when you click
the window-manager minimize button (the `-' symbol in the upper right of
an MS Windows window, for example), is that the frame is now simply
iconified, just as it would be without that `define-key'.

The required behavior has worked fine for every Emacs release from Emacs
20 onward (and perhaps with older releases as well).  It is now broken
for Emacs 24.

However, note that it is NOT broken in the Emacs 24 pretest build.
There, it still works as it should.  So whatever was changed between
3/11 and 3/21 is apparently not so in the pretest build.


In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
 of 2014-04-21 on ODIEONE
Bzr revision: 117005 dancol@dancol.org-20140421180019-po4wdeg7gqvvlh5d
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs 'CFLAGS=-O0 -g3'
 LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#17363: 24.4.50; REGRESSION: [iconify-frame] broken in `special-event-map'
  2014-04-28 16:59 bug#17363: 24.4.50; REGRESSION: [iconify-frame] broken in `special-event-map' Drew Adams
@ 2014-05-11  2:41 ` Drew Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2014-05-11  2:41 UTC (permalink / raw)
  To: 17363

Closing this.  The problem was (once again) byte-compiler incompatibility
between Emacs versions.  Emacs 24.4 seems far less tolerant that before
with files compiled using earlier versions.  Why this affected the
command only when it was invoked using the binding of [iconify-frame],
I don't know. 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-11  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28 16:59 bug#17363: 24.4.50; REGRESSION: [iconify-frame] broken in `special-event-map' Drew Adams
2014-05-11  2:41 ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.