From xemacs-m  Sun Apr  6 11:57:41 1997
Received: from sol1.cybernet-ag.net (sol1.cybernet-ag.net [194.221.86.98])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA00020
	for <xemacs-beta@xemacs.org>; Sun, 6 Apr 1997 11:57:39 -0500 (CDT)
Received: (from aseibert@localhost) by sol1.cybernet-ag.net  id SAA16699; Sun, 6 Apr 1997 18:56:33 +0200 (MET DST)
Date: Sun, 6 Apr 1997 18:56:33 +0200 (MET DST)
Message-Id: <199704061656.SAA16699@sol1.cybernet-ag.net>
From: Axel Seibert <aseibert@cybernet-ag.net>
To: xemacs-beta@xemacs.org
Subject: outline-mode fails on tty-only version

Hi, all!

Trying to use outline-mode on a tty-only version of xemacs
(19.15/20.1b10) results in 

Signaling: (void-variable current-menubar) 
  outline-install-menubar() 
  #<compiled-function (from "outline.elc") nil "...(87)"
[kill-all-local-variab$
  call-interactively(outline-mode) 
  command-execute(outline-mode t) 
  execute-extended-command(nil) 
  call-interactively(execute-extended-command) 

Using outl-mouse-mode (as in Ctrl-h n for the NEWS file) results in

Signaling: (error "Invalid image-instantiator format" xbm) 
  check-valid-instantiator([xbm :data (10 10
"^@^@^@^@0^@0^@h^@h^@T^@T^@~^A~^A"$
  canonicalize-spec-list([xbm :data (10 10
"^@^@^@^@0^@0^@h^@h^@T^@T^@~^A~^A")]$
  set-specifier(#<image-specifier global=<unspecified> fallback=((nil
. ...)) 0$
  set-glyph-property(#<glyph (buffer) #<image-specifier
global=<unspecified> fa$
  set-glyph-image(#<glyph (buffer) #<image-specifier
global=<unspecified> fallb$
  make-glyph([xbm :data (10 10 "^@^@^@^@0^@0^@h^@h^@T^@T^@~^A~^A")]) 
  make-pixmap((10 10 "^@^@^@^@0^@0^@h^@h^@T^@T^@~^A~^A")) 
  byte-code("@AB!+\220C^LE^N^FG^N^HI^N^FJ0      *\206K\211LMPE!\207"
[make-pixm$
  (defconst outline-up-arrow (byte-code "@AB!+\220C^LE^N^FG^N^HI^N^FJ0
 *\206K\$
) 
  load-internal("outl-mouse" nil nil nil) 
  load("outl-mouse" nil nil nil) 
  command-execute(outl-mouse-mode t) 
  execute-extended-command(nil) 
  call-interactively(execute-extended-command) 

