From xemacs-m  Sat May  3 14:50:16 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 OAA10737
	for <xemacs-beta@xemacs.org>; Sat, 3 May 1997 14:50:15 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id VAA28551; Sat, 3 May 1997 21:50:11 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: Fixing C-g; zmacs-region woes
References: <kigrafsk4p1.fsf@jagor.srce.hr> <byrafqryos.fsf@midget.math.ethz.ch> <kigrafpq0jw.fsf@jagor.srce.hr> <byu3kkcpig.fsf@fresnel.math.ethz.ch>
X-Save-Project-Gutenberg: <URL:http://www.promo.net/pg/nl/pgny_nov96.html>
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: 03 May 1997 21:50:09 +0200
In-Reply-To: Jan Vroonhof's message of 03 May 1997 21:41:11 +0200
Message-ID: <kigzpucl4i6.fsf@jagor.srce.hr>
Lines: 24
X-Mailer: Gnus v5.4.50/XEmacs 19.15

Jan Vroonhof <vroonhof@math.ethz.ch> writes:

> Can we not check for the cursor in the minibuffer as a stop gap
> measure. If not I am going to have C-g keep the region enabled always
> and have some other key disable it. (I almost never have the need to
> disable the region. And if I have, it is really only to disable the
> highlighting)

I can't seen to achieve even that.  The following doesn't work the way
I'd like it to:

(global-set-key "\C-g"
  (lambda ()
    (interactive "_")
    (signal 'quit nil)))

Signaling QUIT destroys the region. :-(

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
WWW:  World-Wide-Waste.  Waste management corporation, which
      handles the billions of tons of garbage generated by just
      about everybody these days.

