help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error on nxhtml version higher than 1.03


From: Seraphees
Subject: Re: error on nxhtml version higher than 1.03
Date: Thu, 24 Apr 2008 18:57:02 -0700 (PDT)
User-agent: G2/1.0

Thank you for your reply, my OS is XP Home edition sp2,

I have try to commenting out that assertion, and I can load nxhtml
without error, but when I open a php or html file, I still got the
mumamo error, like the following:

mumamo-turn-on-actions: Invalid read syntax: "] in a list"
** In buffer BuddyController.php
  backtrace()
  (let ((standard-output standard-output)) (backtrace))
  (let ((standard-output ...)) (let (...) (backtrace)) (with-current-
buffer standard-output (prog1 ... ...)))
  (with-output-to-string (backtrace))
  (let ((format-string2 ...) (bt ...)) (mumamo-message-with-face
(concat ... "
" ... bt) (quote highlight)) (apply (quote message) format-string2
lwarn-type args) (run-with-idle-timer 1 nil (quote mumamo-show-report-
message)) (when mumamo-display-error-stop (setq font-lock-mode nil)
(when ... ...) (when ... ...) (apply ... format-string2 lwarn-type
args)))
  mumamo-display-error(mumamo-turn-on-actions "%s" "Invalid read
syntax: \"] in a list\"")
  (condition-case err (progn (mumamo-msgfntfy "mumamo-turn-on-
actions") (unless mumamo-current-chunk-family ...)
(if ... ... ... ... ... ... ... ... ... ... ... ...)) (quit) (error
(mumamo-display-error ... "%s" ...)))
  mumamo-turn-on-actions()
  nxhtml-mumamo()
  set-auto-mode-0(nxhtml-mumamo nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer BuddyController.php> "/
ftp:apache@10.11.24.40:/data/apache/www/vhost/im/app/controllers/
BuddyController.php" nil nil "/ftp:apache@10.11.24.40:/data/apache/www/
vhost/im/app/controllers/BuddyController.php" (3 -1))
  find-file-noselect("/ftp:apache@10.11.24.40:/data/apache/www/vhost/
im/app/controllers/BuddyController.php" nil nil nil)
  find-file("/ftp:apache@10.11.24.40:/data/apache/www/vhost/im/app/
controllers/BuddyController.php")
  (if (or default-dirname (re-search-forward "^  d" eol t)) (let (...)
(find-alternate-file name) (if ... ...)) (find-file name))
  (let ((eol ...)) (beginning-of-line) (if (or default-dirname ...)
(let ... ... ...) (find-file name)))
  (progn (end-of-line) (let (...) (beginning-of-line)
(if ... ... ...)))
  (unwind-protect (progn (end-of-line) (let ... ... ...)) (set-match-
data save-match-data-internal (quote evaporate)))
  (let ((save-match-data-internal ...)) (unwind-protect
(progn ... ...) (set-match-data save-match-data-internal ...)))
  (save-match-data (end-of-line) (let (...) (beginning-of-line)
(if ... ... ...)))
  (save-excursion (save-match-data (end-of-line) (let ... ... ...)))
  (let ((name ...)) (save-excursion (save-match-data ... ...)))
  joc-dired-single-buffer()
  call-interactively(joc-dired-single-buffer nil nil)

It seems like the error is on nxhtml.el, this file has not loaded
correctly, when I use load-file to load nxhtml.el manually, I got the
error message:

load-with-code-conversion: Invalid read syntax: "] in a list"

and I couldn't use functions like nxhtml-version, could you please
solve the problem, big thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]