From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Alternative fringe bitmaps for continuation/truncation Date: Sat, 03 May 2008 02:48:34 +0300 Organization: JURTA Message-ID: <87d4o4qobd.fsf@jurta.org> References: <87wsmjgrnq.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209772535 15609 80.91.229.12 (2 May 2008 23:55:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 May 2008 23:55:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 03 01:56:09 2008 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 1Js56m-0008EI-Lh for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 01:56:08 +0200 Original-Received: from localhost ([127.0.0.1]:56802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Js565-0006HU-Iu for ged-emacs-devel@m.gmane.org; Fri, 02 May 2008 19:55:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Js55z-0006Gi-UU for emacs-devel@gnu.org; Fri, 02 May 2008 19:55:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Js55z-0006GK-69 for emacs-devel@gnu.org; Fri, 02 May 2008 19:55:19 -0400 Original-Received: from [199.232.76.173] (port=53707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Js55y-0006GG-RZ for emacs-devel@gnu.org; Fri, 02 May 2008 19:55:18 -0400 Original-Received: from relay02.kiev.sovam.com ([62.64.120.197]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Js55y-0006s5-6P for emacs-devel@gnu.org; Fri, 02 May 2008 19:55:18 -0400 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay02.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1Js55v-0004dl-No; Sat, 03 May 2008 02:55:15 +0300 In-Reply-To: <87wsmjgrnq.fsf@kfs-lx.rd.rdm> (Kim F. Storm's message of "Sun, 27 Apr 2008 18:59:37 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) X-Scanner-Signature: d0b3bc0b24c4067239780ad28ae5b444 X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 2750 [May 02 2008] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Info: {TO: local part of email appears in body} X-SpamTest-Method: none X-SpamTest-Rate: 15 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release X-detected-kernel: by monty-python.gnu.org: FreeBSD 6.x (1) 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:96355 Archived-At: > If you don't like the current "fat (curly) arrows" bitmaps used in the > fringe for continuation and truncation lines, the following more > modest bitmaps may be more appealing. > > (define-fringe-bitmap 'right-truncation > "\xa9\x02\x04" nil nil 'bottom) > (define-fringe-bitmap 'left-truncation > "\x20\x40\xaa\0\0" nil nil 'bottom) > (define-fringe-bitmap 'right-continuation > "\xa8\0\0" nil nil 'bottom) > (define-fringe-bitmap 'left-continuation > "\x2a\0\0" nil nil 'bottom) > > (let ((tr (assoc 'truncation default-fringe-indicator-alist)) > (co (assoc 'continuation default-fringe-indicator-alist))) > (if tr (setcdr tr '(left-truncation right-truncation))) > (if co (setcdr co '(left-continuation right-continuation)))) > > WDYT? For a long time I use the bitmaps defined here: http://thread.gmane.org/gmane.emacs.devel/39264/focus=50919 and they are really nice. Maybe we should add an option to select them instead of the current default "fat" bitmaps? -- Juri Linkov http://www.jurta.org/emacs/