emacs-devel
[Top][All Lists]
Advanced

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

Re: GNUs and Symbol's value as variable is void: gnus-summary-buffer


From: Aneesh Kumar K. V
Subject: Re: GNUs and Symbol's value as variable is void: gnus-summary-buffer
Date: Wed, 13 Oct 2010 20:58:35 +0530
User-agent: Notmuch/0.3.1-90-g8071c5c (http://notmuchmail.org) Emacs/24.0.50.3 (i686-pc-linux-gnu)

On Wed, 13 Oct 2010 16:48:09 +0200, Lars Magne Ingebrigtsen <address@hidden> 
wrote:
> address@hidden (Aneesh Kumar K.V) writes:
> 
> > I use notmuch mail client and with emacs master i get this error
> >
> > mm-inline-text-html: Symbol's value as variable is void: gnus-summary-buffer
> 
> `(setq debug-on-error t)', repeat the bug and post the resulting
> backtrace.

Something like below. I removed the mail text which is an html
mail. <deleted mai txt ...> indicate that.

Debugger entered--Lisp error: (void-variable gnus-summary-buffer)
  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 "<deleted mail 
txt.....></body></html>")
  notmuch-show-insert-part-*/*((:body ((:content "<deleted mail txt") nil))))
  notmuch-show("thread:000000000000dc50" #<buffer *notmuch-search-[ tome ] and 
tag:unread*> "tag:tome and tag:unread" "*performance issue...")
  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]