From xemacs-m  Tue Jun 10 20:04:25 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA05996
	for <xemacs-beta@xemacs.org>; Tue, 10 Jun 1997 20:04:24 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id DAA05933; Wed, 11 Jun 1997 03:04:25 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: More del/bs madness :-) [PATCH]
References: <bcipvtu9em2.fsf@corp.Sun.COM> <kig3eqqm0nz.fsf@jagor.srce.hr> <bcienaa9d1k.fsf@corp.Sun.COM>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 11 Jun 1997 03:04:25 +0200
In-Reply-To: Gary.Foster@Corp.Sun.COM's message of 10 Jun 1997 17:52:07 -0700
Message-ID: <kigbu5ej6g6.fsf@jagor.srce.hr>
Lines: 25
X-Mailer: Gnus v5.4.52/XEmacs 20.3(beta4)

Gary.Foster@Corp.Sun.COM (Gary D. Foster) writes:

> > > +  (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.

Well, that's fine, but the code is buggy. :-(

If you select a region and press `M-|', pressing DEL signals an error
and deselects the region.  Annoying.

> Which means that this behavior is now kind of fascist and assumes
> that you have auto delete selection enabled.

Yup.  That's not good.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
The end of the world is coming...  SAVE YOUR BUFFERS!

