Dired 7.9 bug: characterp not defined

Piet van Oostrum (piet@cs.uu.nl)
Mon, 25 May 1998 14:25:51 +0200 (MDT)


-- 
dired.el version 7.9 uses the characterp function which isn't defined in
emacs 19.34.

Emacs  : GNU Emacs 19.34.2 (mips-sgi-irix5.3, X toolkit) of Tue Feb 18 1997 on dino
Package: Dired

current state:
==============
(setq
 dired-version "7.9"
 dired-backup-if-overwrite nil
 dired-chown-program "chown"
 dired-cleanup-alist '(("tex" ".toc" ".log" ".aux" ".dvi")
		       ("latex" ".toc" ".log" ".aux" ".idx" ".lof" ".lot"
			".glo" ".dvi")
		       ("bibtex" ".blg" ".bbl")
		       ("texinfo" ".cp" ".cps" ".fn" ".fns" ".ky" ".kys" ".pg"
			".pgs" ".tp" ".tps" ".vr" ".vrs")
		       ("patch" ".rej" ".orig") ("backups" "~")
		       ("completion-ignored-extensions" ".o" ".elc" "~" ".bin"
			".lbin" ".fasl" ".dvi" ".toc" ".log" ".aux" ".a" ".ln"
			".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt")
		       )
 dired-compression-method 'gzip
 dired-compression-method-alist '((gzip ".gz" ("gzip") ("gzip" "-d") "-f")
				  (compress ".Z" ("compress" "-f")
				   ("compress" "-d") "-f")
				  (pack ".z" ("pack" "-f") ("unpack"))
				  (compact ".C" ("compact") ("uncompact")))
 dired-copy-preserve-time t
 dired-dwim-target t
 dired-failed-marker-shell 33
 dired-filename-re-ext "\\..+\\'"
 dired-find-subdir nil
 dired-gnutar-program nil
 dired-keep-marker-compress t
 dired-keep-marker-copy 67
 dired-keep-marker-hardlink 72
 dired-keep-marker-kill 75
 dired-keep-marker-rename t
 dired-keep-marker-symlink 89
 dired-keep-marker-uucode 85
 dired-kept-versions 2
 dired-listing-switches "-al"
 dired-local-variables-file ".dired"
 dired-ls-F-marks-symlinks nil
 dired-ls-program "ls"
 dired-mail-reader 'vm
 dired-mode-line-modified "-%s%s%s-"
 dired-no-confirm nil
 dired-omit-extensions '(".fmt" ".ln" ".a" ".fasl" ".lbin" ".bin" ".elc" ".o"
			 "~" ".orig" ".rej" ".vrs" ".vr" ".tps" ".tp" ".pgs"
			 ".pg" ".kys" ".ky" ".fns" ".fn" ".cps" ".cp" ".bbl"
			 ".blg" ".glo" ".lot" ".lof" ".idx" ".dvi" ".aux"
			 ".log" ".toc")
 dired-omit-files nil
 dired-omit-regexps '("\\`#" "\\`\\.")
 dired-refresh-automatically t
 dired-show-ls-switches nil
 dired-trivial-filenames "^\\.\\.?$\\|^#"
 dired-unshar-program nil
 dired-use-file-transformers t
 dired-verify-modtimes t
 reporter-version "2.20"
 )
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: Piet.van.Oostrum@pi.net