From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72950 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: A little idea for shr and table Date: Mon, 11 Oct 2010 21:07:13 +0200 Message-ID: <87iq18czvi.fsf@randomsample.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286824077 31808 80.91.229.12 (11 Oct 2010 19:07:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2010 19:07:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21322@lists.math.uh.edu Mon Oct 11 21:07:55 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P5Nj1-0004VV-54 for ding-account@gmane.org; Mon, 11 Oct 2010 21:07:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P5Niu-0003vo-PI; Mon, 11 Oct 2010 14:07:48 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P5Nit-0003vZ-A6 for ding@lists.math.uh.edu; Mon, 11 Oct 2010 14:07:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P5Nio-0005Ky-0r for ding@lists.math.uh.edu; Mon, 11 Oct 2010 14:07:46 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P5Nin-00068y-00 for ; Mon, 11 Oct 2010 21:07:41 +0200 Original-Received: from dslc-082-082-178-139.pools.arcor-ip.net ([82.82.178.139] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1P5Nij-0005Ss-NA for ding@gnus.org; Mon, 11 Oct 2010 21:07:37 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 11 Oct 2010 20:39:09 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72950 Archived-At: Lars Magne Ingebrigtsen writes: > +----+ I'd love for it to work, but I'm not seeing how this would work... > | ** | Most images are higher than the text, and I don't think Emacs > +----+ allows text to flow around images like this. Actually, it is possible by using sliced images (see `insert-sliced-image'). I've played around with it to get a nicer image display and smoother scrolling for emacs-w3m, but I gave up (the funny thing is that w3m is using exactly this technique when running in a terminal). But it is very difficult to do right in Emacs since you have to take into account the font height, line-spacing, etc. -David