unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bug #892245 “Problem wih nXhtml in Emacs 24” : Bugs : nXhtml
@ 2012-03-26 17:37 Lennart Borgman
  2012-03-26 19:10 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman @ 2012-03-26 17:37 UTC (permalink / raw)
  To: Emacs-Devel devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug #892245 “Problem wih nXhtml in Emacs 24” : Bugs : nXhtml
  2012-03-26 17:37 Bug #892245 “Problem wih nXhtml in Emacs 24” : Bugs : nXhtml Lennart Borgman
@ 2012-03-26 19:10 ` Stefan Monnier
  2012-03-26 19:19   ` Lennart Borgman
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2012-03-26 19:10 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: Emacs-Devel devel

> "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.

Should be fixed now, thank you for the clear testcase.


        Stefan



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug #892245 “Problem wih nXhtml in Emacs 24” : Bugs : nXhtml
  2012-03-26 19:10 ` Stefan Monnier
@ 2012-03-26 19:19   ` Lennart Borgman
  0 siblings, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2012-03-26 19:19 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs-Devel devel

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

On Mon, Mar 26, 2012 at 21:10, Stefan Monnier <monnier@iro.umontreal.ca>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.
>
> Should be fixed now, thank you for the clear testcase.
>
>
:-) - That lifts a burden for me!

But it is Russel you should thank.

[-- Attachment #2: Type: text/html, Size: 841 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-26 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-26 17:37 Bug #892245 “Problem wih nXhtml in Emacs 24” : Bugs : nXhtml Lennart Borgman
2012-03-26 19:10 ` Stefan Monnier
2012-03-26 19:19   ` Lennart Borgman

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).