From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: image support for .ico file (MS Windows icons) Date: Wed, 5 Jan 2011 11:43:00 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1294256789 309 80.91.229.12 (5 Jan 2011 19:46:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2011 19:46:29 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 05 20:46:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PaZJP-0000dL-KO for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2011 20:46:24 +0100 Original-Received: from localhost ([127.0.0.1]:59899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZJO-0002lU-9v for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2011 14:46:22 -0500 Original-Received: from [140.186.70.92] (port=39471 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZIV-0001l8-2t for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:45:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaZHH-0006d2-C1 for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:44:12 -0500 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:38597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaZHH-0006cu-5o for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:44:11 -0500 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p05Ji7SU029393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 5 Jan 2011 19:44:10 GMT Original-Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p05IIwWh028473 for ; Wed, 5 Jan 2011 19:44:07 GMT Original-Received: from abhmt016.oracle.com by acsmt355.oracle.com with ESMTP id 901902381294256578; Wed, 05 Jan 2011 11:42:58 -0800 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 05 Jan 2011 11:42:58 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcutEMJmsVN/vt7GR+iUedGtrIPbIg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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 Xref: news.gmane.org gmane.emacs.devel:134297 Archived-At: What support is there for .ico files? I would like to be able to display Windows icons in Emacs (on Windows, naturally). I see no mention of .ico in the manual `(elisp) Image Formats'. My value of `image-types' is `(png gif tiff jpeg xpm xbm pbm)'. My value of `dynamic-library-alist' is this: ((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.dll") (png "libpng14-14.dll" "libpng14.dll") (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll") (tiff "libtiff3.dll" "libtiff.dll") (gif "giflib4.dll" "libungif4.dll" "libungif.dll") (svg "librsvg-2-2.dll") (gdk-pixbuf "libgdk_pixbuf-2.0-0.dll") (glib "libglib-2.0-0.dll") (gobject "libgobject-2.0-0.dll")) Is there a dll I can download and install that will provide support for .ico files?