[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: following .txt link point at eob
- From: Kevin Ryde <user42@xxxxxxxxxx>
- Date: Sun, 15 Aug 2010 11:38:47 +1000
- X-ml-name: emacs-w3m
- X-mail-count: 11302
- References: <87aaovqpxm.fsf@xxxxxxxxx> <b4md3trs0o1.fsf@xxxxxxx>
Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>
> + (goto-char (point-min))
Looks good.
Incidentally, in that func is there more virtue in let-binding
buffer-read-only, as opposed to inhibit-read-only? I had
buffer-read-only in some of my own code too and then wondered if it was
wise to let-bind a buffer-local variable. The elisp manual doesn't seem
to have much guidance, and even reads like maybe it doesn't matter.