[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Emacs-W3m Bug



andy <lazycat.manatee@xxxxxxxxx> writes:

> Hi, I'm use Emacs (23.0.60.2) and Emacs-W3m (1.5)
>
> This is little bug about Emacs-W3m that make bemused:
>
> I have a function about Google search for Chinese,
>
> (defun w3m-search-google-cn (what)
>   "Use google to search for WHAT."
>   (interactive "sGoogle Search (CN): ")
>   (w3m-goto-url-new-session (concat "http://www.google.cn/search?q=";
> 				    (w3m-url-encode-string what))))
>
> So, problem is when is use w3m-search-google-cn search keyboard 'emacs-w3m', all thing is right.
> But when i search keyword 'emacs-w3m irc', the Emacs-W3m is dead, and now Emacs can't respond my any
> input. So i have to 'killall emacs'.

I couldn't reproduce the bug, and I don't think this is emacs-w3m's
fault, because Emacs should not stop working in spite of any Lisp code.
Could you update emacs and check this bug again?

Regards,
Naohiro Aota