home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / infosyst / gopher / 1254 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.3 KB

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