From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sun Yijiang Newsgroups: gmane.emacs.devel Subject: Feature request - dynamic icon pixmap Date: Tue, 15 Feb 2005 14:12:51 +0800 Message-ID: <5065e29005021422125f7c79a3@mail.gmail.com> Reply-To: Sun Yijiang NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108449887 6400 80.91.229.2 (15 Feb 2005 06:44:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 06:44:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 07:44:47 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0wRu-0004OI-Gg for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 07:44:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0whb-0005sI-4d for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 02:00:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0wec-0004cV-Bl for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:57:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0weU-0004Xb-PZ for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:57:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0weS-0004Ry-JF for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:57:40 -0500 Original-Received: from [64.233.184.197] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0vx8-0003cO-VK for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:12:55 -0500 Original-Received: by wproxy.gmail.com with SMTP id 50so890577wri for ; Mon, 14 Feb 2005 22:12:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=uO9o2ajFes5G31VVS+oR/4qp/MibDLESf8MCVVl7HxF5eOSDpNCDJHfvoV0EfN9VSxvpR9RLh33HBbixSUe3BOwaHZFj4lwPoIouwgssW9PJ0M00a39TwNxwb5FViYKzB6b7Mhhi8bbmtn34mZLHByWuemQK/60aa9L0B22ZY3g= Original-Received: by 10.54.40.34 with SMTP id n34mr249309wrn; Mon, 14 Feb 2005 22:12:52 -0800 (PST) Original-Received: by 10.54.13.21 with HTTP; Mon, 14 Feb 2005 22:12:51 -0800 (PST) Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33460 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33460 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. Sun Yijiang