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: arrow keys vs. C-f/b/n/p Date: Sun, 13 Jun 2010 00:05:39 +0300 Message-ID: <83bpbgj718.fsf@gnu.org> References: <87d3w2ncqs.fsf_-_@lola.goethe.zz> <87iq5py7xk.fsf@stupidchicken.com> <83fx0slhxn.fsf@gnu.org> <83pqzwjkn9.fsf@gnu.org> <83mxv0je2b.fsf@gnu.org> <83fx0sjaab.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1276376825 12409 80.91.229.12 (12 Jun 2010 21:07:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Jun 2010 21:07:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 12 23:07:04 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1ONXuv-0004F9-Uj for ged-emacs-devel@m.gmane.org; Sat, 12 Jun 2010 23:07:02 +0200 Original-Received: from localhost ([127.0.0.1]:46207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONXuv-0007m3-8P for ged-emacs-devel@m.gmane.org; Sat, 12 Jun 2010 17:07:01 -0400 Original-Received: from [140.186.70.92] (port=48287 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONXun-0007ly-1u for emacs-devel@gnu.org; Sat, 12 Jun 2010 17:06:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ONXum-0007gZ-8x for emacs-devel@gnu.org; Sat, 12 Jun 2010 17:06:53 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:47818) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONXum-0007f8-14 for emacs-devel@gnu.org; Sat, 12 Jun 2010 17:06:52 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L3X006006HWMS00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sun, 13 Jun 2010 00:05:40 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.88.125]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L3X000FV6LETNE0@a-mtaout22.012.net.il>; Sun, 13 Jun 2010 00:05:39 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:125860 Archived-At: > From: Lennart Borgman > Date: Sat, 12 Jun 2010 22:07:36 +0200 > Cc: emacs-devel@gnu.org >=20 > > =C2=A0abcde EDCBA xyz > > =C2=A0--------- > > > > Now, what characters do you think should be displayed with the re= gion > > face? >=20 >=20 > As I said in another message it would be "abcde CBA", i.e. exactly = the > visual region that you now get when moving with the arrow keys so t= hat > you get to C. But that doesn't make sense: the cursor traverses characters that you don't paint in the region face, and the region face is put on characters the cursor didn't move through.