Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: bug? gnus-summary-highlight-line: Wrong type argument: consp, nil
       [not found] <mailman.16160.1393498826.10748.info-gnus-english@gnu.org>
@ 2014-03-05 12:53 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2014-03-05 12:53 UTC (permalink / raw)
  To: Yagnesh Raghava Yakkala; +Cc: info-gnus-english

Yagnesh Raghava Yakkala <hi@yagnesh.org> writes:

> Recently I am having issues with reading articles from gnus. Backtrace is
> pasted below. I am using gnus which comes from emacs trunk (GNU Emacs
> 24.3.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) of 2014-02-27 on
> sealion).
> Debugger entered--Lisp error: (wrong-type-argument consp nil)
>   gnus-put-text-property-excluding-characters-with-faces(1 79 face gnus-summary-normal-read)

If I eval 

(gnus-put-text-property-excluding-characters-with-faces 1 79 'face 'gnus-summary-normal-read)

everything works fine.  Do you have an old gnus-util installed?

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

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

* Re: bug? gnus-summary-highlight-line: Wrong type argument: consp, nil
  2014-02-27 10:53 Yagnesh Raghava Yakkala
@ 2014-02-27 11:02 ` Yagnesh Raghava Yakkala
  0 siblings, 0 replies; 3+ messages in thread
From: Yagnesh Raghava Yakkala @ 2014-02-27 11:02 UTC (permalink / raw)
  To: info-gnus-english


> Hello,

> Recently I am having issues with reading articles from gnus. Backtrace is
> pasted below. I am using gnus which comes from emacs trunk (GNU Emacs
> 24.3.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) of 2014-02-27 on
> sealion).


> Debugger entered--Lisp error: (wrong-type-argument consp nil)
>   gnus-put-text-property-excluding-characters-with-faces(1 79 face gnus-summary-normal-read)
>   gnus-summary-highlight-line()
>   gnus-summary-update-line(nil)
>   gnus-summary-update-mark(82 unread)
>   gnus-summary-mark-article(96212 82)
>   gnus-summary-mark-read-and-unread-as-read()
>   run-hooks(gnus-mark-article-hook)
>   apply(run-hooks gnus-mark-article-hook)
>   gnus-run-hooks(gnus-mark-article-hook)
>   gnus-article-prepare(96212 nil)
>   gnus-summary-display-article(96212 nil)
>   gnus-summary-select-article(nil nil pseudo)
>   gnus-summary-scroll-up(1)
>   call-interactively(gnus-summary-scroll-up nil nil)
>   command-execute(gnus-summary-scroll-up)


Another similar backtrace.

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument consp nil)
  gnus-put-text-property-excluding-characters-with-faces(1 90 face gnus-summary-normal-read)
  gnus-summary-highlight-line()
  gnus-summary-update-secondary-mark(1)
  gnus-summary-remove-process-mark(1)
  gnus-summary-delete-article(nil)
  call-interactively(gnus-summary-delete-article nil nil)
  command-execute(gnus-summary-delete-article)
  recursive-edit()
  debug(error (wrong-type-argument consp nil))
--8<---------------cut here---------------end--------------->8---


-- 
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* bug? gnus-summary-highlight-line: Wrong type argument: consp, nil
@ 2014-02-27 10:53 Yagnesh Raghava Yakkala
  2014-02-27 11:02 ` Yagnesh Raghava Yakkala
  0 siblings, 1 reply; 3+ messages in thread
From: Yagnesh Raghava Yakkala @ 2014-02-27 10:53 UTC (permalink / raw)
  To: info-gnus-english


Hello,

Recently I am having issues with reading articles from gnus. Backtrace is
pasted below. I am using gnus which comes from emacs trunk (GNU Emacs
24.3.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) of 2014-02-27 on
sealion).


--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument consp nil)
  gnus-put-text-property-excluding-characters-with-faces(1 79 face gnus-summary-normal-read)
  gnus-summary-highlight-line()
  gnus-summary-update-line(nil)
  gnus-summary-update-mark(82 unread)
  gnus-summary-mark-article(96212 82)
  gnus-summary-mark-read-and-unread-as-read()
  run-hooks(gnus-mark-article-hook)
  apply(run-hooks gnus-mark-article-hook)
  gnus-run-hooks(gnus-mark-article-hook)
  gnus-article-prepare(96212 nil)
  gnus-summary-display-article(96212 nil)
  gnus-summary-select-article(nil nil pseudo)
  gnus-summary-scroll-up(1)
  call-interactively(gnus-summary-scroll-up nil nil)
  command-execute(gnus-summary-scroll-up)
--8<---------------cut here---------------end--------------->8---


Thanks.
-- 
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

end of thread, other threads:[~2014-03-05 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.16160.1393498826.10748.info-gnus-english@gnu.org>
2014-03-05 12:53 ` bug? gnus-summary-highlight-line: Wrong type argument: consp, nil Lars Ingebrigtsen
2014-02-27 10:53 Yagnesh Raghava Yakkala
2014-02-27 11:02 ` Yagnesh Raghava Yakkala

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).