From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: image descriptors and defimage with :data Date: Sat, 9 Feb 2002 22:18:58 -0700 (MST) Message-ID: <200202100518.g1A5Iww06255@aztec.santafe.edu> References: <87zo2kaaxu.fsf@tf1.tapsellferrier.co.uk> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013319062 19198 195.204.10.66 (10 Feb 2002 05:31:02 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 10 Feb 2002 05:31:02 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16ZmZl-0004zW-00 for ; Sun, 10 Feb 2002 06:30:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ZmQR-0000nM-00; Sun, 10 Feb 2002 00:21:19 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ZmOB-0000a7-00; Sun, 10 Feb 2002 00:18:59 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.9.3/8.9.3) with ESMTP id WAA26448; Sat, 9 Feb 2002 22:18:58 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1A5Iww06255; Sat, 9 Feb 2002 22:18:58 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: nferrier@tapsellferrier.co.uk In-reply-to: <87zo2kaaxu.fsf@tf1.tapsellferrier.co.uk> (message from Nic Ferrier on 08 Feb 2002 03:50:53 +0000) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:941 Emacs 21 manual says that defimage must have at least the following properties in the props list: Where does it say that? Here is the text I see: Each argument in @var{specs} has the form of a property list, and each one should specify at least the @code{:type} property and either the @code{:file} or the @code{:data} property. The value of @code{:type} should be a symbol specifying the image type, the value of @code{:file} is the file to load the image from, and the value of @code{:data} is a string containing the actual image data. Here is an example: However, judging from the previous node in the manual, I think that :data is not supported yet for image type JPEG. If so, we would like to support it; would you like to try to implement it? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel