From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: Ido and Wanderlust Date: Thu, 06 Dec 2018 03:54:15 +0100 Message-ID: <87d0qf1i20.fsf@telefonica.net> References: <87bm5z61te.wl-greg.bognar@startmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1544064777 14789 195.159.176.226 (6 Dec 2018 02:52:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2018 02:52:57 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Greg Bognar Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 06 03:52:52 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gUjmW-0003jK-LW for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Dec 2018 03:52:52 +0100 Original-Received: from localhost ([::1]:38604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUjod-00062w-3W for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Dec 2018 21:55:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUjo3-00062e-TI for help-gnu-emacs@gnu.org; Wed, 05 Dec 2018 21:54:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUjnz-00021s-Qo for help-gnu-emacs@gnu.org; Wed, 05 Dec 2018 21:54:27 -0500 Original-Received: from relayout04.e.movistar.es ([86.109.101.204]:31867 helo=relayout04-redir.e.movistar.es) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUjnz-0001vf-Gp for help-gnu-emacs@gnu.org; Wed, 05 Dec 2018 21:54:23 -0500 Original-Received: from sky (55.red-79-145-66.dynamicip.rima-tde.net [79.145.66.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout04.e.movistar.es (Postfix) with ESMTPSA id 439Ktw6Rbxz1304; Thu, 6 Dec 2018 03:54:16 +0100 (CET) In-Reply-To: <87bm5z61te.wl-greg.bognar@startmail.com> (Greg Bognar's message of "Wed, 05 Dec 2018 23:33:49 +0100") X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.145.66.55 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout04 X-TnetOut-MsgID: 439Ktw6Rbxz1304.A2367 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1544669659.22129@1bQXMlf7RVu+M9OD8xagMA X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 86.109.101.204 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118882 Archived-At: Greg Bognar 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.