[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `w3m-input-url' bug
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Fri, 10 Sep 2010 08:24:23 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11350
- References: <m1sk1l96y7.fsf@xxxxxxxxx> <b4miq2h21zj.fsf@xxxxxxx> <m1zkvt4qe4.fsf@xxxxxxxxx> <b4md3sooqpt.fsf@xxxxxxx> <m162yg3kji.fsf@xxxxxxxxx> <b4mwrqwlrkc.fsf@xxxxxxx> <m1aans1pmx.fsf@xxxxxxxxx> <b4msk1jirqm.fsf@xxxxxxx> <m14odyzqtf.fsf@xxxxxxxxx>
In [emacs-w3m : No.11349] Leo wrote:
> BTW, any idea why something like this isn't used:
[...]
> By putting the DEFAULT argument in completing-read, users can use M-n to
> bring it into the minibuffer to edit if they want to. This is the reason
> (info "(elisp)Initial Input") considers initial-input deprecated.
That makes it perfect! Thank you.
2010-09-09 Leo <sdl.web@xxxxxxxxx>
* w3m.el (w3m-input-url): Pass DEFAULT argument to completing-read,
instead of replacing its return value, to enable a user to edit.