From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Seraphees Newsgroups: gmane.emacs.help Subject: error on nxhtml version higher than 1.03 Date: Wed, 23 Apr 2008 19:58:25 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1209058719 18778 80.91.229.12 (24 Apr 2008 17:38:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2008 17:38:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 24 19:39:14 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jp5Pd-000333-QM for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Apr 2008 19:39:14 +0200 Original-Received: from localhost ([127.0.0.1]:55171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jp5Ox-0006qw-SK for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Apr 2008 13:38:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!24g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 59 Original-NNTP-Posting-Host: 202.106.180.62 Original-X-Trace: posting.google.com 1209005906 20535 127.0.0.1 (24 Apr 2008 02:58:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 24 Apr 2008 02:58:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 24g2000hsh.googlegroups.com; posting-host=202.106.180.62; posting-account=YWFhtAoAAAAwdBHIZx9bbePIODbvdNRL User-Agent: G2/1.0 X-HTTP-Via: 1.1 ISA01 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:158141 X-Mailman-Approved-At: Thu, 24 Apr 2008 13:37:43 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53514 Archived-At: Hi, I found that there are always error on nxhtml version higher than 1.03, including the latest nxhtml-1.27-080423-00_23_13. I also have tried many emacs version, including the latest emacs-from- cvs-080419 and Emacs-23-CvsU080419-EmacsW32-1.57, but the error still exists my config only contains one sentence: (load "~/my-lisp/site-lisp/nxml/autostart.el") on version nxhtml-1.27-080423-00_23_13, the error is Assertion failed: (html-site-dir-contains site-root path-in-site), c:/ temp, c:/temp/in/hej.html on most other version, the error is related to mumamo, for example, in nxhtml-1.27-080326-14_13_01, error message is : mumamo-turn-on-actions: Invalid read syntax: "] in a list" Toggling hs-minor-mode off; better pass an explicit argument. the complete error message is : mumamo-turn-on-actions: Invalid read syntax: "] in a list" ** In buffer test.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 (apply ... format-string2 lwarn-type args))) mumamo-display-error(mumamo-turn-on-actions "%s" "Invalid read syntax: \"] in a list\"") (condition-case err (progn (m umamo-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(# "c:/wamp/www/php/test.php" nil nil "c:/wamp/www/php/test.php" ((4608 0 . 37279) 160482204)) find-file-noselect("c:/wamp/www/php/test.php") desktop-restore-file-buffer("c:/wamp/www/php/test.php" "test.php" nil) #[nil "=08 \236A\206=08 only in nxhtml version 1.03, there are no errors, is there anyone can help me?