|
Bugzilla – Full Text Bug Listing |
| Summary: | allow-remote-paths errors in default install xemacs 21.5.21 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Samuel Isaacson <sam.isaacson> |
| Component: | X11 Applications | Assignee: | Mike Fabian <mfabian> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | werner |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Samuel Isaacson
2005-12-15 08:14:58 UTC
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. |