From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Merge imagemagick to trunk? Date: Wed, 18 Aug 2010 17:39:59 +0100 Message-ID: References: <201008181712.56044.tassilo@member.fsf.org> <8762z7sy6k.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282149624 21702 80.91.229.12 (18 Aug 2010 16:40:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Aug 2010 16:40:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 18 18:40:22 2010 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 1Ollgb-00046F-57 for ged-emacs-devel@m.gmane.org; Wed, 18 Aug 2010 18:40:21 +0200 Original-Received: from localhost ([127.0.0.1]:58637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ollga-0000ny-Hi for ged-emacs-devel@m.gmane.org; Wed, 18 Aug 2010 12:40:20 -0400 Original-Received: from [140.186.70.92] (port=40752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OllgR-0000nH-O4 for emacs-devel@gnu.org; Wed, 18 Aug 2010 12:40:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OllgM-0006wJ-TZ for emacs-devel@gnu.org; Wed, 18 Aug 2010 12:40:11 -0400 Original-Received: from ppsw-31.csi.cam.ac.uk ([131.111.8.131]:43948) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OllgM-0006wA-Pi for emacs-devel@gnu.org; Wed, 18 Aug 2010 12:40:06 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from cpc1-cmbg13-0-0-cust596.5-4.cable.virginmedia.com ([86.9.122.85]:58846 helo=Victoria.local) by ppsw-31.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:587) with esmtpsa (PLAIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1OllgK-0003x2-Jl (Exim 4.72) (return-path ); Wed, 18 Aug 2010 17:40:05 +0100 In-Reply-To: (Lennart Borgman's message of "Wed, 18 Aug 2010 18:33:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (Mac OS X 10.6.4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:128843 Archived-At: On 2010-08-18 17:33 +0100, Lennart Borgman wrote: >> For example, display pdfs directly. In remote editing LaTeX files I then >> don't need to have gs installed on that machine as long as my local >> emacs can display it. > > But imagemagick can't display pdf, or? (Maybe a fixed picture of it, > but that is not very comfortable if you actually want to view the pdf > file.) According to http://www.imagemagick.org/script/formats.php, pdf is supported through Ghostscript. Leo