home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!fnnews.fnal.gov!fnnews!SNYDER
- From: SNYDER@d0sb10.fnal.gov
- Newsgroups: comp.infosystems.gopher
- Subject: small patch to gopher.el
- Date: 19 Nov 92 23:03:48 GMT
- Organization: SUNY Stony Brook High Energy Physics
- Lines: 25
- Message-ID: <SNYDER.92Nov19170348@d0sb10.fnal.gov>
- NNTP-Posting-Host: d0sb10.fnal.gov
-
-
- This is a small patch to gopher.el 1.00 (sent to me by Humberto
- Ortiz-Zuazaga <zuazaga@ucunix.san.uc.EDU>). It fixes a problem which caused
- the program to ignore bookmarks with null paths. It's small enough not to
- warrant a new release, but since i've gotten several questions about
- this problem, i thought that i should post it.
-
- sss
-
- *** gopher.el~ Thu Oct 29 14:39:08 1992
- --- gopher.el Fri Oct 30 12:53:28 1992
- ***************
- *** 708,712 ****
- "Read next bookmark. Return a directory object."
- (if (re-search-forward
- ! "^#$\nType=\\(.+\\)\nName=\\(.+\\)\nPath=\\(.+\\)\nHost=\\(.+\\)\nPort=\\([0-9]+\\)\n"
- (point-max) t)
- (vector (string-to-char
- --- 708,712 ----
- "Read next bookmark. Return a directory object."
- (if (re-search-forward
- ! "^#$\nType=\\(.+\\)\nName=\\(.+\\)\nPath=\\(.*\\)\nHost=\\(.+\\)\nPort=\\([0-9]+\\)\n"
- (point-max) t)
- (vector (string-to-char
-
-