[PATCH] emacs: hello: allow arbitrary lisp for generating the count.

2014-05-07 Thread David Edmondson
Looks good, two nits: On Tue, May 06 2014, Mark Walters wrote: > This allows a function to be given for the count-query of a saved > search. The function will be called with the query plist as an > argument to generate the count shown and should return either a string > or a number to be

[PATCH] emacs: hello: allow arbitrary lisp for generating the count.

2014-05-06 Thread Mark Walters
This allows a function to be given for the count-query of a saved search. The function will be called with the query plist as an argument to generate the count shown and should return either a string or a number to be displayed as the count. If this option is a function then its query will not be

[PATCH] emacs: hello: allow arbitrary lisp for generating the count.

2014-05-06 Thread Mark Walters
This allows a function to be given for the count-query of a saved search. The function will be called with the query plist as an argument to generate the count shown and should return either a string or a number to be displayed as the count. If this option is a function then its query will not be

Re: [PATCH] emacs: hello: allow arbitrary lisp for generating the count.

2014-05-06 Thread David Edmondson
Looks good, two nits: On Tue, May 06 2014, Mark Walters markwalters1...@gmail.com wrote: This allows a function to be given for the count-query of a saved search. The function will be called with the query plist as an argument to generate the count shown and should return either a string or a