From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Roehler Newsgroups: gmane.emacs.devel Subject: Re: Symbol's function definition is void: < Date: Fri, 26 Jun 2009 21:44:21 +0200 Message-ID: <4A452515.2010305@online.de> References: <4A44BAB6.7050903@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246045457 25801 80.91.229.12 (26 Jun 2009 19:44:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2009 19:44:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 26 21:44:10 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 1MKHLD-0003v6-U6 for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2009 21:44:08 +0200 Original-Received: from localhost ([127.0.0.1]:57393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKHLD-0005t5-0E for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2009 15:44:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKHL7-0005s7-3M for emacs-devel@gnu.org; Fri, 26 Jun 2009 15:44:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKHL2-0005rK-C8 for emacs-devel@gnu.org; Fri, 26 Jun 2009 15:44:00 -0400 Original-Received: from [199.232.76.173] (port=51984 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKHJ4-0005Xs-3l for emacs-devel@gnu.org; Fri, 26 Jun 2009 15:41:54 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.177]:58089) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKHJ3-0003al-IU for emacs-devel@gnu.org; Fri, 26 Jun 2009 15:41:53 -0400 Original-Received: from [192.168.178.27] (p54BE81B9.dip0.t-ipconnect.de [84.190.129.185]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1MKHJ12bGG-000puZ; Fri, 26 Jun 2009 21:41:52 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: X-Provags-ID: V01U2FsdGVkX186RwA21/lz+zoozt0iPaW661RzgsBnR03rwOE l9S5SU5kyEwkthc/BbWTPixuhcOHX05D3IIE9sXdy7GNF9edwL MNvVDgmzn6S9V6Eo5EiRQZaOKuJqwQWjqS6UZc/lPM= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:111755 Archived-At: Lennart Borgman wrote: > On Fri, Jun 26, 2009 at 2:10 PM, Andreas > Roehler wrote: >> Lennart Borgman wrote: >>> 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? >>> >>> >>> >> Encountering that error from time to time, reason here is regulary: >> >> a crashed beginning-of-buffer command --wrongly typed-- left a "<", which was saved >> when closing Emacs. >> >> If I start Emacs again, that error is signaled. >> >> So sorry, should I'm be the only stupid one doing such things. >> >> But, earnestly, would expect just this reason for the OP. > > > Andreas, could you please explain what you did? I do not understand. > > > Hi Lennart, seems I mistook something. When starting Emacs, occassionaly I get that warning: ,---- | Warning (initialization): An error occurred while loading `MY-PATH/.emacs': | | Symbol's value as variable is void: < `---- Thats caused by a "<" wrongly inserted into some lisp-file from failed executiong of keys "\M-<". (beginning-of-buffer). But seems not your problem, as it is no function mentioned. Sorry for the noise. Andreas