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

Re: buffer:// under home directory



Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>
> The typical case is to
> try to preview an html source that is only in an Emacs buffer,
> not associated to a file.

Yes.

> buffer://BufferName(start,end)

Looks good.  I see the positions should be in the url so as to support
reload or revisit.

Might think about % escaping in the buffer name part in case a buffer
name has "(".  Or if it has a "#" which would look like an anchor name.
Maybe that works already.