From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How to change overlay arrow position silently? Date: Sun, 09 Aug 2009 22:41:13 -0400 Message-ID: References: <87ljm2nzdj.fsf@sphinx.net.ru> <87hbwqfhd7.fsf@dd.chalmers.se> <874ospda07.fsf@mail.jurta.org> <87iqgw1wkq.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249872112 15124 80.91.229.12 (10 Aug 2009 02:41:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2009 02:41:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 04:41:45 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 1MaKpV-00020Z-1K for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 04:41:45 +0200 Original-Received: from localhost ([127.0.0.1]:48348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaKpU-0006an-H3 for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 22:41:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaKp6-00064Q-KD for emacs-devel@gnu.org; Sun, 09 Aug 2009 22:41:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaKp1-0005xN-OP for emacs-devel@gnu.org; Sun, 09 Aug 2009 22:41:19 -0400 Original-Received: from [199.232.76.173] (port=34889 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaKp1-0005x4-Dv for emacs-devel@gnu.org; Sun, 09 Aug 2009 22:41:15 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:46526 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaKp1-0002eT-2M for emacs-devel@gnu.org; Sun, 09 Aug 2009 22:41:15 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYEAF4lf0pFxL8W/2dsb2JhbACBUcphhBgFhzg X-IronPort-AV: E=Sophos;i="4.43,350,1246852800"; d="scan'208";a="43225582" Original-Received: from 69-196-191-22.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.22]) by ironport2-out.teksavvy.com with ESMTP; 09 Aug 2009 22:41:00 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 768DAB454F; Sun, 9 Aug 2009 22:41:13 -0400 (EDT) In-Reply-To: <87iqgw1wkq.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 10 Aug 2009 01:55:33 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:113925 Archived-At: > I can't find any code that uses this `buffer' argument, but there are > more than 150 places in Emacs that call this `goto-line' function. > So we can't easily prohibit using it non-interactively. Strawman: nobody's talking about prohibiting anything. Only adding it to byte-compile-interactive-only-functions. Stefan