Gnus development mailing list
 help / color / mirror / Atom feed
* unwanted html in email/feeds
@ 2014-08-31 18:17 Sharon Kimble
  2015-01-27  7:14 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Sharon Kimble @ 2014-08-31 18:17 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 2093 bytes --]


I'm having the odd problem in that when I view an email/rss feed
postings it is showing with html content, like this -

--8<---------------cut here---------------start------------->8---
<p> A few days ago, for no reason (for fun, maybe), I cloned the Github mirror of Emacs and built a latest Emacs. I also
removed my old Emacs (I was silly, I blame Melbourne's weather :D). Many subtle problems occurred since then,
for example, executing <code>org-html-export-as-html</code> often causes the following error: </p> <div
class="org-src-container"> <pre class="src src-text">org-html-fontify-code: Wrong number of arguments: #[(_beg _end)
"???" [font-lock-fontify-buffer] 1], 0 </pre> </div> <p><span id="more-781"></span></p> <div
id="outline-container-sec-1" class="outline-2"> <h2 id="sec-1"><span class="section-number-2">1</span> Solution</h2> <div
class="outline-text-2" id="text-1"> <p> Redefine function <code>org-font-lock-ensure</code>. Add the following code snippet
to <i>init.el</i> and execute it to solve the problem: </p> <div class="org-src-container"> <pre class="src
--8<---------------cut here---------------end--------------->8---

Which is really awkward, but it is showing in the mini-buffer -

╭────
│gnus-summary-highlight-line: Wrong type argument: consp, nil
╰────

I've checked in my .gnus and there is *no* mention made of "highlight",
however the following shows in my 'custom.el'

--8<---------------cut here---------------start------------->8---
 '(highlight-changes-colors (quote ("#FD5FF0" "#AE81FF")))
 '(highlight-tail-colors
   (quote
	(("#073642" . 0)
	 ("#546e00" . 20)
	 ("#00736f" . 30)
	 ("#00629d" . 50)
	 ("#7b6000" . 60)
	 ("#8b2c02" . 70)
	 ("#93115c" . 85)
	 ("#073642" . 100))))
--8<---------------cut here---------------end--------------->8---

So how do I put it right please?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.3.93.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: unwanted html in email/feeds
  2014-08-31 18:17 unwanted html in email/feeds Sharon Kimble
@ 2015-01-27  7:14 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2015-01-27  7:14 UTC (permalink / raw)
  To: Sharon Kimble; +Cc: ding

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> Which is really awkward, but it is showing in the mini-buffer -
>
> ╭────
> │gnus-summary-highlight-line: Wrong type argument: consp, nil
> ╰────

Try setting `debug-on-error' to t and post the resulting backtrace when
this happens.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-27  7:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-31 18:17 unwanted html in email/feeds Sharon Kimble
2015-01-27  7:14 ` Lars Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).