From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Aneesh Kumar K.V" Newsgroups: gmane.emacs.devel Subject: Error "mm-inline-text-html: Symbol's value as variable is void: gnus-inhibit-images" Date: Fri, 19 Nov 2010 21:12:17 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290181364 12386 80.91.229.12 (19 Nov 2010 15:42:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2010 15:42:44 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 19 16:42:38 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PJT6i-0002fU-IW for ged-emacs-devel@m.gmane.org; Fri, 19 Nov 2010 16:42:37 +0100 Original-Received: from localhost ([127.0.0.1]:59526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJT6h-00081L-Lk for ged-emacs-devel@m.gmane.org; Fri, 19 Nov 2010 10:42:35 -0500 Original-Received: from [140.186.70.92] (port=50354 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJT6d-00081D-CR for emacs-devel@gnu.org; Fri, 19 Nov 2010 10:42:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJT6c-0000CS-37 for emacs-devel@gnu.org; Fri, 19 Nov 2010 10:42:31 -0500 Original-Received: from e23smtp03.au.ibm.com ([202.81.31.145]:52916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJT6b-0000AA-HK for emacs-devel@gnu.org; Fri, 19 Nov 2010 10:42:30 -0500 Original-Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp03.au.ibm.com (8.14.4/8.13.1) with ESMTP id oAJFcCrP030560 for ; Sat, 20 Nov 2010 02:38:12 +1100 Original-Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id oAJFgKeE1736750 for ; Sat, 20 Nov 2010 02:42:21 +1100 Original-Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id oAJFgKHs006354 for ; Sat, 20 Nov 2010 02:42:20 +1100 Original-Received: from skywalker.linux.vnet.ibm.com ([9.124.208.131]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id oAJFgHm6006331 for ; Sat, 20 Nov 2010 02:42:19 +1100 User-Agent: Notmuch/0.4-34-gca0b4d9 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132856 Archived-At: I get the below error with latest emacs and notmuch mail client. Debugger entered--Lisp error: (void-variable gnus-inhibit-images) mm-shr((# ("text/html") nil nil nil nil nil nil)) mm-inline-text-html((# ("text/html") nil nil nil nil nil nil)) mm-display-inline((# ("text/html") nil nil nil nil nil nil)) mm-display-part((# ("text/html") nil nil nil nil nil nil)) notmuch-show-mm-display-part-inline((:body ((:content "An....
") .... .... notmuch-search-show-thread() call-interactively(notmuch-search-show-thread) (let ((cua-delete-selection (not autopair-autowrap)) (blink-matching-paren (not autopair-action))) (call-interactively beyond-autopair)) (let* ((autopair-emulation-alist nil) (beyond-cua (let ((cua--keymap-alist nil)) (or (key-binding (this-single-command-keys)) (key-binding fallback-keys)))) (beyond-autopair (or (key-binding (this-single-command-keys)) (key-binding fallback-keys)))) (when autopair-autowrap (autopair-set-wrapping-action)) (setq this-original-command beyond-cua) (when (and (featurep (quote paredit)) (string-match "paredit" (symbol-name beyond-cua))) (setq autopair-action nil)) (let ((cua-delete-selection (not autopair-autowrap)) (blink-matching-paren (not autopair-action))) (call-interactively beyond-autopair))) autopair-fallback("") (let ((pair (autopair-find-pair (char-before)))) (when (eq (char-after) pair) (setq autopair-action (list (quote newline) pair (point)))) (autopair-fallback (kbd "RET"))) autopair-newline() call-interactively(autopair-newline nil nil)