Steinar Bang | 1 Jan 2005 10:04
Picon
Picon
Favicon

Re: XEmacs hangs in rfc2047-encode-string

>>>>> Andrey Slusar <anrays <at> gmail.com>:

>   Apply the patch and recompile xemacs:
[snip!]
>  This is fixed problems. I am added this patch to official freebsd
> xemacs21-mule port.

Do you mean fixed in XEmacs CVS?  Do you have any URLs to the original
XEmacs bug report?  I plan to report this as a debian bug on the
xemacs package.

Thanx!

Steinar Bang | 1 Jan 2005 15:58
Picon
Picon
Favicon

Re: Reporting spamming/protecting against spamming on USENET

>>>>> "Ted Zlatanov" <tzz <at> lifelogs.com>:

> On Tue, 14 Dec 2004, sb <at> dod.no wrote:
>> The manual has this from your sample file:
>> ;; all NNTP groups
>> ;; autodetect spam with the blacklist and ham with the BBDB
>> ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
>> ;; send all spam to the training group
>> (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
>> 
>> ;; only some NNTP groups, where I want to autodetect spam
>> ((spam-autodetect . t))

>> But I don't understand how this releates to USENET or the NNTP
>> backend...?  

> It works in any Gnus group, and acts only on unseen articles when
> you enter the group.  It's intended for read-only backends where you
> don't have splitting, but nothing prevents its use in any other
> backends.

What I meant to say was that I didn't understand what exactly it was
in the example, that said that these settings applied to NNTP groups.

Or are these settings that are supposed to be added to a group's
parameters? 

Thanx!

(Continue reading)

Andrey Slusar | 1 Jan 2005 19:03
Picon

Re: XEmacs hangs in rfc2047-encode-string

Sat, 01 Jan 2005 10:04:57 +0100, Steinar Bang wrote:

> >   Apply the patch and recompile xemacs:
> [snip!]
> >  This is fixed problems. I am added this patch to official freebsd
> > xemacs21-mule port.

> Do you mean fixed in XEmacs CVS?  Do you have any URLs to the original
> XEmacs bug report?  I plan to report this as a debian bug on the
> xemacs package.

  Original report is http://thread.gmane.org/gmane.emacs.xemacs.beta/17437
Not answered :(

--

-- 
Regards,
Andrey.

Steinar Bang | 1 Jan 2005 20:25
Picon
Picon
Favicon

Re: XEmacs hangs in rfc2047-encode-string

>>>>> Andrey Slusar <anrays <at> gmail.com>:

>   Original report is http://thread.gmane.org/gmane.emacs.xemacs.beta/17437

From looking at the thread, what's needed is a minimal test case,
that'll provoke the loop.

I'm wondering if calling rfc2047-encode-string with a string
containing a problem header would be enough?

Andrey Slusar | 1 Jan 2005 23:05
Picon

Re: XEmacs hangs in rfc2047-encode-string

Sat, 01 Jan 2005 20:25:45 +0100, Steinar Bang wrote:

> >   Original report is http://thread.gmane.org/gmane.emacs.xemacs.beta/17437

> From looking at the thread, what's needed is a minimal test case,
> that'll provoke the loop.

> I'm wondering if calling rfc2047-encode-string with a string
> containing a problem header would be enough?

  This bug is reproduced not a only in the gnus's rfc2047-encode-string,
this is a global xemacs regexps problem.
  I am reproduced this, when i am using the semantic 1.4.4 too. You are
propose change all the hanged in the xemacs regexps? This is a
unfortunately.

--

-- 
Regards,
Andrey.

Steinar Bang | 2 Jan 2005 08:49
Picon
Picon
Favicon

Re: XEmacs hangs in rfc2047-encode-string

>>>>> Andrey Slusar <anrays <at> gmail.com>:

>   This bug is reproduced not a only in the gnus's
> rfc2047-encode-string, this is a global xemacs regexps problem.
>   I am reproduced this, when i am using the semantic 1.4.4 too. You
> are propose change all the hanged in the xemacs regexps? This is a
> unfortunately.

Not sure I understand what you're saying here, but what I propose is
to create a minimal testcase that can reproduce the infloop, that the
XEmacs developers can use to step throught the debugger.

It doesn't _have_ to be rfc2047-encode-string or something from
semantic.  Just a regexp that can throw XEmacs into the infloop (or
whatever freezes it).

Romain Francoise | 2 Jan 2005 19:45
X-Face
Favicon
Gravatar

Re: [PATCH] Hide headers using narrowing

Romain Francoise <romain <at> orebokech.com> writes:

> Katsumi, I'll provide a patch for GNUS-NEWS and maybe for the manual
> later to document this feature.

Nobody seemed to object to this new feature, so let's update the docs:

Index: GNUS-NEWS
===================================================================
RCS file: /usr/local/cvsroot/gnus/GNUS-NEWS,v
retrieving revision 7.25
diff -u -r7.25 GNUS-NEWS
--- GNUS-NEWS	2 Jan 2005 02:21:08 -0000	7.25
+++ GNUS-NEWS	2 Jan 2005 18:44:21 -0000
 <at>  <at>  -42,8 +42,6  <at>  <at> 

 ** You can now drag and drop attachments to the Message buffer.

-** `/ r' limits the summary buffer to replied articles.
-
 ** ANSI SGR control sequences can be transformed using `W A'.

 ANSI sequences are used in some Chinese hierarchies for highlighting
 <at>  <at>  -81,8 +79,8  <at>  <at> 
 ** Gnus now view DNS master files sent as text/dns using dns-mode.

 ** Gnus now support the "hashcash" client puzzle anti-spam idea.  See
-the Gnus manual, section Hashcash, for more information.  Use (setq
-message-generate-hashcash t) to enable.
+the Gnus manual, section Hashcash, for more information.  Use `(setq
(Continue reading)

Katsumi Yamaoka | 3 Jan 2005 00:33
X-Face
Favicon
Gravatar

Re: [PATCH] Hide headers using narrowing

>>>>> In <87acrrbrfs.fsf <at> orebokech.com> 
>>>>>	Romain Francoise <romain <at> orebokech.com> wrote:

> Romain Francoise <romain <at> orebokech.com> writes:

>> Katsumi, I'll provide a patch for GNUS-NEWS and maybe for the manual
>> later to document this feature.

> Nobody seemed to object to this new feature, so let's update the docs:

I've applied the patch.  Thank you.

Xavier Maillard | 3 Jan 2005 01:27
X-Face
Picon

Re: Gnus FAQ: still maintained ?

On 28 déc 2004, Reiner Steib wrote:

> On Tue, Dec 28 2004, Xavier Maillard wrote:
> 
> > On 28 déc 2004, Reiner Steib wrote:
> > > On Tue, Dec 28 2004, Xavier Maillard wrote:
> [...]
> > > > I am currently translating the Gnus FAQ but I fear this
> > > > is not as up to date as I thought.
> [...]
> > > Why do you think that they are not up to date?
> > 
> > Oh, hm, this was only caused by the fact it was speaking
> > about v5.10.0 and not 5.10.6. Dunno if things evolved between
> > these 2 releases.
> 
> I doesn't make much sense to speak of a specific number.
> Therefore, I have changed 5.10.0 to 5.10 back in September. If
> you still see "5.10.0" in the FAQ, your copy is outdated or I
> missed some occurrences.

Ok, I will see if it still has 5.10.0 occurences.

Oh and BTW, how can I put all the french translation into the
Gnus distribution ?

We have already translated some docs (message, faq, part of the
manual, ...).

Regards and happy neww year
(Continue reading)

Miles Bader | 3 Jan 2005 01:38
Picon
Gravatar

New arch archive: miles <at> gnu.org--gnu-2005 (Emacs, Gnus, etc)

I have a new arch[*] archive for 2005 which be used for, among other
things, my Emacs and Gnus branches, and tla-tools.  My old archive
(miles <at> gnu.org--gnu-2004) will not be updated further.

It is:

    Archive:  miles <at> gnu.org--gnu-2005
    URL:      http://sourcecontrol.net/~miles/miles <at> gnu.org--gnu-2005

[*] For info about arch, try:  http://wiki.gnuarch.org/

Current contents:

miles <at> gnu.org--gnu-2005
  emacs
    emacs--cvs-trunk
      emacs--cvs-trunk--0
        base-0 .. patch-3

    emacs--unicode
      emacs--unicode--0
        base-0 .. patch-1

  gnus
    gnus--devo
      gnus--devo--0
        base-0 .. patch-2

    gnus--rel
      gnus--rel--5.10
(Continue reading)


Gmane