ido-mode and saving attachments
Greg Bognar <[email protected]> Mon, 03 Dec 2018 23:27:06 +0100
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <87efayb611.wl-greg.bognar__39813.084799289$1543876015$gmane$org@startmail.com> |
Hi, When I enable ido.el (which is part of Emacs) in my init.el with (ido-mode 'both) (ido-everywhere) it can't handle saving attachments. It saves the attachment with the file name that's on top of the completion list, prompting you to overwrite it; and it won't save in the directory that you choose with the ido prompt. If I comment out ido-everywhere and use only (ido-mode 'both) then I get the expected behavior, but ido does not work for attachment saving. Is there any way to get ido work with WL? Note: I'm using mime-preview-extract-current-entity (https://www.emacswiki.org/emacs/WlFaq#toc43) to save attachments. But I can't see anything in its definition that would cause the problem. All the best, Greg