From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: opening images in auctex Date: Sun, 22 Nov 2009 22:00:52 +0100 Message-ID: References: <312eac0d-7f76-4c83-8de7-3a7a450914a0@g27g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258923711 26678 80.91.229.12 (22 Nov 2009 21:01:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2009 21:01:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: andrea abelli Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 22 22:01:44 2009 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.50) id 1NCJZ0-0007II-HA for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Nov 2009 22:01:43 +0100 Original-Received: from localhost ([127.0.0.1]:54347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCJYz-00012T-R7 for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Nov 2009 16:01:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCJYd-0000zG-Qy for help-gnu-emacs@gnu.org; Sun, 22 Nov 2009 16:01:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCJYZ-0000wO-7K for help-gnu-emacs@gnu.org; Sun, 22 Nov 2009 16:01:19 -0500 Original-Received: from [199.232.76.173] (port=51794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCJYZ-0000wB-28 for help-gnu-emacs@gnu.org; Sun, 22 Nov 2009 16:01:15 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:50764) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCJYY-0005ry-M1 for help-gnu-emacs@gnu.org; Sun, 22 Nov 2009 16:01:14 -0500 Original-Received: by yxe29 with SMTP id 29so12834782yxe.14 for ; Sun, 22 Nov 2009 13:01:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=coZXOBAKjHXT5cYdgTuC0OQXIqdWCP7GKadpQXe+rSk=; b=ajIHIOotpGnFCHrkagwhrvDSuNhHhPQo0NDqi6M4t3nO9yFQ+Z7LItF3x9xlZbnS7e /Y3o6oYbcbPl0Cs5v1y6LSGNYGlure51jDGELBB8jaAtRCaNoa9r6p8EpT7tLWsRFvFH q2X43rrBudWMUR1aqQ4rKjZDaJ1OvHzhJQ4P8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=CP7lZEcQhow94twMG0TX6d9rYImbACiaOBSZzVJVF+fK77Pl8BF9ope08rFEWz/4g4 BkLomyVMMW9lNTkCNiK8gu9B4GnRdQMtuZElTEeDYjM2JGmJNceECtj9dmJNcYX8kpGJ yXFVUCZBqKm/RrO4p5YDYK5968AO43awJw3mU= Original-Received: by 10.101.196.34 with SMTP id y34mr3190015anp.191.1258923672070; Sun, 22 Nov 2009 13:01:12 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:70032 Archived-At: On Sun, Nov 22, 2009 at 9:40 PM, andrea abelli wrote: > On Nov 22, 9:30=C2=A0pm, Peter Dyballa wrote: >> Am 22.11.2009 um 17:32 schrieb andrea abelli: >> >> > =C2=A0 is there a way to open an image, in an external viewer/editor, = that >> > is being previewed by preview-latex? >> >> Of course. Any PNG viewer will do. For example GNU Emacs. > Hi, > > =C2=A0I was looking for some command that would have launched, say, gimp > to edit the image. There is some support for that in nXhtml. It has two kinds of supports for images: - Open an image link in GIMP (gimpedit.el) - Showing images inline (inlimg.el) That support is not tailored for .tex files yet however. If you add that I would be glad to include it.