Hi,

At this point a window pops up named *Warnings*. The sole contents of the buffer is:

Warning (emacs): recentf mode: Wrong type argument: stringp, nil

In fact recentf-save-list fails in `write-file' when it creates a new .recentf 
file.
Here is a backtrace:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  file-name-nondirectory(nil)
  set-visited-file-name("/home/user/.recentf" t)
  write-file("/home/user/.recentf")
  ...

I think it is due to this bug:

<http://lists.gnu.org/archive/html/emacs-devel/2005-07/msg00672.html>

Sincerely,
David



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to