skeeto / elfeed

An Emacs web feeds client
The Unlicense
1.52k stars 121 forks source link

Message "downloaded ..." with no additional formatting #489

Open zachlefevre opened 1 year ago

zachlefevre commented 1 year ago

URLs with % successfully download, but then throws an error for messaging without enough arguments. This fixes it by messaging the URL with no additional formatting.

zachlefevre commented 1 year ago

@skeeto Would you mind reviewing this?

BBoal commented 11 months ago

@zachlefevre why not (message "%s downloaded" url) instead?