GNU bug report logs -
#14688
24.3; todo-show errors: wrong-type-argument and file-error
Previous Next
Reported by: Leo Liu <sdl.web <at> gmail.com>
Date: Sat, 22 Jun 2013 04:06:01 UTC
Severity: normal
Found in version 24.3
Done: Stephen Berman <stephen.berman <at> gmx.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Make sure nothing is in ~/.emacs.d/todo
1. start emacs
2. todo-show and answer its queries and save the buffer
3. go to ~/.emacs.d/todo and delete files there
4. M-x todo-show
you will get a couple of errors such as:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
expand-file-name(nil)
find-file-noselect(nil)
todo-read-category("Enter a new category name: " add nil)
todo-add-category(nil "")
byte-code
todo-show(nil)
call-interactively(todo-show record nil)
command-execute(todo-show record)
execute-extended-command(nil "todo-show")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
Debugger entered--Lisp error: (file-error "Removing old name" "no such file or directory" "/home/leo/.emacs.d/todo/TODO.todo")
delete-file("/home/leo/.emacs.d/todo/TODO.todo")
byte-code
byte-code
todo-show(nil)
call-interactively(todo-show record nil)
command-execute(todo-show record)
execute-extended-command(nil "todo-show")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
This bug report was last modified 12 years and 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.