EFS 1.14 bug: wrong mode with `manual-entry'

Christoph Wedler (wedler@fmi.uni-passau.de)
Tue, 24 Oct 1995 18:27:22 +0100


To whom it may concern:

When using efs, buffers created by `manual-entry' end up being in
`View' mode instead of `Manual' mode.

The exact sequence from the start:

I start xemacs with
	xemacs -no-site-file &

My .emacs has the lines: (the same without load "man")

(load "man")
(setq load-path (cons (expand-file-name "~/emacs/efs-1.14") load-path))
(require 'efs)
(setq inhibit-default-init t)

I type
	M-x manual entry RET grep RET

*man grep* is in View mode instead of Manual mode.

Emacs  : XEmacs 19.13 of Sun Sep 17 1995 on chopin (usg-unix-v) [formerly Lucid Emacs]
Package: efs

efs believes that the host type of -- is unknown.

current state:
==============
(setq
 efs-cu-version "1.14/1.11"
 efs-defun-version "1.14/1.3"
 efs-fnh-version "1.14/1.1"
 efs-l19.11-version "1.14/1.4"
 efs-netrc-version "1.14/1.9"
 efs-ovwrt-version "1.14/1.5"
 efs-report-version "1.14/1.8"
 efs-version "1.14/1.52"
 efs-36-bit-binary-file-name-regexp nil
 efs-anonymous-umask nil
 efs-auto-save 0
 efs-auto-save-remotely nil
 efs-backup-by-copying nil
 efs-binary-file-host-regexp nil
 efs-binary-file-name-regexp "\\.\\([zZ]\\|t?gz\\|lzh\\|arc\\|zip\\|zoo\\|ta[rz]\\|dvi\\|sit\\|ps\\|elc\\|gif\\|Z-part-..\\|tpz\\|exe\\|[jm]pg\\|TZ[a-z]?\\|lib\\)\\(~\\|~[0-9]+~\\)?$\\|\\.\\(ARC\\|ELC\\|TAGS\\|EXE\\|ZIP\\|DVI|ZOO\\|GIF\\|T?GZ\\|[JM]PG\\)\\([.#;][0-9]+\\)?$"
 efs-buffer-name-case nil
 efs-compute-remote-buffer-file-truename nil
 efs-debug-ftp-connection nil
 efs-ding-on-chmod-failure t
 efs-ding-on-umask-failure t
 efs-disable-netrc-security-check nil
 efs-expire-ftp-buffers t
 efs-ftp-buffer-expire-time nil
 efs-ftp-program-args '("-i" "-n" "-g" "-v")
 efs-ftp-prompt-regexp "^\\(ftp\\|Ftp\\|FTP\\)> *"
 efs-gateway-ftp-prompt-regexp "^\\(ftp\\|Ftp\\|FTP\\)> *"
 efs-gateway-hash-mark-size nil
 efs-gateway-incoming-binary-hm-size nil
 efs-generate-anonymous-password t
 efs-hash-mark-size nil
 efs-high-security-hosts nil
 efs-incoming-binary-hm-size nil
 efs-local-apollo-unix nil
 efs-ls-cache-max 5
 efs-make-backup-files '(unix
			 sysV-unix
			 bsd-unix
			 next-unix
			 apollo-unix
			 dumb-unix
			 dumb-apollo-unix
			 super-dumb-unix
			 )
 efs-max-ftp-buffer-size 3000
 efs-maximize-idle nil
 efs-message-interval 0
 efs-nlist-cmd "ls"
 efs-nslookup-on-connect nil
 efs-nslookup-program "nslookup"
 efs-prompt-for-transfer-type nil
 efs-pty-check-retry-time 5
 efs-pty-check-threshold 1000
 efs-retry-time 5
 efs-root-umask nil
 efs-send-hash t
 efs-short-circuit-to-remote-root nil
 efs-suppress-abort-recursive-edit-and-then nil
 efs-text-file-name-regexp ".*"
 efs-treat-crlf-as-nl nil
 efs-umask nil
 efs-verbose t
 efs-verify-anonymous-modtime nil
 efs-verify-modtime-host-regexp ".*"
 efs-ftp-program-name "ftp"
 efs-ftp-program-args '("-i" "-n" "-g" "-v")
 efs-local-host-regexp ".*"
 efs-ftp-local-host-regexp ".*"
 efs-gateway-host nil
 efs-gateway-type nil
 reporter-version "2.12"
 features '(mail-utils
	    mail-abbrevs
	    sendmail
	    vm-reply
	    vm-menu
	    vm-mouse
	    vm-misc
	    vm-window
	    vm-version
	    vm
	    vm-vars
	    vm-startup
	    reporter
	    efs-report
	    env
	    view
	    helper
	    default-dir
	    efs-l19\.11
	    efs-fnh
	    passwd
	    efs-ovwrt
	    efs-cu
	    efs-netrc
	    efs-defun
	    comint
	    ring
	    efs
	    man
	    post-x-win
	    x-toolbar
	    pre-x-win
	    mode-motion
	    mouse
	    x-iso8859-1
	    x-menubar
	    menubar
	    toolbar
	    frame
	    itimer
	    buff-menu
	    ediff-hook
	    vc-hooks
	    cc-mode
	    lisp-mode
	    iso8859-1
	    page
	    backquote
	    lucid-scrollbars
	    dialog
	    xpm
	    x
	    native-sound
	    network-streams
	    subprocesses
	    md5
	    lisp-float-type
	    tty
	    )
 )