From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: Svg mode Date: Fri, 15 Oct 2010 15:22:33 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287149000 18544 80.91.229.12 (15 Oct 2010 13:23:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2010 13:23:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 15 15:23:18 2010 Return-path: Envelope-to: geh-help-gnu-emacs@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 1P6kFe-00049S-R6 for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Oct 2010 15:23:15 +0200 Original-Received: from localhost ([127.0.0.1]:37290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6kFe-0007cW-9h for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Oct 2010 09:23:14 -0400 Original-Received: from [140.186.70.92] (port=55907 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6kFF-0007Zy-M1 for help-gnu-emacs@gnu.org; Fri, 15 Oct 2010 09:22:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6kFD-0006f6-16 for help-gnu-emacs@gnu.org; Fri, 15 Oct 2010 09:22:49 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:47662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6kFC-0006eo-Rt for help-gnu-emacs@gnu.org; Fri, 15 Oct 2010 09:22:46 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6kF9-0003tn-Ry for help-gnu-emacs@gnu.org; Fri, 15 Oct 2010 15:22:43 +0200 Original-Received: from 78-014.eduroam.rwth-aachen.de ([134.61.78.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 15:22:43 +0200 Original-Received: from andrea.crotti.0 by 78-014.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 15:22:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 78-014.eduroam.rwth-aachen.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:OMullVRAKtgTd7xI3C9EtQ4ojiQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75133 Archived-At: Oleksandr Gavenko writes: > May be. > > Try run > > $ otool -L /path/to/emacs > > to see what libs use Emacs. > > But I thunk this not help. On Windows Emacs I run > > $ depends runemacs > > and no see any image specific libs. After run Emacs in depends.exe and open > .png file I get in log: > > Loaded "LIBPNG12.DLL" at address 0x6CC40000. Successfully hooked module. > Loaded "ZLIB1.DLL" at address 0x02190000. Successfully hooked module. > > And Emacs show png. > > So Emacs load shared library on fly. Mm here is very different, since it uses the OSX system if I understand correctly --8<---------------cut here---------------start------------->8--- /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1038.29.0) /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.1) /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 227.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 44.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 550.19.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 38.0.0) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 751.21.0) --8<---------------cut here---------------end--------------->8---