From xemacs-m  Mon Jul 14 14:30:57 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 OAA06500
	for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 14:30:52 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.6/8.8.6) id VAA06093;
	Mon, 14 Jul 1997 21:30:49 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: pending-delete customization [PATCH]
References: <bci67ud5tse.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: 14 Jul 1997 21:30:49 +0200
In-Reply-To: Gary.Foster@Corp.Sun.COM's message of "14 Jul 1997 12:16:01 -0700"
Message-ID: <kig4t9xctxy.fsf@jagor.srce.hr>
Lines: 42
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta13) - "Brussels"

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

> No offense, Hrvoje, but I thing " PenDel" is an absolutely hideous
> modeline string for pending-delete.  So, when I went to change it, I
> found out it wasn't customizable.  It is now, feel free to move it
> around to a different customization group if mine is
> inappropriate. :)

Steve, please don't apply this patch.  I feel that a group for
pending-delete is not necessary.  If the modeline string is bad, we'll 
change it.

> +(defcustom pending-delete-mode nil
>    "Non-nil when Pending Delete mode is enabled.
> -In Pending Delete mode, typed text replaces the selected region.")
> +In Pending Delete mode, typed text replaces the selected region."
> +  :type 'boolean
> +  :group 'pending-delete)

I don't think this is good.  Setting pending-delete-mode to anything
won't run the appropriate commands.

Now, how about this patch instead:

--- lisp/packages/pending-del.el.orig	Mon Jul 14 21:29:29 1997
+++ lisp/packages/pending-del.el	Mon Jul 14 21:29:41 1997
@@ -40,7 +40,7 @@
   "Non-nil when Pending Delete mode is enabled.
 In Pending Delete mode, typed text replaces the selected region.")
 
-(add-minor-mode 'pending-delete-mode " PenDel")
+(add-minor-mode 'pending-delete-mode "")
 
 
 (defun pending-delete-active-region (&optional killp)


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
* Vi is the God of editors.
* Emacs is the editor of Gods.

