From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#19334: 25.0.50; Display bug with zero width fringe Date: Wed, 10 Dec 2014 18:14:56 +0200 Message-ID: <83k31zv5vj.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1418228341 1861 80.91.229.3 (10 Dec 2014 16:19:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2014 16:19:01 +0000 (UTC) Cc: 19334@debbugs.gnu.org To: Helmut Eller Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 10 17:18:53 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 1XyjyW-00052L-PM for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 17:18:52 +0100 Original-Received: from localhost ([::1]:46547 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyjyW-0003u6-8a for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 11:18:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyjvu-0000a6-EV for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 11:16:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyjvm-0000fY-VI for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 11:16:10 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyjvm-0000fQ-SJ for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 11:16:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xyjvm-00054v-HE for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 11:16:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Dec 2014 16:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19334 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19334-submit@debbugs.gnu.org id=B19334.141822812219462 (code B ref 19334); Wed, 10 Dec 2014 16:16:02 +0000 Original-Received: (at 19334) by debbugs.gnu.org; 10 Dec 2014 16:15:22 +0000 Original-Received: from localhost ([127.0.0.1]:60812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xyjv7-00053o-Fy for submit@debbugs.gnu.org; Wed, 10 Dec 2014 11:15:21 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:37453) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xyjv4-00053f-TJ for 19334@debbugs.gnu.org; Wed, 10 Dec 2014 11:15:19 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NGD00G00JA2XP00@mtaout24.012.net.il> for 19334@debbugs.gnu.org; Wed, 10 Dec 2014 18:07:29 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NGD00A0OJG1B070@mtaout24.012.net.il>; Wed, 10 Dec 2014 18:07:29 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il 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:97139 Archived-At: > From: Helmut Eller > Date: Wed, 10 Dec 2014 09:31:37 +0100 > > When I start emacs with: > > emacs -Q -eval '(insert-char ?x 80)' > > then, as expected, all the Xes are displayed in one line and the cursor > is displayed in the right fringe. > > But when I start it with: > > emacs -Q -eval '(set-fringe-mode (cons 0 8))' -eval '(insert-char ?x 80)' > > then two lines are used, the last column of the first line is empty, an > arrow appears in the right fringe, and the cursor is displayed in the > second column of the second line. See attached screenshot. It's a feature: one column is reserved for R2L lines, which will have to show the continuation glyph on the left, because there's no fringe there. If you don't like this, try this alternative: emacs -Q -eval '(set-fringe-mode (cons 1 8))' -eval '(insert-char ?x 80)' That is, give Emacs 1-pixel fringe on the left. Or enlarge the frame by one more column.