From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: More enhancements to fringe bitmaps. Date: Sat, 14 Feb 2004 09:08:58 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076746325 21603 80.91.224.253 (14 Feb 2004 08:12:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2004 08:12:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Feb 14 09:11:54 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aruu2-0008Qt-00 for ; Sat, 14 Feb 2004 09:11:54 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aruu1-0005Mr-00 for ; Sat, 14 Feb 2004 09:11:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ArusF-0006Jm-MW for emacs-devel@quimby.gnus.org; Sat, 14 Feb 2004 03:10:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Arurs-0006It-QC for emacs-devel@gnu.org; Sat, 14 Feb 2004 03:09:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ArurL-0006DS-Tv for emacs-devel@gnu.org; Sat, 14 Feb 2004 03:09:39 -0500 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ArurL-0006DJ-EI for emacs-devel@gnu.org; Sat, 14 Feb 2004 03:09:07 -0500 Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1ArurI-0003cu-00; Sat, 14 Feb 2004 09:09:04 +0100 Original-Received: from [80.136.232.3] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1ArurI-0007DG-00; Sat, 14 Feb 2004 09:09:04 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id EE8811320E; Sat, 14 Feb 2004 09:08:58 +0100 (CET) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "14 Feb 2004 01:39:27 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19932 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19932 storm@cua.dk (Kim F. Storm) writes: > I have just installed changes that allows fringe bitmaps to be up to > 16 bits wide, and properly support any width between 1 and 16 on X. > > I believe I have made the necessary changes to the W32 and MAC ports > (including not doing bit-swapping on MAC_OS). As we previously > discussed, the code is simpler on both W32 and MAC after these > change, but as usual I cannot test whether it works. > > > Vi fans may want to try this... > > (require 'fringe) > > (define-fringe-bitmap > [#b000000000 > #b000100100 > #b001010100 > #b001001000] > nil 9 'top empty-line-fringe-bitmap) > > (setq indicate-empty-lines t) Hello Kim, I tried it on W32 and it looks really as vi :). With other words, the look and the behavior it's the same as with GNU/Linux. Harald