emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug with Gnus


From: Stefan Monnier
Subject: Re: bug with Gnus
Date: Wed, 06 Oct 2004 11:50:45 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   
> string-match("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|sx[dmicw]\\|tar\\|tgz\\)\\'"
>  nil)
>   auto-coding-alist-lookup(nil)
>   set-auto-coding(nil 53422)
>   decode-coding-inserted-region(1 53423 nil nil nil nil nil)
>   url-insert-file-contents("http://www.forskning.no/complexRSS";)
>   mm-url-insert-file-contents("http://www.forskning.no/complexRSS";)
>   byte-code("����    $„
>   mm-url-insert("http://www.forskning.no/complexRSS";)
>   nnrss-fetch("http://www.forskning.no/complexRSS";)
>   nnrss-check-group("forskning.no" "")
>   nnrss-request-group("forskning.no" "" nil)
>   gnus-activate-group("nnrss:forskning.no" scan)
>   gnus-get-unread-articles(nil)
>   gnus-setup-news(nil nil nil)
>   byte-code("„
>   gnus-1(nil nil nil)
>   gnus(nil)
>   call-interactively(gnus)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command)

Can you try the patch below?


        Stefan


--- orig/lisp/url/url-handlers.el
+++ mod/lisp/url/url-handlers.el
@@ -209,7 +209,7 @@
        ;; 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)))
+        start (point) url visit beg end replace)))
     (list url (length data))))
 
 (defun url-file-name-completion (url directory)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]