Gnus development mailing list
 help / color / mirror / Atom feed
* [sgnus-0.26] problem with gnus-topic-mode
@ 1996-01-08 22:32 Mark Boyns
  1996-01-08 22:44 ` d. hall
  1996-01-09 13:06 ` Tommi Raita-aho
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Boyns @ 1996-01-08 22:32 UTC (permalink / raw)


Today I decided to experiment with topics, but no worky.  I get the
following error when I press `t' (gnus-topic-mode):

Wrong type argument: consp, nil

Signalling: (wrong-type-argument consp nil)
  gnus-topic-check-topology()
  gnus-topic-mode(nil t)
  call-interactively(gnus-topic-mode)

The manual doesn't seem to mention any variables that need to be
configured initially.  What I am doing wrong?

-- 
Mark Boyns <boyns@sdsu.edu>                  D3 28 A2 F7 D1 4C F8 EE
<URL:http://www.sdsu.edu/~boyns/>            BF 7A 11 54 1C E5 6E CC


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

* Re: [sgnus-0.26] problem with gnus-topic-mode
  1996-01-08 22:32 [sgnus-0.26] problem with gnus-topic-mode Mark Boyns
@ 1996-01-08 22:44 ` d. hall
  1996-01-09 13:06 ` Tommi Raita-aho
  1 sibling, 0 replies; 3+ messages in thread
From: d. hall @ 1996-01-08 22:44 UTC (permalink / raw)
  Cc: ding

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]

ð thus on 08 Jan 1996 14:32:07 -0800, Mark virtually scripted...

Mark> Today I decided to experiment with topics, but no worky.  I get the
Mark> following error when I press `t' (gnus-topic-mode):

Mark> Wrong type argument: consp, nil

Mark> Signalling: (wrong-type-argument consp nil)
Mark> gnus-topic-check-topology() gnus-topic-mode(nil t)
Mark> call-interactively(gnus-topic-mode)

Mark> The manual doesn't seem to mention any variables that need to be
Mark> configured initially.  What I am doing wrong?

i got the same error... all of a sudden, automagically, it disappears and i
get topic commands.  what gives?

i can't seem to reproduce the error to save my life...

d.
--
<<Welcome to slavery!>>
 <No thanks.  I've already had a wife.>
				~ from dusk till dawn


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

* Re: [sgnus-0.26] problem with gnus-topic-mode
  1996-01-08 22:32 [sgnus-0.26] problem with gnus-topic-mode Mark Boyns
  1996-01-08 22:44 ` d. hall
@ 1996-01-09 13:06 ` Tommi Raita-aho
  1 sibling, 0 replies; 3+ messages in thread
From: Tommi Raita-aho @ 1996-01-09 13:06 UTC (permalink / raw)
  Cc: ding

Mark Boyns writes:
> Today I decided to experiment with topics, but no worky.  I get the
> following error when I press `t' (gnus-topic-mode):
> 
> Wrong type argument: consp, nil
> 
> Signalling: (wrong-type-argument consp nil)
>   gnus-topic-check-topology()
>   gnus-topic-mode(nil t)
>   call-interactively(gnus-topic-mode)
> 
> The manual doesn't seem to mention any variables that need to be
> configured initially.  What I am doing wrong?

Sounds like known bug in emacs-19.30. You didn't mention what emacs
you are using, but if your emacs is 19.30 following patch to
emacs-19.30/src/syntax.h should fix the problem:


*** syntax.h	1995/10/29 04:38:08	1.11
--- syntax.h	1995/12/23 09:22:16
***************
*** 118,124 ****
       = RAW_SYNTAX_ENTRY (current_buffer->syntax_table, (c)),		\
     (NILP (syntax_temp)							\
      ? (syntax_temp							\
!        = syntax_parent_lookup (current_buffer->syntax_table, (c)))	\
      : syntax_temp))
  
  #define SYNTAX(c)							\
--- 118,125 ----
       = RAW_SYNTAX_ENTRY (current_buffer->syntax_table, (c)),		\
     (NILP (syntax_temp)							\
      ? (syntax_temp							\
!        = syntax_parent_lookup (current_buffer->syntax_table,		\
! 			       (unsigned char) (c)))			\
      : syntax_temp))
  
  #define SYNTAX(c)							\


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

end of thread, other threads:[~1996-01-09 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-08 22:32 [sgnus-0.26] problem with gnus-topic-mode Mark Boyns
1996-01-08 22:44 ` d. hall
1996-01-09 13:06 ` Tommi Raita-aho

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