unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: zrr <beijing_2008_gold@yahoo.com.cn>
Subject: "url-handlers.el" is incompatible whih Gnus.
Date: Sun, 10 Oct 2004 01:02:56 +0800	[thread overview]
Message-ID: <m23c0nn7sv.fsf@yahoo.com.cn> (raw)


Hello,

 I use CVS Emacs trunk branch and emacs-unicode-2 brach.
 
 When I get messages form web sources in Gnus, such as Web
 search, slashdot or RSS.  I always got this error:

         Debugger entered--Lisp error: (wrong-type-argument stringp nil)
           string-match("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|sx[dmicw]\\|tar\\)\\'" nil)
           auto-coding-alist-lookup(nil)
           set-auto-coding(nil 54565)
           decode-coding-inserted-region(1 54566 nil nil nil nil nil)
           url-insert-file-contents("http://groups.google.com/groups?q=comp.text.tex&num=100&hq=&hl=&lr=&safe=off&sites=groups")

I have examined the "url-handles.el" in which the
'ur-insert-file-contents' is defined.  I found this problem might be
caused by the codes from line 207 to 211.

	;; FIXME: for text/plain data, we sometimes receive a `charset'
	;; annotation which we could use as a hint of the locale in use
	;; at the remote site.  Not sure how/if that should be done.  --Stef
	(decode-coding-inserted-region
	 start (point) buffer-file-name visit beg end replace)))

The third argument of 'decode-coding-inserted-region', which should
be a file name, is 'nil', for the buffer is not associated whih any
file.


I'm not sure wheather posting this report to this mail list is
appropriate, will you fix this problem?

Cheers
Tang

             reply	other threads:[~2004-10-09 17:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-09 17:02 zrr [this message]
2004-10-09 17:15 ` "url-handlers.el" is incompatible whih Gnus Stefan

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m23c0nn7sv.fsf@yahoo.com.cn \
    --to=beijing_2008_gold@yahoo.com.cn \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).