Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Error in Oort 0.05 (about banner in group-parameters)
  2002-01-21 21:45 Error in Oort 0.05 (about banner in group-parameters) Rafael Villarroel
@ 2002-01-21 21:12 ` Lars Magne Ingebrigtsen
  2002-01-21 23:05   ` Rafael Villarroel
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-21 21:12 UTC (permalink / raw)


Rafael Villarroel <r_villarroel@yahoo.com> writes:

> Signaling: (error "Invalid use of `\\' in replacement text")

[...]

>   gnus-group-fast-parameter("nnml+private:GAP" banner nil)

What is the banner parameter for this group?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Error in Oort 0.05 (about banner in group-parameters)
@ 2002-01-21 21:45 Rafael Villarroel
  2002-01-21 21:12 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Rafael Villarroel @ 2002-01-21 21:45 UTC (permalink / raw)



hello all,

I have been using the released Oort v.0.03 for some time. Now that
there is a "released" 0.05 I decided to give it a try. But it doesn't
work well with my .gnus. I get the following error when entering a
group: 

Signaling: (error "Invalid use of `\\' in replacement text")

... and this is the backtrace (I have set the banner parameter to a
long regexp, to wash common banners in all groups).

Signaling: (error "Invalid use of `\\' in replacement text")
  replace-match("^_____________+\nDescargue GRATUITAMENTE.*\n\\(^.*\n\\)+\\'\\|^_________+ ?\nDo You Yahoo.*\n\\(^.*\n\\)+\\|^_____________+\nPosted Via Uncensored.*\n\\(^.*\n\\)+\\'\\| ?-----=?  ?Posted via News.*\n\\(^.*\n\\)+\\'\\|Para cancelar su suscripci.*\n\\(^.*\n\\)+\\'\\|-------------------+\n.*\nObt.*gratis tu cuenta de correo.*\n\\(^.*\n\\)+\\'\\|Enviado desde http://matematicas\\.aforo\\.com\n\\(^.*\n\\)+\\'\\|----.*\nto unsubscribe, send email to .*\n\\(^.*\n\\)+\\'\\|^____________+\nGet your FREE download.*\n\\(^.*\n\\)+\\'\\|^_____________+.*\nPosted Via Binaries.*\n\\|---\nOutgoing mail is certified Virus Free\\.\n\\(^.*\n\\)+\\'\\|^_____________+\nUOLMAIL - Todo Latino.*\n\\(^.*\n\\)+\\'\\|^---------------+\n Get your FREE web-based e-mail.*\n\\(^.*\n\\)+\\'\\|^_______________+ ?\nSend and receive Hotmail.*\n\\(^.*\n\\)+")
  gnus-expand-group-parameter("" "^_____________+\nDescargue GRATUITAMENTE.*\n\\(^.*\n\\)+\\'\\|^_________+ ?\nDo You Yahoo.*\n\\(^.*\n\\)+\\|^_____________+\nPosted Via Uncensored.*\n\\(^.*\n\\)+\\'\\| ?-----=?  ?Posted via News.*\n\\(^.*\n\\)+\\'\\|Para cancelar su suscripci.*\n\\(^.*\n\\)+\\'\\|-------------------+\n.*\nObt.*gratis tu cuenta de correo.*\n\\(^.*\n\\)+\\'\\|Enviado desde http://matematicas\\.aforo\\.com\n\\(^.*\n\\)+\\'\\|----.*\nto unsubscribe, send email to .*\n\\(^.*\n\\)+\\'\\|^____________+\nGet your FREE download.*\n\\(^.*\n\\)+\\'\\|^_____________+.*\nPosted Via Binaries.*\n\\|---\nOutgoing mail is certified Virus Free\\.\n\\(^.*\n\\)+\\'\\|^_____________+\nUOLMAIL - Todo Latino.*\n\\(^.*\n\\)+\\'\\|^---------------+\n Get your FREE web-based e-mail.*\n\\(^.*\n\\)+\\'\\|^_______________+ ?\nSend and receive Hotmail.*\n\\(^.*\n\\)+" "nnml+private:GAP")
  gnus-group-fast-parameter("nnml+private:GAP" banner nil)
  gnus-group-find-parameter("nnml+private:GAP" banner nil)
  gnus-parameter-banner("nnml+private:GAP")
  article-strip-banner()
  apply(article-strip-banner nil)
  (if interactive (call-interactively (quote article-strip-banner)) (apply (quote article-strip-banner) args))
  (save-excursion (set-buffer gnus-article-buffer) (if interactive (call-interactively ...) (apply ... args)))
  gnus-article-strip-banner()
  gnus-treat-article(nil 1 1)
  gnus-display-mime()
  gnus-article-prepare-display()
  gnus-article-prepare(195 nil)
  gnus-summary-display-article(195 nil)
  gnus-summary-select-article(nil nil pseudo)
  gnus-summary-scroll-up(1)
  call-interactively(gnus-summary-scroll-up)




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in Oort 0.05 (about banner in group-parameters)
  2002-01-21 23:05   ` Rafael Villarroel
@ 2002-01-21 22:21     ` Lars Magne Ingebrigtsen
  2002-01-22 18:01       ` Rafael Villarroel
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-21 22:21 UTC (permalink / raw)


Rafael Villarroel <r_villarroel@yahoo.com> writes:

> This is what I have in my .gnus. I'm trying to have the long regexp as
> a banner parameter for all groups

Yup.  Fix in Oort Gnus v0.06 (i. e., CVS).

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in Oort 0.05 (about banner in group-parameters)
  2002-01-21 21:12 ` Lars Magne Ingebrigtsen
@ 2002-01-21 23:05   ` Rafael Villarroel
  2002-01-21 22:21     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Rafael Villarroel @ 2002-01-21 23:05 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Rafael Villarroel <r_villarroel@yahoo.com> writes:
> 
> > Signaling: (error "Invalid use of `\\' in replacement text")
> 
> [...]
> 
> >   gnus-group-fast-parameter("nnml+private:GAP" banner nil)
> 
> What is the banner parameter for this group?

This is what I have in my .gnus. I'm trying to have the long regexp as
a banner parameter for all groups

(setq gnus-parameters
      '(("" (banner . "^_____________+\nDescargue GRATUITAMENTE.*\n\\(^.*\n\\)+\\'\\|^_________+ ?\nDo You Yahoo.*\n\\(^.*\n\\)+\\|^_____________+\nPosted Via Uncensored.*\n\\(^.*\n\\)+\\'\\| ?-----=?  ?Posted via News.*\n\\(^.*\n\\)+\\'\\|Para cancelar su suscripci.*\n\\(^.*\n\\)+\\'\\|-------------------+\n.*\nObt.*gratis tu cuenta de correo.*\n\\(^.*\n\\)+\\'\\|Enviado desde http://matematicas\\.aforo\\.com\n\\(^.*\n\\)+\\'\\|----.*\nto unsubscribe, send email to .*\n\\(^.*\n\\)+\\'\\|^____________+\nGet your FREE download.*\n\\(^.*\n\\)+\\'\\|^_____________+.*\nPosted Via Binaries.*\n\\|---\nOutgoing mail is certified Virus Free\\.\n\\(^.*\n\\)+\\'\\|^_____________+\nUOLMAIL - Todo Latino.*\n\\(^.*\n\\)+\\'\\|^---------------+\n Get your FREE web-based e-mail.*\n\\(^.*\n\\)+\\'\\|^_______________+ ?\nSend and receive Hotmail.*\n\\(^.*\n\\)+"))
        ("sent-" (gnus-summary-line-format
                  "%U%R %d %I%(%[%4L: %-30,30f%]%) %s\n")
                 (gnus-thread-sort-functions
                 'gnus-thread-sort-by-date)
                 (gnus-use-scoring nil)
         )
        ("Instituto" (gnus-thread-sort-functions
                      'gnus-thread-sort-by-date))
        ("ding" (to-address . "ding@gnus.org"))
        ("Cygwin" (to-address . "cygwin@cygwin.com"))
        ("NT Emacs" (to-address . "help-emacs-windows@gnu.org"))
        ("AUC TeX" (to-address . "auc-tex@sunsite.dk"))
        ("GAP" (to-address . "GAP-Forum@dcs.st-and.ac.uk"))
        ("Spanish-TeX" (to-address . "sptex@ls.cica.es")
         (banner . "_____________+\nSptex mailing list\n\\(^.*\n\\)+\\'\\|X-URL: http://apolo.*\nX-URL: http://w3.*\n----+\n"))
        ("tex-k" (to-address . "tex-k@mail.tug.org")
         (banner . "_____________+\ntex-k mailing list\n\\(^.*\n\\)+\\'"))
        ("Crafty" (to-address . "crafty-list@cis.uab.edu"))
        ("ConTeXt" (to-address . "ntg-context@ntg.nl"))
        ("Scid" (to-address . "scid-users@lists.sourceforge.net")
         (banner . "_____________+\nScid-users mailing list\n\\(^.*\n\\)+\\'"))
        ("PStricks" (to-address . "pstricks@tug.org")
         (banner . "_____________+\npstricks mailing list\n\\(^.*\n\\)+\\'"))
        ("Xy-pic" (to-address . "xy-pic@tug.org")
         (banner . "_____________+\nXy-pic mailing list\n\\(^.*\n\\)+\\'"))
        ("atame" (to-address . "listatame@yahoogrupos.com.mx")
         (gnus-treat-fill-article t))
        ("EWTN" (gnus-treat-fill-article t))
        ("ACI Digital" (gnus-treat-fill-long-lines t))
        ("alt.religion.christian.roman-catholic"
         (gnus-treat-hide-citation t))
        ("alt.comp.freeware"
         (gnus-ignored-adaptive-words '("software")))
        ("Algebra Lineal" (to-address . "algebralineal@yahoogrupos.com.mx"))
        ("private:Misc" (gnus-thread-sort-functions
                 'gnus-thread-sort-by-date))
        ))



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in Oort 0.05 (about banner in group-parameters)
  2002-01-22 18:01       ` Rafael Villarroel
@ 2002-01-22 17:19         ` Frank Schmitt
  2002-01-22 20:07           ` Rafael Villarroel
  0 siblings, 1 reply; 8+ messages in thread
From: Frank Schmitt @ 2002-01-22 17:19 UTC (permalink / raw)


Rafael Villarroel <r_villarroel@yahoo.com> writes:

>Thanks for the quick reply. However I upgraded from CVS (or so I
>think)

No, you haven't:

this:

User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7

would read something like this:

User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu)

if you had.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.
19. Dezember 2001



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in Oort 0.05 (about banner in group-parameters)
  2002-01-21 22:21     ` Lars Magne Ingebrigtsen
@ 2002-01-22 18:01       ` Rafael Villarroel
  2002-01-22 17:19         ` Frank Schmitt
  0 siblings, 1 reply; 8+ messages in thread
From: Rafael Villarroel @ 2002-01-22 18:01 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Rafael Villarroel <r_villarroel@yahoo.com> writes:
> 
> > This is what I have in my .gnus. I'm trying to have the long regexp as
> > a banner parameter for all groups
> 
> Yup.  Fix in Oort Gnus v0.06 (i. e., CVS).

Thanks for the quick reply. However I upgraded from CVS (or so I
think), and I still get the error. As a matter of fact, it happens not
when entering a group, but when entering an article. I just sent a
note to bugs@gnus.org, using C-cC-b. In the meantime, I'm coming back
to 0.03

Rafael



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in Oort 0.05 (about banner in group-parameters)
  2002-01-22 17:19         ` Frank Schmitt
@ 2002-01-22 20:07           ` Rafael Villarroel
  2002-01-22 21:45             ` Frank Schmitt
  0 siblings, 1 reply; 8+ messages in thread
From: Rafael Villarroel @ 2002-01-22 20:07 UTC (permalink / raw)


Frank Schmitt <usereplyto@Frank-Schmitt.net> writes:

> Rafael Villarroel <r_villarroel@yahoo.com> writes:
> 
> >Thanks for the quick reply. However I upgraded from CVS (or so I
> >think)
> 
> No, you haven't:
> 
> this:
> 
> User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7
> 
> would read something like this:
> 
> User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu)
> 
> if you had.

Thanks for your interest, but as I said, I sent a bug report to
bugs@gnus.org when using (or so I think) 0.06. That message had the
header:

 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7
  (i386-redhat-linux-gnu)

... then came back to 0.03 and sent the above message to the ding
list. M-x gnus-version also said Oort Gnus v0.06 then.

BTW the ChangeLog file in the lisp subdirectory of the 0.06 I'm
getting has at the top...

2002-01-21  Simon Josefsson  <jas@extundo.com>

	* canlock.el (base64-encode-string): Autoload it from base64.
	(canlock-make-cancel-key): Base64 encode unibyte string.

2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* nnfolder.el (nnfolder-request-accept-article): Unfold
	x-from-line. 
	(nnfolder-request-replace-article): Ditto.


Rafael



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in Oort 0.05 (about banner in group-parameters)
  2002-01-22 20:07           ` Rafael Villarroel
@ 2002-01-22 21:45             ` Frank Schmitt
  0 siblings, 0 replies; 8+ messages in thread
From: Frank Schmitt @ 2002-01-22 21:45 UTC (permalink / raw)


Rafael Villarroel <r_villarroel@yahoo.com> writes:

>
>Thanks for your interest, but as I said, I sent a bug report to
>bugs@gnus.org when using (or so I think) 0.06. That message had the
>header:
>
> User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7
>    (i386-redhat-linux-gnu)

Argh, sorry then.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.
19. Dezember 2001



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-01-22 21:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-21 21:45 Error in Oort 0.05 (about banner in group-parameters) Rafael Villarroel
2002-01-21 21:12 ` Lars Magne Ingebrigtsen
2002-01-21 23:05   ` Rafael Villarroel
2002-01-21 22:21     ` Lars Magne Ingebrigtsen
2002-01-22 18:01       ` Rafael Villarroel
2002-01-22 17:19         ` Frank Schmitt
2002-01-22 20:07           ` Rafael Villarroel
2002-01-22 21:45             ` Frank Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).