Bugzilla – Bug 139315
allow-remote-paths errors in default install xemacs 21.5.21
Last modified: 2005-12-16 20:33:38 UTC
I have been encountering numerous allow-remote-paths errors in the current xemacs YaST package (21.5.21). For example, with no custom xemacs initialization files, when using: Tools->Packages->List and Install I receive the error: Symbol's value as variable is void: allow-remote-paths All the other "Tools->Packages" commands give similar errors. I also get this error when trying to load the template package from emacs-template.sourceforge.net I have in the past used this exact package/version on a number of other xemacs installs without error. (I also receive an error when byte compiling this package under SUSE xemacs which I have never received on any other distribution/xemacs install).
The maintainer should decide about the support here.
OK, I can still reprodude the problem with XEmacs 21.5.22 and xemacs-packages-20051208 on the latest development version of SuSE Linux.
The easiest way for me to reproduce this is C-x C-f /foo@bar:/tmp RET
The variable allow-remote-paths is defined in /usr/share/xemacs/xemacs-packages/lisp/efs/efs-fnh.el like this: ;;;###autoload (defvar allow-remote-paths t "*Set this to nil if you don't want remote paths to access remote files.") I.e. it has an autoload cookie. Nevertheless it is not generated into /usr/share/xemacs/xemacs-packages/lisp/efs/auto-autoloads.el. This causes the problem.
*** This bug has been marked as a duplicate of 130200 ***