From xemacs-m  Sat Dec 28 07:26:56 1996
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id HAA05218 for <xemacs-beta@xemacs.org>; Sat, 28 Dec 1996 07:26:56 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id FAA20700; Sat, 28 Dec 1996 05:26:29 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id FAA11560; Sat, 28 Dec 1996 05:26:26 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id FAA15852; Sat, 28 Dec 1996 05:26:26 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id FAA04799; Sat, 28 Dec 1996 05:26:24 -0800
Date: Sat, 28 Dec 1996 05:26:24 -0800
Message-Id: <199612281326.FAA04799@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: End of Buffer Tags
In-Reply-To: <m2pw01m93d.fsf@altair.xemacs.org>
References: <9612231735.AA00669@euler.alphatech.com>
	<m2pw01m93d.fsf@altair.xemacs.org>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.97)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Steven" == Steven L Baur <steve@miranova.com> writes:

>>>>> "Greg" == Greg Klanderman <greg@alphatech.com> writes:
Greg> Here's a message I meant for the list last Friday, but ended up
Greg> only going to David.  Looks like Steven already replaced the
Greg> "dotted backslashes" with better glyphs so that's taken care of.
Greg> I would still like to know how to set the color of these if
Greg> someone could let me know.

Steven> They're called hscroll-glyph and continuation-glyph, and can be
Steven> colored (they get colored in Gnus when the rest of the line is colored).

I've added the following to etc/sample.emacs:

*** /tmp/geta4792	Sat Dec 28 05:25:02 1996
--- sample.emacs	Sat Dec 28 05:25:00 1996
***************
*** 185,190 ****
--- 185,195 ----
  	      ;; Change the pointer used when the mouse is over a modeline
  	      (set-glyph-image modeline-pointer-glyph "leftbutton")
  
+ 	      ;; Change the continuation glyph face so it stands out more
+ 	      (and (fboundp 'set-glyph-property)
+ 		   (boundp 'continuation-glyph)
+ 		   (set-glyph-property continuation-glyph 'face 'bold))
+ 
  	      ;; Change the pointer used during garbage collection.
  	      ;;
  	      ;; Note that this pointer image is rather large as pointers go,

Martin

