emacs-devel
[Top][All Lists]
Advanced

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

Re: Retrieve front-advance from make-overlay


From: Stefan Monnier
Subject: Re: Retrieve front-advance from make-overlay
Date: Mon, 15 Jan 2007 10:39:10 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

> It was untested, and naturally, it is wrong.  Both calls to
> move-overlay.  You have to use

> (move-overlay ov 1 1 (current-buffer))

I'd recommend to stay away from "1" and use (point-min) instead.
It won't make any difference here, but using "1" is generally a bad habit,
so better avoid it even when it'd be safe.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]