From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: =?UTF-8?Q?Bug_=23892245_=E2=80=9CProblem_wih_nXhtml_in_Emacs_24=E2=80=9D_=3A_B?= =?UTF-8?Q?ugs_=3A_nXhtml?= Date: Mon, 26 Mar 2012 19:37:55 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1332786406 9318 80.91.229.3 (26 Mar 2012 18:26:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2012 18:26:46 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 26 20:26:45 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SCEcq-00059B-Rt for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2012 20:26:40 +0200 Original-Received: from localhost ([::1]:49972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDsk-0003A6-W6 for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2012 13:39:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDs5-0001kF-UT for emacs-devel@gnu.org; Mon, 26 Mar 2012 13:38:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCDs4-0005IC-63 for emacs-devel@gnu.org; Mon, 26 Mar 2012 13:38:21 -0400 Original-Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:44516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDs3-0005HL-Ru for emacs-devel@gnu.org; Mon, 26 Mar 2012 13:38:20 -0400 Original-Received: by lagz14 with SMTP id z14so4833238lag.0 for ; Mon, 26 Mar 2012 10:38:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=aQfwBmdMWrxNVZcXSZ6dC8pkJMlJhdRvTXEkAnGQ/G4=; b=F31McroSKj5TuG1B2IV1VuOh64h/NBmI4LNFZO/WUllaMJz4/FaiSFP/XB2993X9zd CGyDP1RL4+JKoL/PupDKflySTMATNBS5UMbUYtIylLIby5ouNM9mmOuHyV5AJ8T0/lnt zmwKxZZjfMMB9WJsz9Hs2FXbwnU9iVyIr8FCv36SuEHGMCD9HGCGLbeDvqBh7ueHrrqL u1dPh5MXK7x9uMCA39JiHMNsVYfpRTKMgBtYsFqnpmgjn+Gi/C1lwgZLeJm6AOYKmkwM yr/G4VTezXESEosY+zpQ7ITxyDYJn763SN40xipzf+hA8TVd/8Pm7TjOWz/4+gUoCjre hIbA== Original-Received: by 10.152.127.9 with SMTP id nc9mr16560327lab.20.1332783496506; Mon, 26 Mar 2012 10:38:16 -0700 (PDT) Original-Received: by 10.112.2.200 with HTTP; Mon, 26 Mar 2012 10:37:55 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149219 Archived-At: I have not yet got nXhtml (i.e. MuMaMo) to work in Emacs 24. Russel Sim took a look at this and saw some strange things. He could reproduce the problems with just the simple function below. This is what he just wrote: "for example if i create a file very symilar to the fetch-func-definition but instead just generate symbols with incrementing names. When I compile this it fails with the "Error: Wrong type argument: number-or-marker-p, nil" error, if I delete sym194 the compile error goes away. (lambda (body) (make-local-variable 'parse-sexp-lookup-properties) (let ((sym1 "1") (sym2 "2") (sym3 "3") .... (sym193 "193") (sym194 "194") ) (with-syntax-table php-mode-syntax-table (let (ret) (setq ret (eval body)) ret)))) " Does someone understand what is happening here? To contact Russel Sim please see this bug report: https://bugs.launchpad.net/nxhtml/ bug/892245