From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: fringe buffer-boundary bitmaps Date: Thu, 23 Jun 2005 00:52:21 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119481231 3153 80.91.229.2 (22 Jun 2005 23:00:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 23:00:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 01:00:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DlECY-0002l5-EF for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2005 01:00:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlEJG-0003XV-Jv for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 19:07:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlEGZ-0002Ac-JK for emacs-devel@gnu.org; Wed, 22 Jun 2005 19:04:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlEEN-0001Tw-Cc for emacs-devel@gnu.org; Wed, 22 Jun 2005 19:02:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlEEG-0001Ph-So for emacs-devel@gnu.org; Wed, 22 Jun 2005 19:01:56 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DlE8U-0006fa-4C; Wed, 22 Jun 2005 18:55:58 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 41E3F5EE011; Thu, 23 Jun 2005 00:52:41 +0200 (CEST) Original-To: Miles Bader In-Reply-To: (Miles Bader's message of "Wed, 22 Jun 2005 16:28:28 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:39326 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39326 Miles Bader writes: > Here are some more alternate bitmaps: > > ;; A sharper, more obviously arrow-like overlay arrow. > ;; I admit this resembles something from a bad ms-windows debugger, > ;; but at least it looks like an arrow rather than a blob (which is > ;; what the default overlay-arrow looks like). > (define-fringe-bitmap 'overlay-arrow [16 24 252 254 252 24 16] nil nil 'center) I like the old blob better. > > ;; Lighter-weight line-truncation indicators (my clever idea was to > ;; use a dotted arrow-shaft to sort of add the flavor of an ellipses > ;; to them). > (define-fringe-bitmap 'right-truncation [4 2 169 2 4] nil 11 'center) > (define-fringe-bitmap 'left-truncation [32 64 149 64 32] nil nil 'center) Nice idea, but the bitmaps are too light for my taste. -- Kim F. Storm http://www.cua.dk