From xemacs-m  Thu Feb 13 12:52:22 1997
Received: from sym.primuscorp.com (root@[207.14.28.20])
	by xemacs.org (8.8.5/8.8.5) with SMTP id MAA01867
	for <xemacs-beta@xemacs.org>; Thu, 13 Feb 1997 12:52:19 -0600 (CST)
Received: from horus (horus.primuscorp.com [198.187.136.23]) by sym.primuscorp.com (8.6.11/8.6.9) with ESMTP id MAA00761 for <xemacs-beta@xemacs.org>; Thu, 13 Feb 1997 12:23:24 -0800
Received: from roy by horus (SMI-8.6/SMI-SVR4)
	id KAA16908; Thu, 13 Feb 1997 10:50:42 -0800
Received: by roy (SMI-8.6/SMI-SVR4)
	id KAA12502; Thu, 13 Feb 1997 10:50:59 -0800
Date: Thu, 13 Feb 1997 10:50:59 -0800
Message-Id: <199702131850.KAA12502@roy>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="gapHJYRLx6rZVcoS3T0PSn2alxBgaxS5tRIwTBoT"
Content-Transfer-Encoding: 7bit
From: Damon Lipparelli <lipp@primus.com>
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: patch for reported SPARCworks/DBX wierdness
Reply-To: Damon Lipparelli <lipp@primus.com>
Organization: Primus Communications Corporation
X-Mailer: VM 6.13 [ XEmacs 20.0 ]


--gapHJYRLx6rZVcoS3T0PSn2alxBgaxS5tRIwTBoT
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

A couple of weeks ago I reported an issue that has been bugging me with the
EOS (Emacs On SPARCworks?) integration with DBX.  A margin is created on
the left side of the "enabled" frame, presumably as a tray for the DBX
symbols (arrows, breakpoint markers, etc.).  But, this margin is always
empty.

After looking around a bit last night, I discovered that this is the
annotations used for the DBX symbols are created with the 'whitespace
layout type.  Changing this to 'outside-margin fixed the problem.


--gapHJYRLx6rZVcoS3T0PSn2alxBgaxS5tRIwTBoT
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

*** sun-eos-common.el.orig	Thu Feb 13 10:33:52 1997
--- sun-eos-common.el	Thu Feb 13 10:34:00 1997
***************
*** 358,364 ****
  	       (graphics (eos::annotation-get-glyph type device-type))
  	       (face (eos::annotation-get-face type device-type))
  	       )
! 	  (setq anot (make-annotation graphics (point) 'whitespace))
  	  (set-annotation-data anot uid)
  	  (set-extent-face anot face)
  	  (eos::add-to-annotation-list anot type)
--- 358,364 ----
  	       (graphics (eos::annotation-get-glyph type device-type))
  	       (face (eos::annotation-get-face type device-type))
  	       )
! 	  (setq anot (make-annotation graphics (point) 'outside-margin))
  	  (set-annotation-data anot uid)
  	  (set-extent-face anot face)
  	  (eos::add-to-annotation-list anot type)

--gapHJYRLx6rZVcoS3T0PSn2alxBgaxS5tRIwTBoT
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit



-lipp

ps: Is anyone maintaining EOS?  It doesn't appear to work very well running
    in a TTY.

--gapHJYRLx6rZVcoS3T0PSn2alxBgaxS5tRIwTBoT--

---

I'm continually AMAZED at th'breathtaking effects of WIND EROSION!!

