From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: How to change overlay arrow position silently? Date: Sun, 02 Aug 2009 15:57:40 +0200 Message-ID: <87hbwqfhd7.fsf@dd.chalmers.se> References: <87ljm2nzdj.fsf@sphinx.net.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1249221496 6887 80.91.229.12 (2 Aug 2009 13:58:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 13:58:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 02 15:58:09 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXbZe-0006xj-TL for ged-emacs-devel@m.gmane.org; Sun, 02 Aug 2009 15:58:07 +0200 Original-Received: from localhost ([127.0.0.1]:48417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXbZe-0003Up-4r for ged-emacs-devel@m.gmane.org; Sun, 02 Aug 2009 09:58:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXbZY-0003PB-QQ for emacs-devel@gnu.org; Sun, 02 Aug 2009 09:58:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXbZT-0003C6-7E for emacs-devel@gnu.org; Sun, 02 Aug 2009 09:57:59 -0400 Original-Received: from [199.232.76.173] (port=43502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXbZT-0003By-2k for emacs-devel@gnu.org; Sun, 02 Aug 2009 09:57:55 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:43929 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MXbZS-00068Z-Hm for emacs-devel@gnu.org; Sun, 02 Aug 2009 09:57:54 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MXbZP-0005kW-3G for emacs-devel@gnu.org; Sun, 02 Aug 2009 13:57:51 +0000 Original-Received: from c-7fc3e455.04-211-6c6b701.cust.bredbandsbolaget.se ([85.228.195.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Aug 2009 13:57:51 +0000 Original-Received: from bojohan+news by c-7fc3e455.04-211-6c6b701.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Aug 2009 13:57:51 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-7fc3e455.04-211-6c6b701.cust.bredbandsbolaget.se Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:HiU0CV/uDvyHeu8uGV6Kvbya/us= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113547 Archived-At: Dmitry Dzhus 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.