[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ido and Wanderlust
From: |
Óscar Fuentes |
Subject: |
Re: Ido and Wanderlust |
Date: |
Thu, 06 Dec 2018 03:54:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) |
Greg Bognar <greg.bognar@startmail.com> writes:
> I use Wanderlust (https://github.com/wanderlust/wanderlust) for email. It
> depends on SEMI (https://github.com/wanderlust/semi) to provide MIME features,
> one of which is the mime-save-content function to save attachments (defined in
> mime-play.el, line 263,
> https://github.com/wanderlust/semi/blob/semi-1_14-wl/mime-play.el).
>
> I also use ido. But when I enable ido.el with
>
> (ido-everywhere)
>
> mime-save-content stops working. It wants to save the attachment with the
> file
> name that's on top of the completion list (prompting to overwrite it) and the
> default name (ie, the name of the attached file) does not get inserted.
I see this behavior in other prompts. The solution is to use C-j, which
tells Ido to accept wathever is written on the prompt instead of the
proposed completion.