On Mon, 28 Feb 2005 17:06:09 -0500 James Cloos <[EMAIL PROTECTED]> wrote:
>>>>>> "Stephen" == Stephen Berman <[EMAIL PROTECTED]> writes: > >>>> (make-frame-visible (#<frame <[EMAIL PROTECTED]> >>>> *scratch* 0x570a00> )) [...] > > Stephen> The messages were indeed caused by an external package > Stephen> loaded in my init-file (php-mode from sourceforge FWIW). > > I've also been getting these messages for several months. > > I don't see anything in php-mode.el itself that is relevant to this, > but it does require some other packages. A quick test shows that a > (require 'speedbar) causes the messages to start. > > I have a version of speedbar in site-lisp (from gentoo's app-emacs/ > speedbar ebuild; the ebuild refs > http://cedet.sourceforge.net/speedbar.shtml). > > The version of speedbar that comes with 22.0.50 does not cause the > message. Yes, now I remember I'd also seen these messages before when using speedbar, which I also have from the cedet package. The messages are caused by dframe-handle-make-frame-visible and dframe-handle-iconify-frame in speedbar/dframe.el. Comment out the message lines in those functions and the messages are gone, also when php-mode is loaded. Thanks for jogging my memory! Steve Berman _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
