unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Bug #892245 “Problem wih nXhtml in Emacs 24” : Bugs : nXhtml
Date: Mon, 26 Mar 2012 19:37:55 +0200	[thread overview]
Message-ID: <CANbX364oGabNJLGGt6-iGoYEZGoHW6uXgi9s1S8H1y4fXnbacw@mail.gmail.com> (raw)

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



             reply	other threads:[~2012-03-26 17:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-26 17:37 Lennart Borgman [this message]
2012-03-26 19:10 ` Bug #892245 “Problem wih nXhtml in Emacs 24” : Bugs : nXhtml Stefan Monnier
2012-03-26 19:19   ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANbX364oGabNJLGGt6-iGoYEZGoHW6uXgi9s1S8H1y4fXnbacw@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).