From xemacs-m  Tue Jun 10 19:51:41 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id TAA05867
	for <xemacs-beta@xemacs.org>; Tue, 10 Jun 1997 19:51:40 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id SAA24916 for <xemacs-beta@xemacs.org>; Tue, 10 Jun 1997 18:11:10 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id RAA06078; Tue, 10 Jun 1997 17:52:09 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id RAA11494; Tue, 10 Jun 1997 17:52:07 -0700
To: Hrvoje Niksic <hniksic@srce.hr>
Cc: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: More del/bs madness :-) [PATCH]
References: <bcipvtu9em2.fsf@corp.Sun.COM> <kig3eqqm0nz.fsf@jagor.srce.hr>
X-Attribution: GDF
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 10 Jun 1997 17:52:07 -0700
In-Reply-To: Hrvoje Niksic's message of "11 Jun 1997 02:41:04 +0200"
Message-ID: <bcienaa9d1k.fsf@corp.Sun.COM>
Lines: 23
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta4)

Hrvoje Niksic <hniksic@srce.hr> writes:

> Gary.Foster@Corp.Sun.COM (Gary D. Foster) writes:
> 
> [... erase-character ...]
> > +  (if zmacs-region-active-p
> > +      (kill-region (point) (mark))
> 
> I still don't understand what this code is doing here.

You know, it probably shouldn't... if I remember what I was thinking
at the time, it makes it like what happens when you have "auto delete
selection" activated, or something like that.  Which means that this
behavior is now kind of fascist and assumes that you have auto delete
selection enabled.

I'll look at making it play nicely with auto delete selection,
instead of just assuming.  I got so caught up on the other discussions 
I forgot to go back and fix that.

-- Gary F.


