Question #110173 on nXhtml changed:
https://answers.launchpad.net/nxhtml/+question/110173

Perry Smith posted a new comment:
Hi,

Below is the past of the debug screen that came up.  I loaded the new
nxhtml and then picked the update menu item.  It asked me about creating
a directory and also adding the schemas to the search path.  Then it
died.

Debugger entered--Lisp error: (file-error "Opening input file" "No such file or 
directory" "/Users/pedzan/.emacs.d/nxhtml/etc/schema/html5-schemas.xml")
  copy-file("/Users/pedzan/.emacs.d/nxhtml/etc/schema/html5-schemas.xml" 
"/Users/pedzan/.emacs.d/rnc/html5/html5-schemas.xml")
  (if (file-exists-p dl-schemas) nil (copy-file (expand-file-name 
"etc/schema/html5-schemas.xml" nxhtml-install-dir) dl-schemas))
  (unless (file-exists-p dl-schemas) (copy-file (expand-file-name 
"etc/schema/html5-schemas.xml" nxhtml-install-dir) dl-schemas))
  (let* ((dl-dir ...) (dl-schemas ...)) (unless (file-directory-p dl-dir) (when 
... ...) (unless ... ... ...) (make-directory dl-dir t)) (unless (member 
dl-schemas rng-schema-locating-files) (when ... ...)) (unless (file-exists-p 
dl-schemas) (copy-file ... dl-schemas)) (setq files (cons "LICENSE" files)) 
(dolist (f files) (let* ... ... ... ...)))
  (if (not files) (progn (y-or-n-p ...) (throw ... nil)) (message "Found %d rnc 
files, starting downloading ..." (length files)) (let* (... ...) (unless ... 
... ... ...) (unless ... ...) (unless ... ...) (setq files ...) (dolist ... 
...)))
  (save-current-buffer (set-buffer dir-buf) (goto-char (point-min)) (while 
(re-search-forward file-re nil t) (setq files ...)) (if (not files) (progn ... 
...) (message "Found %d rnc files, starting downloading ..." ...) (let* ... ... 
... ... ... ...)))
  (with-current-buffer dir-buf (goto-char (point-min)) (while 
(re-search-forward file-re nil t) (setq files ...)) (if (not files) (progn ... 
...) (message "Found %d rnc files, starting downloading ..." ...) (let* ... ... 
... ... ... ...)))
  (let* ((url "http://syntax.whattf.org/relaxng/";) (folder-res ...) (status 
...) (dir-buf ...) (file-re "href=\"\\([^\"]*.rnc\\)\"") files) (unless (memq 
status ...) (message "Status=%s. Could not get %S" status url) (throw ... nil)) 
(with-current-buffer dir-buf (goto-char ...) (while ... ...) (if ... ... ... 
...)) (message "Downloaded %d rnc files for (x)html5" (length files)))
  (catch (quote rncdl-stop) (let* (... ... ... ... ... files) (unless ... ... 
...) (with-current-buffer dir-buf ... ... ...) (message "Downloaded %d rnc 
files for (x)html5" ...)))
  rncdl-update-html5()
  call-interactively(rncdl-update-html5 nil nil)

-- 
You received this question notification because you are a member of
nXhtml, which is an answer contact for nXhtml.

_______________________________________________
Mailing list: https://launchpad.net/~nxhtml
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~nxhtml
More help   : https://help.launchpad.net/ListHelp

Reply via email to