From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masashi Ito Newsgroups: gmane.emacs.devel Subject: image support of Carbon Emacs Date: Thu, 26 Jun 2003 11:48:26 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2147483647.1056628106@dyn-wireless-246-32.dyn.columbia.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056645965 18770 80.91.224.249 (26 Jun 2003 16:46:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2003 16:46:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 26 18:46:03 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VZpI-0004Vg-00 for ; Thu, 26 Jun 2003 18:42:24 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19VZtt-0004eP-00 for ; Thu, 26 Jun 2003 18:47:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VZg5-0000Xf-1I for emacs-devel@quimby.gnus.org; Thu, 26 Jun 2003 12:32:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VZOr-00056a-Rf for emacs-devel@gnu.org; Thu, 26 Jun 2003 12:15:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VZMi-0004Jg-IS for emacs-devel@gnu.org; Thu, 26 Jun 2003 12:12:53 -0400 Original-Received: from brazilnut.cc.columbia.edu ([128.59.59.203]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VZ0J-0008Ko-5Z for emacs-devel@gnu.org; Thu, 26 Jun 2003 11:49:43 -0400 Original-Received: from dyn-wireless-246-32.dyn.columbia.edu (dyn-wireless-246-32.dyn.columbia.edu [160.39.246.32]) (user=mi61 mech=PLAIN bits=0)h5QFne46027538 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Thu, 26 Jun 2003 11:49:42 -0400 (EDT) Original-To: emacs-devel@gnu.org X-Mailer: Mulberry/3.0.0 (Mac OS X) Content-Disposition: inline X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.32 (www . roaringpenguin . com / mimedefang) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15277 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15277 Hello, everyone. I recently started using Emacs and was fascinated by it. Thanks very much for everyone developing this varsatile editor! (I wish I started using Emacs much earlier...) Let me ask some question about Carbon Emacs. If my question is something quite silly, please forgive me (I'm a Unix neophite). Does Carbon Emacs (on Mac OS X) support image? In fact, I wanted to use (or try to use) preview-latex with the Emacs I built on June 11, but when I tried to configure it, it said I need Emacs that supports image. And I figured out that in order to do that I need libpng and zlib, which I didn't have (unless they came along with something else). Then, I checked config.log (created when I built the Carbon Emacs I am using now) just to make sure that configure then said it couldn't find libpng nor zlib so that when I build Emacs next time with the necessary libraries (downloaded probably through Fink), I will be able to check if 'configure' indeed find them at that time. But I couldn't find any mention of libpng or zlib in the log. So, I wondered if Carbon Emacs doesn't support that feature (yet)... In other words, I guessed that the '--with-carbon --without-x' options of the 'configure' let it skip the check on the libraries. Am I correct? If so, I might have to defect to X Window... :-) Thank you in advance, Masashi Ito ********** ********** ********** ********** Life can only be understood backwards, but it must be lived forwards. -- Soren Kierkegaard