home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / gnus / 1420 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.0 KB  |  35 lines

  1. Newsgroups: gnu.emacs.gnus
  2. Path: sparky!uunet!hotmomma!sdb
  3. From: sdb@ssr.com (Scott Ballantyne)
  4. Subject: Re: Unreadable articles
  5. In-Reply-To: liberte@cs.uiuc.edu's message of 18 Dec 92 15:17:23 EST
  6. Message-ID: <BzIHw3.FD6@ssr.com>
  7. Lines: 22
  8. Sender: sdb@ssr.com (Scott Ballantyne)
  9. Organization: ScotSoft Research
  10. References: <LIBERTE.92Dec18141723@ebony.cs.uiuc.edu>
  11. Date: Sat, 19 Dec 1992 15:04:50 GMT
  12.  
  13. In article <LIBERTE.92Dec18141723@ebony.cs.uiuc.edu> liberte@cs.uiuc.edu (Daniel LaLiberte) writes:
  14.  
  15.    Occasionally, I am not able to read an article because the *Articles*
  16.    window doesnt let me move to the line of an article - it jumps right
  17.    past it as if it were not there.
  18.  
  19.    Here are the header lines of one such article:
  20.  
  21.      From: shirley@fdr.uucp (Bill Shirley [CSC])
  22.                                           ^^^^^
  23.  
  24. The problem is the []'s. Change the regexp in
  25. gnus-Subject-search-subject from
  26.  
  27.      (format "^%s[ \t]+\\([0-9]+\\):.\\[[^]\r\n]*\\][ \t]+%"
  28. to
  29.      (format "^%s[ \t]+\\([0-9]+\\):..*\\][ \t]+%s"
  30.  
  31.  
  32. sdb
  33. ---
  34. sdb@ssr.com
  35.