From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: fringe buffer-boundary bitmaps Date: Wed, 22 Jun 2005 16:28:28 +0900 Message-ID: References: Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119425076 22525 80.91.229.2 (22 Jun 2005 07:24:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 07:24:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 22 09:24:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dkzar-0005Zg-Hw for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 09:24:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkzhR-0001Ry-Cp for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 03:31:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkzgM-00017d-Qx for emacs-devel@gnu.org; Wed, 22 Jun 2005 03:29:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkzgI-00015x-PA for emacs-devel@gnu.org; Wed, 22 Jun 2005 03:29:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkzgI-00015U-C4 for emacs-devel@gnu.org; Wed, 22 Jun 2005 03:29:54 -0400 Original-Received: from [202.32.8.214] (helo=tyo201.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dkzi0-0007Ze-FI; Wed, 22 Jun 2005 03:31:40 -0400 Original-Received: from mailgate4.nec.co.jp (mailgate53.nec.co.jp [10.7.69.184]) by tyo201.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id j5M7SVn21192; Wed, 22 Jun 2005 16:28:31 +0900 (JST) Original-Received: (from root@localhost) by mailgate4.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id j5M7SVx15354; Wed, 22 Jun 2005 16:28:31 +0900 (JST) Original-Received: from relay11.aps.necel.com ([10.29.19.46]) by mailsv4.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id j5M7SUc05429; Wed, 22 Jun 2005 16:28:30 +0900 (JST) Original-Received: from relay11.aps.necel.com ([10.29.19.16] [10.29.19.16]) by relay11.aps.necel.com with ESMTP; Wed, 22 Jun 2005 16:28:30 +0900 Original-Received: from edtmg05.lsi.nec.co.jp ([10.26.17.202] [10.26.17.202]) by relay11.aps.necel.com with ESMTP; Wed, 22 Jun 2005 16:28:30 +0900 Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg05.lsi.nec.co.jp (8.12.10/8.12.10) with ESMTP id j5M7STW0022434; Wed, 22 Jun 2005 16:28:29 +0900 (JST) Original-Received: from mctpc71 (mctpc71.ucom.lsi.nec.co.jp [10.30.118.121]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id j5M7STKt023055; Wed, 22 Jun 2005 16:28:29 +0900 (JST) Original-Received: by mctpc71 (Postfix, from userid 31295) id BC3444BA; Wed, 22 Jun 2005 16:28:28 +0900 (JST) Original-To: emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: (Miles Bader's message of "Wed, 22 Jun 2005 15:28:15 +0900") Original-Lines: 18 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:39280 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39280 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) ;; 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) -Miles -- It wasn't the Exxon Valdez captain's driving that caused the Alaskan oil spill. It was yours. [Greenpeace advertisement, New York Times, 25 February 1990]