home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.gnus
- Path: sparky!uunet!hotmomma!sdb
- From: sdb@ssr.com (Scott Ballantyne)
- Subject: Re: Unreadable articles
- In-Reply-To: liberte@cs.uiuc.edu's message of 18 Dec 92 15:17:23 EST
- Message-ID: <BzIHw3.FD6@ssr.com>
- Lines: 22
- Sender: sdb@ssr.com (Scott Ballantyne)
- Organization: ScotSoft Research
- References: <LIBERTE.92Dec18141723@ebony.cs.uiuc.edu>
- Date: Sat, 19 Dec 1992 15:04:50 GMT
-
- In article <LIBERTE.92Dec18141723@ebony.cs.uiuc.edu> liberte@cs.uiuc.edu (Daniel LaLiberte) writes:
-
- Occasionally, I am not able to read an article because the *Articles*
- window doesnt let me move to the line of an article - it jumps right
- past it as if it were not there.
-
- Here are the header lines of one such article:
-
- From: shirley@fdr.uucp (Bill Shirley [CSC])
- ^^^^^
-
- The problem is the []'s. Change the regexp in
- gnus-Subject-search-subject from
-
- (format "^%s[ \t]+\\([0-9]+\\):.\\[[^]\r\n]*\\][ \t]+%"
- to
- (format "^%s[ \t]+\\([0-9]+\\):..*\\][ \t]+%s"
-
-
- sdb
- ---
- sdb@ssr.com
-