From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Can we make set_point_both less expensive? Date: Sat, 21 Mar 2015 12:43:35 +0200 Message-ID: <83lhiqtyug.fsf@gnu.org> References: <5505E34C.4000106@dancol.org> <8361a029p2.fsf@gnu.org> <83vbi0zukw.fsf@gnu.org> <55080104.9070606@gmx.at> <5508800E.3070600@gmx.at> <55092AE0.1080206@gmx.at> <5509CC67.5010207@gmx.at> <550A7FFB.7040502@gmx.at> <550BD579.9040804@gmx.at> <550C3335.4070405@gmx.at> <83zj77vh87.fsf@gnu.org> <83iodvv1az.fsf@gnu.org> <83bnjmvm8y.fsf@gnu.org> <550D40CA.6080505@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1426934639 7322 80.91.229.3 (21 Mar 2015 10:43:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Mar 2015 10:43:59 +0000 (UTC) Cc: dancol@dancol.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 21 11:43:49 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YZGsc-0008UU-AX for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2015 11:43:46 +0100 Original-Received: from localhost ([::1]:47392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZGsb-0007BN-Ds for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2015 06:43:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZGsX-0007BH-AT for emacs-devel@gnu.org; Sat, 21 Mar 2015 06:43:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZGsU-00089C-1q for emacs-devel@gnu.org; Sat, 21 Mar 2015 06:43:41 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:35304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZGsT-000898-Pr for emacs-devel@gnu.org; Sat, 21 Mar 2015 06:43:37 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NLK00H005GGUK00@mtaout26.012.net.il> for emacs-devel@gnu.org; Sat, 21 Mar 2015 12:44:28 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLK00E945U4AW40@mtaout26.012.net.il>; Sat, 21 Mar 2015 12:44:28 +0200 (IST) In-reply-to: <550D40CA.6080505@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184084 Archived-At: > Date: Sat, 21 Mar 2015 10:58:34 +0100 > From: martin rudalics > CC: dancol@dancol.org, emacs-devel@gnu.org > > > In any case, the issue of where the cursor position which will be > > shown to user is known still stands. > > Now it's my turn to not understand what you're saying ;-) Let me rephrase: What code knows where is the cursor position that will actually be shown?