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
[Message part 1 (text/plain, inline)]
Your message dated Fri, 05 Jul 2013 16:07:44 +0200
with message-id <87ip0pm767.fsf <at> rosalinde.fritz.box>
and subject line Re: bug#14688: 24.3; todo-show errors: wrong-type-argument and file-error
has caused the debbugs.gnu.org bug report #14688,
regarding 24.3; todo-show errors: wrong-type-argument and file-error
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
14688: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14688
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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)
[Message part 3 (message/rfc822, inline)]
On Mon, 24 Jun 2013 21:11:10 +0200 Stephen Berman <stephen.berman <at> gmx.net> wrote:
> On Mon, 24 Jun 2013 09:25:39 +0800 Leo Liu <sdl.web <at> gmail.com> wrote:
>
>> On 2013-06-24 06:18 +0800, Stephen Berman wrote:
>>> The patch fixes some other problems beside those you reported, but which
>>> arise similarly. I found them when I tried to reproduce your recipe.
>>> When I do exactly the above four steps in your recipe, I actually don't
>>> get the errors you reported and the category is displayed normally.
>>> However, if between steps 3 and 4 of your recipe I kill the buffer
>>> visiting the todo file, then I do get the errors. But if I don't kill
>>> the buffer and also don't save it before trying to use other Todo mode
>>> commands, other problems arise. The patch tries to avoid these problems
>>> as well as the ones you reported.
>>
>> The patch seems to work well. Thanks.
>
> Thanks for checking. However, I'm convinced that the problem is more
> pervasive, and rather than tacking similar patches to each place in the
> code it can arise, I'd like to see if I can modularize the fix at least
> to some extent. This may take a bit of time.
I've now committed a revised patch as part of revision 113288 and am
closing this bug.
This is more modular than my previous patch, and it also handles the
interaction with external file deletion in some other cases, but I
haven't had time to check all cases. Still, I've committed it now since
it's better than the status quo. (The revision also includes a new file
deletion command and also fixes several related bugs and does some code,
doc string and comment clean up.)
Steve Berman
This bug report was last modified 12 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.