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

Re: following .txt link point at eob



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.