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: Symbol's function definition is void: < Date: Thu, 25 Jun 2009 22:59:31 +0200 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 1245963807 12398 80.91.229.12 (25 Jun 2009 21:03:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Jun 2009 21:03:27 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 25 23:03:20 2009 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 1MJw69-0003CZ-7I for ged-emacs-devel@m.gmane.org; Thu, 25 Jun 2009 23:03:09 +0200 Original-Received: from localhost ([127.0.0.1]:42781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJw68-00077T-Ni for ged-emacs-devel@m.gmane.org; Thu, 25 Jun 2009 17:03:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJw2k-0004Ha-65 for emacs-devel@gnu.org; Thu, 25 Jun 2009 16:59:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJw2f-0004Bj-BC for emacs-devel@gnu.org; Thu, 25 Jun 2009 16:59:37 -0400 Original-Received: from [199.232.76.173] (port=49422 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJw2f-0004BX-4R for emacs-devel@gnu.org; Thu, 25 Jun 2009 16:59:33 -0400 Original-Received: from smtp-03.vtx.ch ([212.147.0.64]:50782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJw2e-0001h1-Hf for emacs-devel@gnu.org; Thu, 25 Jun 2009 16:59:32 -0400 Original-Received: from alfajor.home (dyn.83-228-169-175.dsl.vtx.ch [83.228.169.175]) by smtp-03.vtx.ch (VTX Services SA) with ESMTP id 663C9296F26; Thu, 25 Jun 2009 22:59:31 +0200 (CEST) Original-Received: by alfajor.home (Postfix, from userid 20848) id 3B07164341; Thu, 25 Jun 2009 22:59:31 +0200 (CEST) In-Reply-To: (Lennart Borgman's message of "Thu, 25 Jun 2009 16:58:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111732 Archived-At: > I have got a strange bug report for nXhtml. The report says that < is > not defined. Please see > http://www.emacswiki.org/emacs/NxhtmlMode#toc13 > What functions could make < void? fset? It might also just be an uninterned symbol, so it has the same name as the "strictly greater" but doesn't have any function associated with it. Stefan