>>>>> In <[EMAIL PROTECTED]> >>>>> Junichi Uekawa <[EMAIL PROTECTED]> wrote:
> elserv.el > elserv-url-decode-string() > (push ?\ decoded) > > is breaking in emacs-snapshot. > > emacs-snapshot probably wants > (push ?\\ decoded) In emacs21, the following S expressions return the value of `(32)'. But in emacs-snapshot (of course it was changed from `?\' to `?\\' as you say) the value is `(92)'. (let (decode) (push ?\ decode)) Is it really a solution? Regards, -- OHASHI Akira [EMAIL PROTECTED] [EMAIL PROTECTED] Share what you know. Learn what you don't. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]