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: Image View mode and image dimensions Q Date: Sat, 11 Oct 2008 13:48:20 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223725731 10499 80.91.229.12 (11 Oct 2008 11:48:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Oct 2008 11:48:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 11 13:49:48 2008 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 1Kocyh-0006vT-DJ for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Oct 2008 13:49:47 +0200 Original-Received: from localhost ([127.0.0.1]:32902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kocxd-0002gR-7R for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Oct 2008 07:48:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KocxK-0002gC-TP for help-gnu-emacs@gnu.org; Sat, 11 Oct 2008 07:48:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KocxK-0002g0-Gp for help-gnu-emacs@gnu.org; Sat, 11 Oct 2008 07:48:22 -0400 Original-Received: from [199.232.76.173] (port=37175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KocxK-0002fx-9s for help-gnu-emacs@gnu.org; Sat, 11 Oct 2008 07:48:22 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:26023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KocxK-0003nn-3N for help-gnu-emacs@gnu.org; Sat, 11 Oct 2008 07:48:22 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so679108fgb.30 for ; Sat, 11 Oct 2008 04:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=AQ9UcFlDCh5hbft39VvTY1TbBskgO+4HAtOnkdAJfvg=; b=w+uUyHd1uepyD7dOHG6UmCX1yO1MS4yiCtt6sePNZD+7c2QT1LssZcab4DTg1kf7k3 c1sqRUaU2AAgQoWBp0y5vdw1CxlG1/7UG5nuk1ufMDyhF+v+HpF/te4mW5ZqZ3BqPaLP jNew9HpJXxxUy6v7+26IZOnzHxESmBh220f0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fUlZJK5sf+YhirnIoTYpSD1rmCognIsJqqX8noI1xx7ekn4UrZpjd/SnBwGJM7BOat OqEuUNH3eEnjkS7a9nRFS+BPTJC3LWpdrSkXIIB/nXozbmbNHYaMGXuhxy2b13Lh/GC3 C6nLI0SQBtf5et5tYv0ax+ah8lDkvuniWRfP8= Original-Received: by 10.86.23.18 with SMTP id 18mr2776377fgw.6.1223725700696; Sat, 11 Oct 2008 04:48:20 -0700 (PDT) Original-Received: by 10.86.65.3 with HTTP; Sat, 11 Oct 2008 04:48:20 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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:58693 Archived-At: On Sat, Oct 11, 2008 at 1:01 PM, Xah wrote: > On Oct 10, 3:14 pm, "srdjan.markov...@gmail.com" > wrote: >> Hi there! >> >> I am looking for solution to display image dimensions in Image View >> mode. >> I really like the possibility to display image in dired mode. The only >> thing I am not able to find is to retrieve the width and height of >> displayed image. >> Is there a way to do this? > > (defun image-linkify () > "Replace a path to image file with a HTML img tag. In nXhtml you have this kind of thing too (but coupled with XHTML completion). One thing that I would like however is the ability to get dimensions of an image that is on the web instead of in a local file. Is there anyone who have code for this?