Gnus development mailing list
 help / color / mirror / Atom feed
* Bug?
@ 1996-11-26 15:00 Brian Gorka
  1996-11-26 16:03 ` Bug? Lars Magne Ingebrigtsen
  1996-11-26 16:41 ` Bug? Hrvoje Niksic
  0 siblings, 2 replies; 23+ messages in thread
From: Brian Gorka @ 1996-11-26 15:00 UTC (permalink / raw)


RGnus .70 seems to let you subscribe to the same newsgroup more than
once.  I was trying to add the PGP newsgroups, and apparently I had
already added them under security.  Whoops.

Is this a bug or a 'feature'? 

[ Gnus -- 33121 ]
  [ misc -- 0 ]...
  [ Microsoft Newsgroups -- 16808 ]...
  [ Emacs -- 71 ]...
  [ Emulators -- 952 ]...
  [ Warez -- 8296 ]...
  [ HP 48 -- 32 ]...
  [ Babylon 5 -- 299 ]...
  [ Trek -- 1 ]...
  [ PGP -- 55 ]
        28: alt.security.pgp
         3: comp.security.pgp
         1: comp.security.pgp.announce
        14: comp.security.pgp.discuss
         8: comp.security.pgp.resources
         1: comp.security.pgp.tech
        28: alt.security.pgp
         3: comp.security.pgp
         1: comp.security.pgp.announce
        14: comp.security.pgp.discuss
         8: comp.security.pgp.resources
         1: comp.security.pgp.tech
  [ Security -- 968 ]
        28: alt.security.pgp
         3: comp.security.pgp
         1: comp.security.pgp.announce
        14: comp.security.pgp.discuss
         8: comp.security.pgp.resources
         1: comp.security.pgp.tech
       119: comp.os.ms-windows.nt.admin.security
        20: comp.security
       125: comp.security.firewalls
         3: comp.security.gss-api
       315: comp.security.misc
       331: comp.security.unix
  [ Java -- 4159 ]...
  [ Stuff -- 1535 ]...


^ permalink raw reply	[flat|nested] 23+ messages in thread
* bug?
@ 2002-01-04 15:08 Vladimir Volovich
  2002-01-04 17:05 ` bug? Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 23+ messages in thread
From: Vladimir Volovich @ 2002-01-04 15:08 UTC (permalink / raw)


Hi!

when entering some nntp group, i've got an error:

Debugger entered--Lisp error: (wrong-type-argument listp 24744)
  gnus-adjust-marked-articles(("some.group.name" 3 ((1 . 24843)) ((seen 24602 . 24744))))
  gnus-select-newsgroup("some.group.name" nil nil)
  gnus-summary-read-group-1("some.group.name" nil t nil nil nil)
  gnus-summary-read-group("some.group.name" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  call-interactively(gnus-group-select-group)

other groups are entered without an error.

some time ago, our news server was reinstalled, and all article
numbering was restarted from scratch. may this be the reason for the
above error? how do i recover from that error? (and why it doesn't
happen for other groups?)

Best,
v.




^ permalink raw reply	[flat|nested] 23+ messages in thread
* Bug?
@ 2000-10-06  5:32 Torgny Nyblom
  2000-10-06 13:08 ` Bug? ShengHuo ZHU
  0 siblings, 1 reply; 23+ messages in thread
From: Torgny Nyblom @ 2000-10-06  5:32 UTC (permalink / raw)


Hi,

when I try to start XEmacs with the latest CVS snapshot I get this
backtrace (works fine in emacs), but if I change to another version
(perhaps 3 weeks old) all is fine. Might this be a bug in gnus or am I
doing something wrong?
This error comes at startup that is before gnus is loaded. I've managed
to narrow it down to when the bbdb is initiated.

----
Signaling: (end-of-file "internal input stream")
  load-internal("gnus" nil t nil binary)
  load("gnus" nil t nil)
  require(gnus)
  byte-code("..." [require bbdb gnus] 2)
  load-internal("bbdb-gnus" nil nil nil binary)
  load("bbdb-gnus" nil nil nil)
  bbdb-insinuate-message()
  bbdb-initialize(gnus message sc w3)
  byte-code("..." [require bbdb bbdb-initialize gnus message sc w3 add-hook gnus-startup-hook bbdb-insinuate-gnus 46 bbdb-default-area-code nil bbdb-north-american-phone-numbers-p ".*torgny.*\\|.*e95tny.*" bbdb-user-mail-names t bbdb-always-add-addresses (lambda nil (setq bbdb/news-auto-create-p ...)) gnus-select-group-hook bbdb/mail-auto-create-p bbdb-use-pop-up 3 bbdb-pop-up-target-lines name bbdb-completion-type never bbdb-new-nets-always-primary bbdb-canonicalize-redundant-nets-p ("net notes") bbdb-elided-display ("net notes") bbdb-pop-up-elided-display auto bbdb-offer-save "BBDB is loaded"] 5)
  load-internal("~/xemacs/bbdb-init" nil nil nil binary)
  load("~/xemacs/bbdb-init")
  byte-compile-if-newer-and-load("~/xemacs/bbdb-init")
  load-internal("d:\\.xemacs-options.el" nil nil t undecided)
  load("d:\\.xemacs-options.el" nil nil t)
  load-file("~/.xemacs-options.el")
  (if (string-match "XEmacs" emacs-version) (load-file "~/.xemacs-options.el") (load-file "~/.emacs-options.el"))
)
  load-internal("~\\.emacs" t t t undecided)
  load("~\\.emacs" t t t)
  load-user-init-file("")
  load-init-file()
  command-line()
  normal-top-level()
----

-- 
Torgny Nyblom | torgny@linux.nu | +46 (0)709 987246




^ permalink raw reply	[flat|nested] 23+ messages in thread
* bug?
@ 1998-09-29 20:29 Vladimir Volovich
  0 siblings, 0 replies; 23+ messages in thread
From: Vladimir Volovich @ 1998-09-29 20:29 UTC (permalink / raw)


Hi,

something strange happened. i pressed "g" in a group buffer to get new
mail, but Emacs asked "Revisit the file literally?" (what does it mean
and why this happened?). I answered yes. Then the history of my nnmbox
groups was broken. If i try to exit gnus (q), Emacs asks the same
question. I turned on debugging, and when i answered "no" to this
question, an error occurs "File already visited non-literally".
Backtrace follows.

Signaling: (error "File already visited non-literally")
  signal(error ("File already visited non-literally"))
  error("File already visited non-literally")
  find-file-noselect("/home/vvv/mbox" nil raw)
  apply(find-file-noselect ("/home/vvv/mbox" nil raw))
  nnheader-find-file-noselect("/home/vvv/mbox" nil raw)
  nnmbox-read-mbox()
  nnmbox-request-scan(nil "")
  gnus-request-scan(nil (nnmbox ""))
  gnus-read-active-file()
  gnus-group-get-new-news(nil)
* call-interactively(gnus-group-get-new-news)

??? I'm confused... ;-)

	Best regards, -- Vladimir.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* bug?
@ 1996-10-24 11:35 lars brinkhoff
  1996-10-24 14:01 ` bug? William M. Perry
  0 siblings, 1 reply; 23+ messages in thread
From: lars brinkhoff @ 1996-10-24 11:35 UTC (permalink / raw)


ftp:does.this.look.like.an.url ?


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

end of thread, other threads:[~2002-01-19 23:16 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-26 15:00 Bug? Brian Gorka
1996-11-26 16:03 ` Bug? Lars Magne Ingebrigtsen
1996-11-26 17:17   ` Bug? Sudish Joseph
1996-11-26 18:04     ` Bug? Raja R Harinath
1996-11-26 18:41       ` Bug? Sudish Joseph
1996-11-29  8:24         ` Bug? Lars Magne Ingebrigtsen
1996-11-26 16:41 ` Bug? Hrvoje Niksic
  -- strict thread matches above, loose matches on Subject: below --
2002-01-04 15:08 bug? Vladimir Volovich
2002-01-04 17:05 ` bug? Lars Magne Ingebrigtsen
2002-01-15  9:02   ` bug? Katsumi Yamaoka
2002-01-19 23:16     ` bug? Lars Magne Ingebrigtsen
2000-10-06  5:32 Bug? Torgny Nyblom
2000-10-06 13:08 ` Bug? ShengHuo ZHU
2000-10-09 12:16   ` Bug? Torgny Nyblom
2000-10-09 12:23     ` Bug? Norbert Koch
2000-10-09 20:25     ` Bug? Torgny Nyblom
2000-10-09 21:21       ` Bug? ShengHuo ZHU
2000-10-10  5:22         ` Bug? Torgny Nyblom
1998-09-29 20:29 bug? Vladimir Volovich
1996-10-24 11:35 bug? lars brinkhoff
1996-10-24 14:01 ` bug? William M. Perry
1996-10-24 14:14   ` bug? Kai Grossjohann
1996-10-24 16:01     ` bug? William M. Perry

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