From xemacs-m  Thu Jul 10 02:12:47 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA27236
	for <xemacs-beta@xemacs.org>; Thu, 10 Jul 1997 02:12:46 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id AAA12408;
	Thu, 10 Jul 1997 00:15:47 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: hide-ifdef again
References: <199707100516.BAA24011@spacely.icd.teradyne.com> <kig3epn4fzw.fsf@jagor.srce.hr>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: Hrvoje Niksic's message of "10 Jul 1997 07:45:39 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 10 Jul 1997 00:15:46 -0700
Message-ID: <m267uj74yl.fsf@altair.xemacs.org>
Lines: 24
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta13) - "Brussels"

Hrvoje Niksic <hniksic@srce.hr> writes:

>> Signaling: (undefined-keystroke-sequence [#<keypress-event
control-C> #<keypress-event @>])

> Try this patch:

>  ;;;###autoload
> -(add-minor-mode 'hide-ifdef-mode " Ifdef" 'hide-ifdef-mode-map)
> +(add-minor-mode 'hide-ifdef-mode " Ifdef" hide-ifdef-mode-map)
 
There are two problems with this one line patch.  Problem number one
is that hide-ifdef-mode-map is not an autoload, so putting this code
into the autoloads is going to blow chunks at XEmacs dump time (void
variable hide-ifdef-mode-map).

The second problem is that follow mode uses code identical to my
second patch.  If quoting the keymap is wrong, then follow mode is
similarly broken and should be fixed in the same way.

Does anyone use follow mode?  (What is follow mode?)
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

