From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Greg Bognar Newsgroups: gmane.emacs.help Subject: Re: Ido and Wanderlust Date: Thu, 06 Dec 2018 23:03:27 +0100 Message-ID: <87va4648k0.wl-greg.bognar@startmail.com> References: <87bm5z61te.wl-greg.bognar@startmail.com> <87d0qf1i20.fsf@telefonica.net> <87o99zox1g.wl-greg.bognar@startmail.com> <878t121ua4.fsf@telefonica.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1544133877 7642 195.159.176.226 (6 Dec 2018 22:04:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2018 22:04:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ofv@wanadoo.es (=?ISO-8859-1?Q?=D3scar?= Fuentes) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 06 23:04:33 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 1gV1l2-0001qZ-P9 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Dec 2018 23:04:33 +0100 Original-Received: from localhost ([::1]:43173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV1n9-00064k-1X for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Dec 2018 17:06:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV1mg-00064Q-6t for help-gnu-emacs@gnu.org; Thu, 06 Dec 2018 17:06:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gV1jt-0000Ib-BG for help-gnu-emacs@gnu.org; Thu, 06 Dec 2018 17:03:24 -0500 Original-Received: from mx-out1.startmail.com ([145.131.90.139]:57664) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gV1jt-0000IG-4y for help-gnu-emacs@gnu.org; Thu, 06 Dec 2018 17:03:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1544133799; bh=hRkVst4B4mmtYe19Af3Mrzrjli1UYjJ8EgElHba8gRQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=A0Zlv5uk1EvZ8wEg5jvc2ZtPchu1DAbVaEo+V/Ob34yGZZ43/tzLmEOe0DZrWDSPQ rNhd5KIRPBPWbq/qze/191H1XpmLRSjRaiTijfM3YkUeh0F46ky/7UpdwaF2/G41zJ 8SEwV+EEhIbilaxauxvpGglv/njReBKj5WTuMjw8qlg4wJuXv8p3Rc6i92R4rRqaHZ osVAKuod6279Z0W2gn9Blj9bYuJq7h2tzXbYSEO3hAp4a/yqcux2W9YIKGUQc+BrpR WNMbT1Cor2EUcwn3IAUhRvasFH3jtPZ0rYxYMI+d9+CXEAvC3g6+tmh821CipiD+Xn Cmn01uX8zHy7g== In-Reply-To: <878t121ua4.fsf@telefonica.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 145.131.90.139 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:118897 Archived-At: On Thu 6 Dec 2018 at 17:42 =D3scar Fuentes wrote: > Greg Bognar writes: >=20 > > I don't see how C-j is a solution. C-j won't insert by default the att= achment's > > file name, so you end up having to type it after the directory (or type= a > > different file name). That's very inconvenient. >=20 > Have you tried it? Yes, but I did get myself confused. It turns out C-j does not work with wl-mime-save-content at all, but it does work with mime-save-content. (Wanderlust remembers which one you initially chose in an Emacs session, so= in order to test the other function, Emacs needs to be restarted each time. I probably lost track which function I was testing.) I'm not sure what is responsible for the difference between wl-mime-save-co= ntent and mime-save-content in this regard. I guess I can just use the latter, t= hen. Thanks!