From xemacs-m  Sun Jan  5 11:21:46 1997
Received: from plg.uwaterloo.ca (dmason@plg.uwaterloo.ca [129.97.140.10])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id LAA11909 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 11:21:46 -0600 (CST)
Received: (from dmason@localhost) by plg.uwaterloo.ca (8.7.6/8.7.3) id MAA01529; Sun, 5 Jan 1997 12:21:47 -0500 (EST)
Date: Sun, 5 Jan 1997 12:21:47 -0500 (EST)
From: Dave Mason <dmason@plg.uwaterloo.ca>
Message-Id: <199701051721.MAA01529@plg.uwaterloo.ca>
To: xemacs-beta@xemacs.org
Subject: off-topic
X-Face: %Q_F^9R-:'3MM7eZ6@E.x@f\*bgatzGv-8d%I~L[p^.F)3QF{kq\UTsu|e#?)3FPwJNvPPB
 !s*He|-*M^p*~bh"Nywm5NLL\\Rl3r(hWHY*F:$/RdKV*bS";n&#\Ov@*=]mu\}6tP<lkW*7FT|:Dm
 9ejO^{)GHJdPQaa"C\<Ak`K27?328'V(u*|jAEZR9-z!o\^j:Cb&*tx_9\KbXD*2

Can I get rid of horizontal scrollbars when ``truncate-lines t''?

(it's a narrow buffer and the scrollbars slow down the popping up of
the window.)

While I'm asking stupid user-interface questions,

I want to prevent any global-keymap from creeping into my mode, so I
say:
  (set-keymap-default-binding log*remind-edit-map 'undefined)

Which works.  But C-hb includes the global bindings in its list.  I
thought that setting the keymap-parent to nil would solve my problem.
I could go and grub through the C code, but I thought someone might be
able to quickly tell me the best way to do this (and trust me, I've
grubbed through a lot of the elisp code lately trying to do this).

Thanks	../Dave

