Gnus development mailing list
 help / color / mirror / Atom feed
* Wrong argument type: stringp, nil in Summary buffer (0.69)
@ 1999-01-13 17:39 Matt Simmons
  1999-01-16 17:33 ` Matt Simmons
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Simmons @ 1999-01-13 17:39 UTC (permalink / raw)


For awhile now, I've been getting the following in the summary buffer
when I try to select a message with RET.

Signaling: (wrong-type-argument stringp nil)
  get-buffer(nil)
  gnus-all-windows-visible-p((quote (vertical 1.0 (horizontal 0.25 ... ...) (article 1.0))))
  gnus-configure-windows(article)
  gnus-summary-scroll-up(1)
  call-interactively(gnus-summary-scroll-up)

This only happens if I try to use RET on the first article I select
upon entering the group (also with RET).  `g' works.  After using `g'
once, RET works on the others.

Here's my window configuration:

;; buffer layout
(gnus-add-configuration
 '(article
   '(vertical 1.0
	(horizontal 0.25
	    (vertical 0.75 (summary 1.0 point))
	    (vertical 1.0
	        (picons 5)
		(tree 1.0)))
	(article 1.0))))

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
	    Those who live by the sword get shot by those who don't.


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

* Re: Wrong argument type: stringp, nil in Summary buffer (0.69)
  1999-01-13 17:39 Wrong argument type: stringp, nil in Summary buffer (0.69) Matt Simmons
@ 1999-01-16 17:33 ` Matt Simmons
  1999-01-16 18:10   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Simmons @ 1999-01-16 17:33 UTC (permalink / raw)


>>>>> "Matt" == Matt Simmons <simmonmt@acm.org> writes:

    Matt> For awhile now, I've been getting the following in the summary buffer
    Matt> when I try to select a message with RET.

    Matt> Signaling: (wrong-type-argument stringp nil)
    Matt>   get-buffer(nil)
    Matt>   gnus-all-windows-visible-p((quote (vertical 1.0 (horizontal 0.25 ... ...) (article 1.0))))
    Matt>   gnus-configure-windows(article)
    Matt>   gnus-summary-scroll-up(1)
    Matt>   call-interactively(gnus-summary-scroll-up)

Another problem with similar symptoms came along in 0.71.  In that
release, `g' doesn't even work.  I traced that down to an undefined
function - gnus-picons-buffer-name - that was being referenced in
gnus-all-windows-visible-p in gnus-win.el.  This happens because
gnus-picon isn't loaded before g-a-p-v-p tries to use it.

Could you autoload gnus-picons-buffer-name?

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
     Hunger is the best sauce.  Except for french fries, then it's ketchup.
				 -- Rich Potter


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

* Re: Wrong argument type: stringp, nil in Summary buffer (0.69)
  1999-01-16 17:33 ` Matt Simmons
@ 1999-01-16 18:10   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-16 18:10 UTC (permalink / raw)


Matt Simmons <simmonmt@acm.org> writes:

> Could you autoload gnus-picons-buffer-name?

Yup.  Fix in Pterodactyl Gnus v0.72.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1999-01-16 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-13 17:39 Wrong argument type: stringp, nil in Summary buffer (0.69) Matt Simmons
1999-01-16 17:33 ` Matt Simmons
1999-01-16 18:10   ` Lars Magne 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).