emacs-devel
[Top][All Lists]
Advanced

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

Re: Byte-compiler warnings for todo-mode.el


From: Stefan Monnier
Subject: Re: Byte-compiler warnings for todo-mode.el
Date: Mon, 06 Aug 2018 11:56:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> ...starting emacs -Q with the above code and my ~/.emacs.d/todo/
>> directory, typing `F f' in todo-mode prompts for a filtered items file
>> and repeating M-n brings up all and only the names of my filtered items
>> files in the minibuffer, i.e., all and only the elements of sfnlist.
>
> No, M-n gives you the elements of falist.  Try M-p

BTW, what this also means is that you shouldn't pre-populate sfnlist
with the elements of falist.  Instead, call it todo--something-history,
make it a global variable, and don't touch it yourself at all.


        Stefan



reply via email to

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