emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] emacs-wiki-index/planner-index


From: ephrem
Subject: [emacs-wiki-discuss] emacs-wiki-index/planner-index
Date: Fri, 16 Apr 2004 15:30:29 -0400
User-agent: Internet Messaging Program (IMP) 4.0-cvs

Doing M-x planner-index or M-x emacs-wiki-index presents me with a *Wiki Index*
buffer in which all my links are red. Trying to follow one results in a "Wrong
type argument: stringp, nil" error (backtrace is at the end of message). If I
save the buffer to a file the links remain in red, but they do work properly.

I've tried this w/out any custom configuration settings w/ both stable and dev.
Am I missing something?

Ephrem

Here's the backtrace:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  file-name-directory(nil)
  (expand-file-name base (file-name-directory (buffer-file-name)))
(funcall find-file-function (expand-file-name base (file-name-directory ...)))
  (if (null file) (funcall find-file-function (expand-file-name base ...))
(funcall find-file-function file))
  (setq newbuf (if (null file) (funcall find-file-function ...) (funcall
find-file-function file)))
(let* ((base ...) (file ...) (tag ...) (find-file-function ...)) (setq newbuf
(if ... ... ...)) (when tag (goto-char ...) (unless ... ...)) (when
refresh-buffer (with-current-buffer newbuf ...)))
(if (emacs-wiki-wiki-url-p link) (funcall emacs-wiki-browse-url-function link
other-window) (let* (... ... ... ...) (setq newbuf ...) (when tag ... ...)
(when refresh-buffer ...)))
  (let ((link ...) newbuf) (if (emacs-wiki-wiki-url-p link) (funcall
emacs-wiki-browse-url-function link other-window) (let* ... ... ... ...)))
  emacs-wiki-visit-link(#("AccountsPayable" 0 15 (help-echo "AccountsPayable"
mouse-face highlight keymap (keymap ... ... ... ... ... ...) rear-nonsticky t
face emacs-wiki-bad-link-face)) #<buffer *Wiki Index*> nil)
  (if (emacs-wiki-link-at-point) (emacs-wiki-visit-link (match-string 0) buf
other-window) (error "There is no valid link at point"))
  (let (buf) (when (eq ... ...) (setq buf ...)) (if (emacs-wiki-link-at-point)
(emacs-wiki-visit-link ... buf other-window) (error "There is no valid link at
point")))
  emacs-wiki-follow-name-at-point()
  call-interactively(emacs-wiki-follow-name-at-point)





reply via email to

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