emacs-devel
[Top][All Lists]
Advanced

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

Error "mm-inline-text-html: Symbol's value as variable is void: gnus-inh


From: Aneesh Kumar K.V
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
User-agent: Notmuch/0.4-34-gca0b4d9 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu)

I get the below error with latest emacs and notmuch mail client.

Debugger entered--Lisp error: (void-variable gnus-inhibit-images)
  mm-shr((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))
  mm-inline-text-html((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))
  mm-display-inline((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))
  mm-display-part((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))
  notmuch-show-mm-display-part-inline((:body ((:content "An....<br>")
  ....
  ....
  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)



reply via email to

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