From: Roger Mason <rmason@esd.mun.ca>
Subject: Re: Gnus html again
Date: 09 Oct 2003 14:01:52 -0230 [thread overview]
Message-ID: <y65ekxml6dj.fsf@minnie.esd.mun.ca> (raw)
In-Reply-To: <y65ekxn8shq.fsf@minnie.esd.mun.ca>
[-- Attachment #1: Type: text/plain, Size: 3850 bytes --]
Thanks to a suggestion from Nick Dokos, I have a backtrace:
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
+(nil 12)
font-spatial-to-canonical("+12pt")
css-expand-length("+12pt" t)
css-expand-value(height "+12pt")
css-parse-args(238 257)
css-parse("file:/usr/local/share/default.css" nil nil)
w3-find-default-stylesheets()
w3-refresh-stylesheets()
w3-do-setup()
mm-setup-w3()
mm-inline-text((#<buffer *mm*<2>> ("text/html" (charset . "us-ascii")) quoted-printable nil nil nil nil nil))
mm-display-inline((#<buffer *mm*<2>> ("text/html" (charset . "us-ascii")) quoted-printable nil nil nil nil nil))
mm-display-part((#<buffer *mm*<2>> ("text/html" (charset . "us-ascii")) quoted-printable nil nil nil nil nil))
byte-code("\b\x1e\0\b@\bA\x14\0\b@bÆy`}ed|Ç !È C\x12\v\f\x1dA@)\x16+4\0\f@\x16+\b>\0ÉÊ!\n\x01Ë`\x16,ÌÍ\x0e-\"c`ÎÏÐÑ\b?ÒÓÔ\x0e\x13DEEÕÔ\fDÔ\x0e+DÔ\nD\x0e-¯\x05F\x0e.\x0e/Ö\x0e0×\x0e1Ø\x0e-Ù\x0e2¯\f#ÚÛ\x0e,`ÜÝÞ\x0e3&\a A\x11@\x162\a\x01Ë`\x16,Ìß\x0e2\v§\0à¨\0á\x0e2\x1e2@;¸\0\x0e2@½\0â\x0e28@)#c`ÎÏãÑ\b?ÒÓÔ\x0e\x13DEEÕÔ\fDÔ\x0e2DÔ\nD\x0e-¯\x05F\x0e.\x0e/Ö\x0e0×\x0e1Ø\x0e-Ù\x0e2¯\f#ÚÛ\x0e,`ÜÝÞ\x0e3&\aäc\0åc\vj\x01\v@;^[\x01æ\v!b\x01\x0e4\x0e5q\x0e6)\x1e7\x1e8ç\v!\n@d}èé\x0e\x13Gê\x0e9@!E\x01âI\x01\x0e9GS\x0e2\x1e2@;Y\x01\x0e2@^\x01â\x0e28@)$,db\nÈ ¡)é" [ibegend handles begend preferred ihandles x 2 mm-remove-parts point-marker gnus-unbuttonized-mime-type-p "multipart/alternative" gnus-add-text-properties format "%d. " gnus-callback lambda (handles) unless setq gnus-article-mime-handle-alist quote gnus-mime-display-alternative face keymap gnus-part gnus-data widget-convert-button link :action gnus-widget-press-button :button-keymap "(%c) %-18s" 42 32 1 (handles) " " "\n\n" gnus-display-mime mm-display-part gnus-treat-article nil bufferp not-pref from id gnus-mouse-face-prop gnus-article-mouse-face gnus-article-button-face gnus-mime-button-map ...] 16)
gnus-mime-display-alternative(((#<buffer *mm*> ("text/plain" ...) 7bit nil nil nil nil nil) (#<buffer *mm*<2>> ("text/html" ...) quoted-printable nil nil nil nil nil)) nil nil 1)
gnus-mime-display-part(("multipart/alternative" (#<buffer *mm*> ("text/plain" ...) 7bit nil nil nil nil nil) (#<buffer *mm*<2>> ("text/html" ...) quoted-printable nil nil nil nil nil)))
mapcar(gnus-mime-display-part (("multipart/alternative" (#<buffer *mm*> ... 7bit nil nil nil nil nil) (#<buffer *mm*<2>> ... quoted-printable nil nil nil nil nil)) (#<buffer *mm*<3>> ("application/msword" ...) base64 nil ("attachment" ...) nil nil nil)))
gnus-mime-display-mixed((("multipart/alternative" (#<buffer *mm*> ... 7bit nil nil nil nil nil) (#<buffer *mm*<2>> ... quoted-printable nil nil nil nil nil)) (#<buffer *mm*<3>> ("application/msword" ...) base64 nil ("attachment" ...) nil nil nil)))
gnus-mime-display-part(("multipart/mixed" ("multipart/alternative" (#<buffer *mm*> ... 7bit nil nil nil nil nil) (#<buffer *mm*<2>> ... quoted-printable nil nil nil nil nil)) (#<buffer *mm*<3>> ("application/msword" ...) base64 nil ("attachment" ...) nil nil nil)))
gnus-display-mime()
gnus-article-prepare-display()
gnus-article-prepare(2 nil)
gnus-summary-display-article(2 nil)
gnus-summary-select-article(nil nil pseudo)
gnus-summary-scroll-up(1)
* call-interactively(gnus-summary-scroll-up)
It is
evident from this that gnus is using w3 to decode html. However,
although I have w3 installed I have never been able to get it to work
reliably so I use w3m as my emacs browser. I wish to use w3m to
decode inline html also.
mm-inline-media-tests includes the entry: ("text/html" mm-inline-text
(lambda (handle) (locate-library "w3m")))
which is set in my .emacs through the customization mechanism.
It appears that some other variable needs to be set: but which one(s)?
Thanks,
Roger Mason
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
next prev parent reply other threads:[~2003-10-09 16:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-08 19:00 Gnus html again Roger Mason
2003-10-09 16:31 ` Roger Mason [this message]
[not found] ` <mailman.1422.1065717153.21628.help-gnu-emacs@gnu.org>
2003-10-10 0:32 ` Jesper Harder
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=y65ekxml6dj.fsf@minnie.esd.mun.ca \
--to=rmason@esd.mun.ca \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).