From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85383 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Track down a failure involving shr Date: Sat, 20 Dec 2014 16:16:50 -0500 Organization: Still searching... Message-ID: <87fvcaf2d9.fsf@reader.local.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1419112481 15763 80.91.229.3 (20 Dec 2014 21:54:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2014 21:54:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33625@lists.math.uh.edu Sat Dec 20 22:54:34 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y2Ryr-0007r8-Oc for ding-account@gmane.org; Sat, 20 Dec 2014 22:54:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Y2Rxk-0003aj-Oa; Sat, 20 Dec 2014 15:53:24 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Y2Rxh-0003aU-RM for ding@lists.math.uh.edu; Sat, 20 Dec 2014 15:53:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Y2Rxg-000157-Ae for ding@lists.math.uh.edu; Sat, 20 Dec 2014 15:53:21 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Y2Rxe-0003tp-A6 for ding@gnus.org; Sat, 20 Dec 2014 22:53:18 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y2Rxd-00074u-Jq for ding@gnus.org; Sat, 20 Dec 2014 22:53:17 +0100 Original-Received: from c-76-97-127-193.hsd1.ga.comcast.net ([76.97.127.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Dec 2014 22:53:17 +0100 Original-Received: from reader by c-76-97-127-193.hsd1.ga.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Dec 2014 22:53:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 67 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-76-97-127-193.hsd1.ga.comcast.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:J7vsnJKjXy/U6f6FN4WqcPrSjvE= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85383 Archived-At: Setup: Gentoo linux (new install) emacs-25 gentoo pkg emacs-vcs which installs from the bzr trunk I'm attempting to change from using w3m to render html to using the default shr. I've gone thru my init files and removed all reference to w3m or emacs-w3m. I'm pretty sure that change is the source of my current problem but not thinking of how to track it down. Or maybe something to do with using the changing devel version of emacs. Cutting to the chase... So far, with every message I've opened from the `gwene' group: gwene.com.stackoverflow.feeds.tag.emacs [NOTE: I have not seen the problem on any group I read other than gwene groups] When I attempt to open a posting I get: [From the *Messages* buffer] mm-shr: Symbol's function definition is void: libxml-parse-html-region The message is opened like one expects to see when opening raw message with C+u g. (back trace is posted near the end) Just a quick grep on libxml-parse-html-region in the lisp files shows that string is present in nearly 20 files some of that figure is caused by finding the string in both elc and el versions. But still a bit daunting as to how to track this down. So, I could use a bit of coaching on tracking this down. Since it is the devel version of emacs, I probably should be posting on the devel group, but man, those folks look to be very busy right now. So anyone have some ideas about what might be going on. ------- ------- ---=--- ------- ------- Back trace: Debugger entered--Lisp error: (void-function libxml-parse-html-region) libxml-parse-html-region(1 2208) mm-shr((# ("text/html" (charset . "utf-8")) 8bit nil nil nil nil nil)) mm-inline-text-html((# ("text/html" (charset . "utf-8")) 8bit nil nil nil nil nil)) mm-display-inline((# ("text/html" (charset . "utf-8")) 8bit nil nil nil nil nil)) gnus-mime-display-single((# ("text/html" (charset . "utf-8")) 8bit nil nil nil nil nil)) gnus-mime-display-part((# ("text/html" (charset . "utf-8")) 8bit nil nil nil nil nil)) gnus-display-mime() gnus-article-prepare-display() gnus-article-prepare(11305 nil) gnus-summary-display-article(11305 nil) gnus-summary-select-article(nil nil pseudo) gnus-summary-scroll-up(1) funcall-interactively(gnus-summary-scroll-up 1) call-interactively(gnus-summary-scroll-up nil nil) command-execute(gnus-summary-scroll-up)