From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: [mathias.dahl@gmail.com: Re: Tumme fails with default custom settings] Date: Wed, 25 Apr 2007 16:03:04 +0200 Message-ID: <7dbe73ed0704250703i116a7af8o93bcb35999460278@mail.gmail.com> References: <7dbe73ed0704250047x19bebaf8s5dbb3ae5ac42073e@mail.gmail.com> <868xcgao3p.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177509805 21859 80.91.229.12 (25 Apr 2007 14:03:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2007 14:03:25 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 25 16:03:15 2007 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.50) id 1Hgi5Q-0005nQ-9y for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2007 16:03:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgiB3-0008Nq-0u for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2007 10:09:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgiAz-0008Nj-MS for emacs-devel@gnu.org; Wed, 25 Apr 2007 10:08:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgiAy-0008NV-0s for emacs-devel@gnu.org; Wed, 25 Apr 2007 10:08:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgiAx-0008NS-Rh for emacs-devel@gnu.org; Wed, 25 Apr 2007 10:08:55 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.238]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hgi5K-0002lg-Cs for emacs-devel@gnu.org; Wed, 25 Apr 2007 10:03:06 -0400 Original-Received: by wr-out-0506.google.com with SMTP id i23so240778wra for ; Wed, 25 Apr 2007 07:03:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fqb++nTw2n++6RCZp5D9ReZB91Ff8foQ1N7/I9qmrRQRVgQTR1HWY74LWbfKI1zq9IGDl/fR38fMweEUMLfkziA++S0J0EdRWFCpgTwU80qkSXdwmA2OZIYdLzZ2X9sxv+WOb/I+u/kj8Q7ojvHa83H6IRJmp0wrhq2M2K3yZfk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IF1yyhJ4l9A0Um+8wCP2dpswnPfS3bC2QXnwZteew4Y9cmqpU3AaCqvYXnhEKa7zlK4SqOiZabVYIJbMZckhREWyi2XJ+g+8NZvke3z0Cs8hvpFpRTGHe/aIP/RKQKhGcUuYzsr1sYxh6kzLYvUSFxUP/YGzUfSwlQJ8JAaBzhQ= Original-Received: by 10.78.149.15 with SMTP id w15mr174107hud.1177509784860; Wed, 25 Apr 2007 07:03:04 -0700 (PDT) Original-Received: by 10.78.51.14 with HTTP; Wed, 25 Apr 2007 07:03:04 -0700 (PDT) In-Reply-To: <868xcgao3p.fsf@lola.quinscape.zz> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:70097 Archived-At: > Possibly depends on the libraries your Emacs has been compiled with. > What is the output of > (image-type-available-p 'gif) > ? It returns `nil' while testing with 'jpeg and 'png returns `t', so indeed this seems to be my problem. Thanks!