Gnus development mailing list
 help / color / mirror / Atom feed
From: Gregory.Chernov@broadcom.com
Subject: gnus questions
Date: 01 Feb 2001 18:21:39 +0200	[thread overview]
Message-ID: <x0r91iidbg.fsf@visiontech-dml.com> (raw)


Hi, 

I'm using gnus snapshot 20010119 on Xemacs (non-mule).

Saw couple of problems with this version.

1. slashdot.

I used following code to browse url in slashdot articles with netscape:

(eval-after-load "w3"
  '(progn
     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
     (defun w3-fetch (&optional url target)
       (interactive (list (w3-read-url-with-default)))
       (if (eq major-mode 'gnus-article-mode)
           (browse-url-netscape url t)
         (w3-fetch-orig url target)
         )
       )
     ))

It's not working now. W3 is used to fetch url's.

2. dejanews.

If I repeat dejanews search with the same pattern, no articles is
found. I figured that commenting out line:
 (unless (nnweb-get-hashtb url)
in nnweb-dejanews-create-mapping function fixes the problem.
Is it gnus bug?

3. I'm using non-mule xemacs and with new version of gnus
I just don't understand how to send messages with non-ascii
headers. I can't send message with unencoded headers, can't
control headers encoding. Only option is iso-8859-1 encoded
headers. For now I just copied rfc2047.el from 5.8.4 gnus.
Is it intended behavior or I'm miss something?

Thanks.






             reply	other threads:[~2001-02-01 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-01 16:21 Gregory.Chernov [this message]
2001-02-01 16:56 ` ShengHuo ZHU

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x0r91iidbg.fsf@visiontech-dml.com \
    --to=gregory.chernov@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).