Gnus development mailing list
 help / color / mirror / Atom feed
* w3m-region called with charset argument not present in older w3m
@ 2004-06-14 13:03 Reiner Steib
  2004-06-14 18:26 ` w3m-region called with charset argument not present in older TSUCHIYA Masatoshi
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2004-06-14 13:03 UTC (permalink / raw)


Hi,

`mm-inline-text-html-render-with-w3m' calls `w3m-region' with four
arguments (the forth is obviously a string representing the charset.
My w3m (emacs-w3m-version "1.2.6") only allows three arguments to
`w3m-region':

,----[ C-h f w3m-region RET ]
| w3m-region is an interactive Lisp function in `w3m'.
| (w3m-region START END &optional URL)
| 
| Render region in current buffer and replace with result.
`----

Should I just upgrade or should we try to make it work with older
versions of w3m too?

,----
| Debugger entered--Lisp error: (wrong-number-of-arguments (lambda
|    (start end &optional url) "Render region in current buffer and replace
|    with result." (interactive "r") (save-restriction (narrow-to-region
|    start end) (w3m-clear-local-variables) (setq w3m-current-url url
|    w3m-current-base-url url w3m-current-title
|    (w3m-rendering-multibyte-buffer)) (w3m-fontify) (when
|    (w3m-display-inline-image-p) (and w3m-force-redisplay (sit-for 0))
|    (w3m-toggle-inline-images (quote force))))) 4)
|   w3m-region(496 1905 nil "us-ascii")
|   mm-inline-text-html-render-with-w3m((#<buffer  *mm*> ("text/html"
|    (charset . "us-ascii")) nil nil nil nil nil nil)) 
| [...]
|   gnus-article-press-button()
|   gnus-widget-press-button [...]
|   call-interactively(widget-button-click)
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: w3m-region called with charset argument not present in older
  2004-06-14 13:03 w3m-region called with charset argument not present in older w3m Reiner Steib
@ 2004-06-14 18:26 ` TSUCHIYA Masatoshi
  0 siblings, 0 replies; 2+ messages in thread
From: TSUCHIYA Masatoshi @ 2004-06-14 18:26 UTC (permalink / raw)


>> On Mon, 14 Jun 2004 15:03:58 +0200
>> 4.uce.03.r.s@nurfuerspam.de (Reiner Steib) said as follows:

>My w3m (emacs-w3m-version "1.2.6") only allows three arguments to
>`w3m-region':
(snip)
>Should I just upgrade or should we try to make it work with older
>versions of w3m too?

I think that you should upgrade emacs-w3m package.

Your using version, 1.2.6, was released at March 12th, 2002.  It is
too old and is not maintained by emacs-w3m developers group.  For more
detail, please see http://emacs-w3m.namazu.org/.

-- 
TSUCHIYA Masatoshi



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-14 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-14 13:03 w3m-region called with charset argument not present in older w3m Reiner Steib
2004-06-14 18:26 ` w3m-region called with charset argument not present in older TSUCHIYA Masatoshi

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