Yes, I can change the default icon when I create a new frame:
(make-frame '((name . "testf") (icon-type . "/path/test.png")))

But I cannot change a frame's icon by modifying its icon-type parameter:
(set-frame-parameter my-frame 'icon-type "/path/test2.png")
Nothing happens after this under GNOME or KDE

That's what I mean by "dynamic".

On Tue, 15 Feb 2005 17:14:17 +0100, Jan D. <[EMAIL PROTECTED]> wrote:
> Sun Yijiang wrote:
> 
> >GNU Emacs' bitmapicon is a little ugly and not configurable -- that's
> >the truth.  XEmacs' elisp function x-set-screen-icon-pixmap can change
> >program icon dynamically, this is very useful when you're working with
> >sevral frames with different major modes -- they can have their own
> >icons in the "taskbar".  I wonder if this feature is in the TODO list
> >of GNU Emacs, If not, I suggest to have it added.
> >
> 
> You can set the frame parameter icon-type to a icon file.  For the GTK
> version the format of the file can be any format supported by GdkPixbuf,
> but for other ports of Emacs it must be a bitmap.
> 
>    Jan D.
> 
>


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to