Marc Croteau | 4 Mar 2012 13:08
Picon

mdcroteau <at> gmail.com has been added to <wl-en <at> ml.gentei.org>

To: wl-en-ctl <at> ml.gentei.org
Message-Id: <87399omuvc.wl%mdcroteau <at> gmail.com>
In-Reply-To: <201203042105.FMLAAA77521.wl-en <at> ml.gentei.org>
References: <874nu4mv09.wl%mdcroteau <at> gmail.com>
	<201203042105.FMLAAA77521.wl-en <at> ml.gentei.org>
X-ML-Name: Wanderlust English
X-Mail-Count: 04980
X-MLServer: fml [fml 4.0 STABLE (20040215/4.0.4_BETA)]; post only (only members can post)
X-ML-Info: If you have a question,
	please contact wl-en-admin <at> ml.gentei.org;
	<mailto:wl-en-admin <at> ml.gentei.org>
User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka)
 FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.3 (i686-pc-linux-gnu)
 MULE/6.0 (HANACHIRUSATO)
Authentication-Results: mr.google.com; spf=pass (google.com: domain of mdcroteau <at> gmail.com
designates 10.50.160.131 as permitted sender) smtp.mail=mdcroteau <at> gmail.com; dkim=pass header.i=mdcroteau <at> gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=date:message-id:from:to:subject:in-reply-to:references:user-agent
         :organization:mime-version:content-type;
        bh=/TpYIoQKuuyrn2iVcJK4IF+r00FN2R9Y8wcUS3mRMRY=;
        b=Wmwz4JYLsuxplxqDsBbITVT2Gq+fw2/IXY78Ji1oqIIyO/qkYdP8dP77FuGfVlLHzd
         Mgy57l7EBiUjXgG3ax5tW3E0G29fyKoocH4f3VBzUUg2kgatBqq4oFZU1H0uA8ZDqu/5
         21JgDXBGVB0uD+YjSp4pD7IyU/ANmIDo6VHsZrkg6BK4KjCklIX5WMezUjjZrvBMaJU3
         LdgBhhIznhjDViH00y0VQ9Ax4Kdn4X1w8mp6fnygrzNHxEvVPPDaW7eja93uKCFyiSKz
         5ZF6bqnrIMWUi9mOaqEh9WYCZIeujxKpviXBHnaJW8jsbf6AJNaeFfBETnvXau44LwX0
         Unsw==
Organization: Here And Now
Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
(Continue reading)

Marc Croteau | 4 Mar 2012 13:17
Picon

Forward: Summary "o" command results in "wrong argument type listp, 71"

Hello folks.  Hope someone can help me out here.
I want to refile messages.
I've set up a set of 'semi-automatic' refile process
(setq wl-refile-rule-alist
 '(("To" ("pan-users" . "_Read"))))
and when I enter "o" in the summary list over the message I want to
refile, I get the error:
Wrong argument type listp, 71

Any help would be greatly appreciated.
Regards,
Marc

Marc Croteau | 4 Mar 2012 13:23
Picon

Summary command "o" and "O" results in "wrong type argument listp,

[This mail was also posted to gmane.mail.wanderlust.general.]

Hello folks

Hope someone can help.
I'm wanting to refile messages.
When I issue the 'o' or "O" command in the summary area, I get a message:
Wrong type argument: listp, 71
I don't know what to make of this.
Initially, I though that because I didn't have wl-refile-rule-alist
initialized, that this was causing some problems.
So..I did the following
(setq wl-refile-rule-alist
  '(("To" ("pan-users" . "_Lists"))))

_Lists is a maildir folder.

Any help would be appreciated.
Regards,
Marc

David Maus | 4 Mar 2012 14:51
Picon

Re: Summary command "o" and "O" results in "wrong type argument listp,

At Sun, 4 Mar 2012 07:23:01 -0500,
Marc Croteau wrote:
>
> [This mail was also posted to gmane.mail.wanderlust.general.]
>
> Hello folks
>
> Hope someone can help.
> I'm wanting to refile messages.
> When I issue the 'o' or "O" command in the summary area, I get a message:
> Wrong type argument: listp, 71
> I don't know what to make of this.
> Initially, I though that because I didn't have wl-refile-rule-alist
> initialized, that this was causing some problems.
> So..I did the following
> (setq wl-refile-rule-alist
>   '(("To" ("pan-users" . "_Lists"))))
>
> _Lists is a maildir folder.
>
> Any help would be appreciated.

Refile does not require a refile-rule-alist and works here. Please
turn on Emacs debugging

M-x toggle-debug-on-error RET

And send the backtrace you get when you hit the error. The backtrace
might contain a clue which function is complaining about the wrong
argument.

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena <at> jabber.org
Email..... dmaus <at> ictsoc.de
Erik Hetzner | 4 Mar 2012 18:14
Gravatar

Re: Forward: Summary "o" command results in "wrong argument type listp, 71"

At Sun, 04 Mar 2012 07:17:18 -0500,
Marc Croteau wrote:
> 
> Hello folks.  Hope someone can help me out here.
> I want to refile messages.
> I've set up a set of 'semi-automatic' refile process
> (setq wl-refile-rule-alist
>  '(("To" ("pan-users" . "_Read"))))
> and when I enter "o" in the summary list over the message I want to
> refile, I get the error:
> Wrong argument type listp, 71
> 
> Any help would be greatly appreciated.

Hi Marc,

As I understand it, the wl-refile-rule-alist variable is used by the
function wl-summary-auto-refile (keystroke C-o in a summary buffer),
not by wl-summary-refile (o in a summary buffer). Your value for
wl-refile-rule-alist looks fine to me, so perhaps the problem is
elsewhere? You might set the debug-on-error to t and send a backtrace.

best, Erik
Sent from my free software system <http://fsf.org/>.
Marc Croteau | 4 Mar 2012 19:31
Picon

Re: Forward: Summary "o" command results in "wrong argument type listp, 71"

Erik,

Thanks very much for your help.
I inadvertently sent the problem to the mailing list twice. David Maus
has picked up the problem and it has been resolved.
(The variable was being reset in another part of my ~/.wl file).

Again,
Thank you very much.
Regards,
Marc
> [1  <text/plain; US-ASCII (7bit)>]
> At Sun, 04 Mar 2012 07:17:18 -0500,
> Marc Croteau wrote:
>> 
>> Hello folks.  Hope someone can help me out here.
>> I want to refile messages.
>> I've set up a set of 'semi-automatic' refile process
>> (setq wl-refile-rule-alist
>> '(("To" ("pan-users" . "_Read"))))
>> and when I enter "o" in the summary list over the message I want to
>> refile, I get the error:
>> Wrong argument type listp, 71
>> 
>> Any help would be greatly appreciated.

> Hi Marc,

> As I understand it, the wl-refile-rule-alist variable is used by the
> function wl-summary-auto-refile (keystroke C-o in a summary buffer),
> not by wl-summary-refile (o in a summary buffer). Your value for
> wl-refile-rule-alist looks fine to me, so perhaps the problem is
> elsewhere? You might set the debug-on-error to t and send a backtrace.

> best, Erik
> [2  <text/plain; US-ASCII (7bit)>]
> Sent from my free software system <http://fsf.org/>.

Rodrigo Amestica | 15 Mar 2012 01:26
Picon
Favicon

search: namazu, mairix, org

is it true that neither namazu nor mairix could do a search in one 
given folder? That for such so fine grained search only
wl-summary-goto-folder (aka 'WL search folder') would do the work?
(which I guess it is based on elmo's database functionality?)

thanks,
 Rodrigo

ps: in 2010 there was a thread with the same subject like this message.

Randy Bush | 15 Mar 2012 11:50

Re: search: namazu, mairix, org

have you tried wl-summary-pick "?"

randy

Rodrigo Amestica | 15 Mar 2012 12:46
Picon
Favicon

Re: search: namazu, mairix, org

On Thu, 15 Mar 2012 06:50:29 -0400,
Randy Bush <randy <at> psg.com> wrote:
> have you tried wl-summary-pick "?"

Hi Randy,

nope, I have not tried that function before. I just tried and it seems
to simply mark messages in the current buffer. 

I was somehow surveying for a mechanism that would let me globally
search with namazu or mairix (extremely fast) but before generating
the matching list of messages select only those coming from a certain
given folder.

Rodrigo

> randy

Randy Bush | 15 Mar 2012 12:51

Re: search: namazu, mairix, org

> I was somehow surveying for a mechanism that would let me globally
> search with namazu or mairix (extremely fast) but before generating
> the matching list of messages select only those coming from a certain
> given folder.

i go to the folder, search with wl-summary-pick, and then step through
the marked messages with N

randy


Gmane