emacs-devel
[Top][All Lists]
Advanced

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

Re: How to change overlay arrow position silently?


From: Johan Bockgård
Subject: Re: How to change overlay arrow position silently?
Date: Sun, 02 Aug 2009 15:57:40 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

Dmitry Dzhus <address@hidden> writes:

> Looks like changing overlay-arrow-position produces «Mark set» message,
> which is undesirable for me because user may miss some notifications
> provided by my code (like «Switched to thread #5»).
>
> (mapc
>  (lambda (n)
>    (goto-line n)
>    (set-marker overlay-arrow-position
>                (point-marker)))
>  '(1 2 3 4 5))
> =>
> Mark set [5 times]

It is `goto-line' that prints this.





reply via email to

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