From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#17905: 24.3.50; writing with a giant font triggers RTL text entry Date: Thu, 03 Jul 2014 09:51:29 -0400 Message-ID: References: <83k37v2lzl.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1404395550 12915 80.91.229.3 (3 Jul 2014 13:52:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2014 13:52:30 +0000 (UTC) Cc: 17905@debbugs.gnu.org To: Joe Corneli Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 03 15:52:23 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1X2hQz-000364-Q7 for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jul 2014 15:52:21 +0200 Original-Received: from localhost ([::1]:59800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2hQz-0001ZW-Bi for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jul 2014 09:52:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2hQp-0001Xu-HU for bug-gnu-emacs@gnu.org; Thu, 03 Jul 2014 09:52:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2hQg-0000Cq-9o for bug-gnu-emacs@gnu.org; Thu, 03 Jul 2014 09:52:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2hQg-0000Cc-6V for bug-gnu-emacs@gnu.org; Thu, 03 Jul 2014 09:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X2hQf-0001Vo-Iy for bug-gnu-emacs@gnu.org; Thu, 03 Jul 2014 09:52:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Jul 2014 13:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17905 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17905-submit@debbugs.gnu.org id=B17905.14043954955761 (code B ref 17905); Thu, 03 Jul 2014 13:52:01 +0000 Original-Received: (at 17905) by debbugs.gnu.org; 3 Jul 2014 13:51:35 +0000 Original-Received: from localhost ([127.0.0.1]:41215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2hQE-0001Up-Dl for submit@debbugs.gnu.org; Thu, 03 Jul 2014 09:51:34 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:56439) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2hQB-0001UX-IG for 17905@debbugs.gnu.org; Thu, 03 Jul 2014 09:51:32 -0400 Original-Received: from ceviche.home ([24.201.170.218]) by VL-VM-MR006.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0N8500MG12HSF360@VL-VM-MR006.ip.videotron.ca> for 17905@debbugs.gnu.org; Thu, 03 Jul 2014 09:51:28 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id BF1D2660FA; Thu, 03 Jul 2014 09:51:29 -0400 (EDT) In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:91141 Archived-At: >> - start with "emacs -Q" >> - enlarge the font by shift-mouse and selecting "Increase Buffer >> Text Size" N times (please tell what is the value of N) >> - type the following text: .... > ... where N=12 was a value that triggered the effect for me. Also > note that the Emacs window was full-screen. Ah, yes, I can reproduce it: it's not RTL-rendering. It's some issue with cursor positioning, such that after some line-wrapping, when you enter a char, somehow point ends up before the new char rather than after, so you end up typing "backwards". Stefan