Re: efs-1.6: efs-vms and efs-pc
Andy Norman (ange@hplb.hpl.hp.com)
Fri, 04 Mar 1994 14:59:51 +0000
Jens writes:
> When I try to dired to my Vax I have problems: it logs me in, but then in
> the minibuffer it says:
> Loading efs-vms
> and then
> Invalid read syntax: ")"
The following diff seems to fix this problem.
-- ange -- <><
ange@hpl.hp.co.uk
--------------------------------------------------------------------------------
*** efs-vms.el~ Mon Feb 21 17:13:35 1994
--- efs-vms.el Fri Mar 4 14:56:24 1994
***************
*** 7,13 ****
;; RCS:
;; Description: VMS support for efs
;; Authors: Andy Norman, Joe Wells, Sandy Rutherford <sandy@itp.ethz.ch>
! ;; Modified: Thu Feb 17 17:55:32 1994 by sandy on ibm550
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 7,13 ----
;; RCS:
;; Description: VMS support for efs
;; Authors: Andy Norman, Joe Wells, Sandy Rutherford <sandy@itp.ethz.ch>
! ;; Modified: Fri Mar 4 14:56:24 1994 (Andy Norman) ange@hplb.hpl.hp.com
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
***************
*** 83,89 ****
;; we allow a-z in the filename regexp.
(defconst efs-vms-filename-regexp
! "\\([_A-Za-z0-9$][_A-Za-z0-9$---]*\\)\\.\\([_A-Za-z0-9$---]*\\);[0-9]+")
"Regular expression to match for a valid VMS file name in Dired buffer.
Stupid freaking bug! Position of _ and $ shouldn't matter but they do.
Having [A-Z0-9$_] bombs on filename _$$CHANGE_LOG$.TXT$ and $CHANGE_LOG$.TX
--- 83,89 ----
;; we allow a-z in the filename regexp.
(defconst efs-vms-filename-regexp
! "\\([_A-Za-z0-9$][_A-Za-z0-9$---]*\\)\\.\\([_A-Za-z0-9$---]*\\);[0-9]+"
"Regular expression to match for a valid VMS file name in Dired buffer.
Stupid freaking bug! Position of _ and $ shouldn't matter but they do.
Having [A-Z0-9$_] bombs on filename _$$CHANGE_LOG$.TXT$ and $CHANGE_LOG$.TX