* GNUs and Symbol's value as variable is void: gnus-summary-buffer
@ 2010-10-13 14:40 Aneesh Kumar K.V
2010-10-13 14:48 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Aneesh Kumar K.V @ 2010-10-13 14:40 UTC (permalink / raw)
To: Emacs development discussions
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
I am not sure whether the fix should be in notmuch of gnus. But this
came up with the recent gnus changes
-aneesh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GNUs and Symbol's value as variable is void: gnus-summary-buffer
2010-10-13 14:40 GNUs and Symbol's value as variable is void: gnus-summary-buffer Aneesh Kumar K.V
@ 2010-10-13 14:48 ` Lars Magne Ingebrigtsen
2010-10-13 15:28 ` Aneesh Kumar K. V
0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-13 14:48 UTC (permalink / raw)
To: emacs-devel
aneesh.kumar@linux.vnet.ibm.com (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.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GNUs and Symbol's value as variable is void: gnus-summary-buffer
2010-10-13 14:48 ` Lars Magne Ingebrigtsen
@ 2010-10-13 15:28 ` Aneesh Kumar K. V
2010-10-13 18:34 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Aneesh Kumar K. V @ 2010-10-13 15:28 UTC (permalink / raw)
To: Lars Magne Ingebrigtsen, emacs-devel
On Wed, 13 Oct 2010 16:48:09 +0200, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
> aneesh.kumar@linux.vnet.ibm.com (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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GNUs and Symbol's value as variable is void: gnus-summary-buffer
2010-10-13 15:28 ` Aneesh Kumar K. V
@ 2010-10-13 18:34 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-13 18:34 UTC (permalink / raw)
To: emacs-devel
"Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com> writes:
> Debugger entered--Lisp error: (void-variable gnus-summary-buffer)
> mm-shr((#<buffer *temp*> ("text/html") nil nil nil nil nil nil))
[...]
> notmuch-show-mm-display-part-inline((:body ((:content "<deleted mail txt.....></body></html>")
Ok; I've now tweaked this function to allow non-Gnus usage.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-13 18:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-13 14:40 GNUs and Symbol's value as variable is void: gnus-summary-buffer Aneesh Kumar K.V
2010-10-13 14:48 ` Lars Magne Ingebrigtsen
2010-10-13 15:28 ` Aneesh Kumar K. V
2010-10-13 18:34 ` Lars Magne Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.