From xemacs-m  Wed Feb 26 17:44:28 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA18605
	for <xemacs-beta@xemacs.org>; Wed, 26 Feb 1997 17:44:24 -0600 (CST)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id PAA29762;
	Wed, 26 Feb 1997 15:44:06 -0800
Date: Wed, 26 Feb 1997 15:44:06 -0800
Message-Id: <199702262344.PAA29762@bittersweet.inetarena.com>
From: "Karl M. Hegbloom" <karlheg@inetarena.com>
To: <xemacs-beta@xemacs.org>
Subject: [19.15b94]info: installation-directory as variable is void
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Wed_Feb_26_15:44:06_1997-1"
Content-Transfer-Encoding: 7bit

--Multipart_Wed_Feb_26_15:44:06_1997-1
Content-Type: text/plain; charset=US-ASCII


 Pressing the info toolbar button gives:

"Symbol's definition as variable is void: installation-directory"

and:

--Multipart_Wed_Feb_26_15:44:06_1997-1
Content-Type: text/plain; charset=US-ASCII

  # bind (standard-output stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error)
  (if installation-directory (expand-file-name "info/" installation-directory))
)
  (let ((path ...) (path-separator ...) (sibling ...)) (if path (let ... ... ...) (if ... Info-default-directory-list ...)))
)
  (defvar Info-directory-list (let (... ... ...) (if path ... ...)) "List of directories to search for Info documentation files.\nnil means not yet initialized.  In this case, Info uses the environment\nvariable INFOPATH to initialize it, or `Info-default-directory-list'\nif there is no INFOPATH variable in the environment.\nThe last element of `Info-default-directory-list' is the directory\nwhere Emacs installs the Info files that come with it.\n\nIf you run the Emacs executable from the `src' directory in the Emacs\nsource tree, the `info' directory in the source tree is used as the last\nelement, in place of the installation Info directory.  This is useful\nwhen you run a version of Emacs without installing it.")
)
  # bind (current-load-list standard-input load-file-name)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  load-internal("info" nil nil nil)
  # bind (nosuffix nomessage noerror file)
  load("info" nil nil nil)
  apply(load ("info" nil nil nil))
  # bind (inhibit-file-name-handlers inhibit-file-name-operation args op)
  dired-handler-fn(load "info" nil nil nil)
  load-internal("info" nil nil nil)
  # bind (nosuffix nomessage noerror file)
  load("info" nil nil nil)
  # (unwind-protect ...)
  info()
  #<compiled-function (from "x-toolbar.elc") nil "...(39)" [toolbar-info-frame frame-live-p make-frame select-frame raise-frame frame-iconified-p deiconify-frame info] 2 1199560 nil>()
  call-interactively(toolbar-info)
  # bind (callback button event)
  release-and-activate-toolbar-button(#<buttonup-event button1up>)
  # bind (command-debug-status)
  call-interactively(release-and-activate-toolbar-button)
  # (condition-case ... . error)
  # (catch top-level ...)


--Multipart_Wed_Feb_26_15:44:06_1997-1
Content-Type: text/plain; charset=US-ASCII

Karl M. Hegbloom <karlheg@inetarena.com>
http://www.inetarena.com/~karlheg
Debian GNU 1.2  Linux 2.0.29t

--Multipart_Wed_Feb_26_15:44:06_1997-1--

