Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: gnus questions
Date: 01 Feb 2001 11:56:37 -0500	[thread overview]
Message-ID: <5bae86qr3u.fsf@avocet.cs.rochester.edu> (raw)
In-Reply-To: <x0r91iidbg.fsf@visiontech-dml.com> (Gregory.Chernov@broadcom.com's message of "01 Feb 2001 18:21:39 +0200")

Gregory.Chernov@broadcom.com writes:

> 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.

I use the following code to browse url in external program.

(eval-after-load "w3-display"
  '(defun w3-follow-hyperlink (widget &rest ignore)
     (let ((href (widget-get widget :href)))
       (browse-url href))))

But I am not sure whether eval-after-load works in XEmacs.

> 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?

The bug is probably in nnweb-possibly-change-server.  When the group
is ephemeral, the hashtb is not cleared.

> 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?

It is a bug. Could you try (rfc2047-encode-string "Français") ?

ShengHuo

-- 
(setq gnus-posting-styles '((".*" (signature-file "~/.signature"))))



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

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

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=5bae86qr3u.fsf@avocet.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).