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

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

Re: bug with Gnus


From: Steinar Børmer
Subject: Re: bug with Gnus
Date: Wed, 06 Oct 2004 22:23:53 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Stefan Monnier wrote:

| > Debugger entered--Lisp error: (wrong-type-argument stringp nil)
| 
| 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)


Excellent!  Thanks.

SB




reply via email to

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