From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: table.el downcase HTML tags Date: Tue, 30 May 2006 21:23:50 +0200 Message-ID: <7dbe73ed0605301223s23b0bee6x6f458068ad408a79@mail.gmail.com> References: <20060530.101335.127866384.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1149017119 13744 80.91.229.2 (30 May 2006 19:25:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 May 2006 19:25:19 +0000 (UTC) Cc: carsten.dominik@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 30 21:25:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fl9p3-0005DR-Fq for ged-emacs-devel@m.gmane.org; Tue, 30 May 2006 21:24:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fl9p2-0007Sy-Md for ged-emacs-devel@m.gmane.org; Tue, 30 May 2006 15:24:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fl9oo-0007Sj-AT for emacs-devel@gnu.org; Tue, 30 May 2006 15:23:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fl9om-0007RO-J5 for emacs-devel@gnu.org; Tue, 30 May 2006 15:23:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fl9om-0007R3-DM for emacs-devel@gnu.org; Tue, 30 May 2006 15:23:52 -0400 Original-Received: from [64.233.182.189] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fl9ud-0006js-Dt for emacs-devel@gnu.org; Tue, 30 May 2006 15:29:55 -0400 Original-Received: by nf-out-0910.google.com with SMTP id m18so15998nfc for ; Tue, 30 May 2006 12:23:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oclgf/+Rkl4BJg6bO155CZL8JrTryWBn5GQYbG9j+KMrU38zDo0UnufNIxkBh+8GVu+y42pWhCs0JRYvZiaI7SCV+sP1zL1IGUlKFr5HsLA/ZYeGcwhcB7OBAhNgo1puqVZyWJ3Evu1qio4c1Z5bgKGMX2RDeoEQj0YWn95te0I= Original-Received: by 10.49.28.8 with SMTP id f8mr52976nfj; Tue, 30 May 2006 12:23:50 -0700 (PDT) Original-Received: by 10.67.19.5 with HTTP; Tue, 30 May 2006 12:23:50 -0700 (PDT) Original-To: "Tak Ota" In-Reply-To: <20060530.101335.127866384.Takaaki.Ota@am.sony.com> Content-Disposition: inline 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:55493 Archived-At: > This has been requested for many times that HTML tags that table.el > generates to be downcased to be compatible with XHTML standard. If no > one objects could someone check the following change into the > repository. Thanks. > > < (format "\n" table-html-table-attribute) Why not making it configurable? I don't care about the case in this case (haha!) but I am sure some do.