From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79225 Path: news.gmane.org!not-for-mail From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Newsgroups: gmane.emacs.gnus.general Subject: Implement {row,col}span in shr table rendering. Date: Tue, 28 Jun 2011 02:02:33 +0200 Message-ID: <87vcvqyg9y.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1309219663 10677 80.91.229.12 (28 Jun 2011 00:07:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2011 00:07:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27521@lists.math.uh.edu Tue Jun 28 02:07:40 2011 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 1QbLq6-0005vu-7I for ding-account@gmane.org; Tue, 28 Jun 2011 02:07:38 +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 1QbLpc-0002dV-8Q; Mon, 27 Jun 2011 19:07:08 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QbLpZ-0002dH-Lp for ding@lists.math.uh.edu; Mon, 27 Jun 2011 19:07:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QbLpV-0006Eg-IG for ding@lists.math.uh.edu; Mon, 27 Jun 2011 19:07:02 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QbLpR-0001AR-Tj for ding@gnus.org; Tue, 28 Jun 2011 02:06:57 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbLpR-0005fr-EM for ding@gnus.org; Tue, 28 Jun 2011 02:06:57 +0200 Original-Received: from 176.119.broadband10.iol.cz ([90.177.119.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 02:06:57 +0200 Original-Received: from stepnem by 176.119.broadband10.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 02:06:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 5 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 176.119.broadband10.iol.cz User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:kHVrMkMnNY0hyyT6rdkZdI0c8ZM= X-Spam-Score: -4.0 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79225 Archived-At: It would be great if shr supported table cell spanning. Without it anything but the simplest of simple tables are broken. Štěpán