[mew-int 01911] Re: Picking of expressions with spaces doesn't work in 4.x
Bernhard Heidegger
bheide at example.com
Tue Nov 16 16:11:28 JST 2004
From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: Re: [mew-int 01906] Re: Picking of expressions with spaces doesn't work in 4.x
Date: Sat, 13 Nov 2004 08:53:50 +0900 (JST)
> > I had some time last week and traced the (only my?) problem to the
> > following line in mew-pick.el in function mew-pick-macro-expand-string:
> > (if (memq first (list ?\( ?\! ?\& ?\| ?= mew-sp ?\)))
> >
> > After replacing this line with the old version (from mew-3.3rc1):
> > (if (memq first '(?\( ?\! ?\& ?\| ?= ? ?\)))
>
> Thank you for your report.
>
> It seems to me that this is a bug of XEmacs. I made a patch for Mew
> 4.1. Please test it with your patch removed.
Hi,
I'm still using 4.1rc2 but I tried your patch (after I have removed
mine) and it is working!
Thanks,
Bernhard
More information about the Mew-int
mailing list