[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: boolean search with w3m-namazu.el
- From: Naohiro Aota <nao.aota@xxxxxxxxx>
- Date: Wed, 10 Dec 2008 15:04:42 +0900 (JST)
- X-ml-name: emacs-w3m
- X-mail-count: 10532
- References: <84wsepwf1k.fsf@xxxxxx> <87r64rkkq7.fsf@xxxxxxxxxxxxxxxxxxxxxxx> <20081203.001544.114200652132806572.nao.aota@xxxxxxxxx>
From: Naohiro Aota <nao.aota@xxxxxxxxx>
Subject: Re: [emacs-w3m:10479] Re: boolean search with w3m-namazu.el
Date: Wed, 03 Dec 2008 00:15:44 +0900 (JST)
> From: TSUCHIYA Masatoshi <tsuchiya@xxxxxxxxxx>
> Subject: [emacs-w3m:10479] Re: boolean search with w3m-namazu.el
> Date: Tue, 02 Dec 2008 18:08:32 +0900
>
>> Hi,
>>
>> Sorry for my late response. I am too busy to check your problem, and
>> please send your question to emacs-w3m@xxxxxxxxxx, a mailint list about
>> emacs-w3m, which is open to the public.
>>
>>>> On Thu, 27 Nov 2008 13:04:39 +0100
>>>> kordes@xxxxxx (kordes) said as follows:
>>
>>>Dear Tsuchiya Masatoshi,
>>
>>>when searching an index with namazu I get :
>>
>>> <snip>
>>
>>>What am I missing?
>
> It seems this is because of [emacs-w3m:09899].
>
> I suggest adding new option which decide whether to replace SPC with
> `+' to w3m-url-encode-string() and modifying w3m-namazu.el (or any
> other files) as it should be. In this case we should decide which is
> default operation whether to replace or not. I think not replacing is
> better so that encode function and decode function would be symmetry.
I've fixed in emacs-w3m CVS. Thank you for your report.
> どうも [emacs-w3m:09899] の影響のようですね。
>
> w3m-url-encode-string() で SPC を `+' にするかどうかを制御するオプショ
> ンをつけくわえ、適宜 w3m-namazu.el (など)をなおすといいように思います。
> この場合、どちらの動作をデフォルトにするかという問題がありますが、 個人
> 的には encode と decode が対称になるように SPCを `+' にしないほうをデフォ
> ルトにすることに一票です。
とりあえず SPCを `+' にしないほうをデフォルトにしてcommit しました。
Regards,