From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Fwd: Patch for sgml-mode.el Date: Fri, 23 Nov 2007 10:02:31 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195830181 8384 80.91.229.12 (23 Nov 2007 15:03:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2007 15:03:01 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Martin Pohlack Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 23 16:03:05 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iva3a-0003Zu-W6 for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 16:03:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iva3M-0005GC-Jw for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 10:02:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iva3I-0005EQ-Hn for emacs-devel@gnu.org; Fri, 23 Nov 2007 10:02:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iva3G-0005Bo-Br for emacs-devel@gnu.org; Fri, 23 Nov 2007 10:02:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iva3G-0005BW-3u for emacs-devel@gnu.org; Fri, 23 Nov 2007 10:02:42 -0500 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iva36-0004LW-Se; Fri, 23 Nov 2007 10:02:33 -0500 Original-Received: from pastel.home ([74.12.207.44]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071123150232.CUXT17217.tomts5-srv.bellnexxia.net@pastel.home>; Fri, 23 Nov 2007 10:02:32 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9C52B8197; Fri, 23 Nov 2007 10:02:31 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Thu, 22 Nov 2007 23:36:25 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:83966 Archived-At: > sgml-mode.el currently contains such lines: > (define-derived-mode sgml-mode text-mode '(sgml-xml-mode "XML" "SGML") > and > (define-derived-mode html-mode sgml-mode '(sgml-xml-mode "XHTML" "HTML") > . > This violates that the third argument of define-derived-mode shall be a > string. Furthermore, it results in "mode-name" not being a string for > html buffers. I don't see a problem with that. It's obviously been done on purpose. Please describe where it causes a problem so we can fix that spot. Stefan