Gnus development mailing list
 help / color / mirror / Atom feed
* first time users
@ 2003-01-10  4:55 Katsumi Yamaoka
  2003-01-10  5:28 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Katsumi Yamaoka @ 2003-01-10  4:55 UTC (permalink / raw)


Hi,

There are those who have not used Gnus.  She or he must
encounter the following error at the first time:

Debugger entered--Lisp error: (file-error "Opening input file" "no such file or directory" "~/.newsrc.eld")
  insert-file-contents("~/.newsrc.eld")
  gnus-load("~/.newsrc.eld")
  gnus-read-newsrc-el-file("~/.newsrc.el")
  gnus-read-newsrc-file(nil)
  gnus-setup-news(nil nil nil)
  byte-code("...")
  gnus-1(nil nil nil)
  gnus(nil)
  call-interactively(gnus)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

* Re: first time users
  2003-01-10  4:55 first time users Katsumi Yamaoka
@ 2003-01-10  5:28 ` Lars Magne Ingebrigtsen
  2003-01-10  5:48   ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-01-10  5:28 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Debugger entered--Lisp error: (file-error "Opening input file" "no such file or directory" "~/.newsrc.eld")
>   insert-file-contents("~/.newsrc.eld")
>   gnus-load("~/.newsrc.eld")

Yup.  Fix in Oort Gnus v0.11 (i. e., CVS).

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



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

* Re: first time users
  2003-01-10  5:28 ` Lars Magne Ingebrigtsen
@ 2003-01-10  5:48   ` Katsumi Yamaoka
  2003-01-10 10:14     ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Katsumi Yamaoka @ 2003-01-10  5:48 UTC (permalink / raw)


>>>>> In <m3fzs1d14i.fsf@quimbies.gnus.org>
>>>>>	Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

Lars> > Debugger entered--Lisp error: (file-error "Opening input file" "no such file or directory" "~/.newsrc.eld")

Lars> Yup.  Fix in Oort Gnus v0.11 (i. e., CVS).

Thanks for your fix so quickly!
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

* Re: first time users
  2003-01-10  5:48   ` Katsumi Yamaoka
@ 2003-01-10 10:14     ` Katsumi Yamaoka
  2003-01-11 20:54       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Katsumi Yamaoka @ 2003-01-10 10:14 UTC (permalink / raw)


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

>>>>> In <yotlvg0xa72x.fsf@jpl.org>
>>>>>	Katsumi Yamaoka <yamaoka@jpl.org> wrote:

Lars> Yup.  Fix in Oort Gnus v0.11 (i. e., CVS).

> Thanks for your fix so quickly!

Sorry, there's one more problem and I cannot start Gnus if I
were a new comer.  Since I have currently no time, I cannot
debug it.

If there aren't .newsrc, .newsrc.eld, .emacs, and .gnus, I got
the attached error.  I evaluated only the following expressions
at the Gnus source directory:

(setq load-path (cons "." load-path)
      debug-on-error t
      gnus-select-method '(nntp "news.server.machine"))


[-- Attachment #2: Type: text/plain, Size: 7136 bytes --]

Debugger entered--Lisp error: (wrong-type-argument consp nil)
  setcdr(nil (("news.announce.newusers" 3 nil)))
  (if (cdr previous) (progn (setcdr ... entry) (gnus-sethash group ... gnus-newsrc-hashtb)) (setcdr previous entry) (gnus-sethash group (cons num previous) gnus-newsrc-hashtb))
  (if (< oldlevel gnus-level-zombie) (setcar (cdaddr entry) level) (if (listp entry) (setq info ... num ...) (setq active ...) (setq num ...) (let ... ...)) (unless previous (setq previous ...)) (setq entry (cons info ...)) (if (cdr previous) (progn ... ...) (setcdr previous entry) (gnus-sethash group ... gnus-newsrc-hashtb)) (when (cdr entry) (setcdr ... entry)) (gnus-dribble-enter (format "(gnus-group-set-info '%S)" info)))
  (cond ((>= level gnus-level-zombie) (gnus-sethash group nil gnus-newsrc-hashtb) (unless ... ...)) (t (if ... ... ... ... ... ... ... ...)))
  (if (and (>= oldlevel gnus-level-zombie) (gnus-gethash group gnus-newsrc-hashtb)) nil (unless (gnus-ephemeral-group-p group) (gnus-dribble-enter ...)) (cond (... ... ...) (t ...)) (cond (... ... ...) (t ...)) (when gnus-group-change-level-function (funcall gnus-group-change-level-function group level oldlevel previous)))
  (let (group info active num) (if (consp entry) (if fromkilled ... ...) (setq group entry)) (when (and ... oldlevel ...) (setq entry ...)) (if (and ... ...) (setq oldlevel ...) (setq oldlevel ...)) (when (stringp previous) (setq previous ...)) (if (and ... ...) nil (unless ... ...) (cond ... ...) (cond ... ...) (when gnus-group-change-level-function ...)))
  gnus-group-change-level("news.announce.newusers" 3 9)
  (progn (gnus-group-change-level group gnus-level-default-subscribed gnus-level-killed))
  (if (gnus-active group) (progn (gnus-group-change-level group gnus-level-default-subscribed gnus-level-killed)))
  (when (gnus-active group) (gnus-group-change-level group gnus-level-default-subscribed gnus-level-killed))
  (while --dolist-temp--85138 (setq group (car --dolist-temp--85138)) (when (gnus-active group) (gnus-group-change-level group gnus-level-default-subscribed gnus-level-killed)) (setq --dolist-temp--85138 (cdr --dolist-temp--85138)))
  (let ((--dolist-temp--85138 groups) group) (while --dolist-temp--85138 (setq group ...) (when ... ...) (setq --dolist-temp--85138 ...)) nil)
  (catch (quote --cl-block-nil--) (let (... group) (while --dolist-temp--85138 ... ... ...) nil))
  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
  (block nil (let (... group) (while --dolist-temp--85138 ... ... ...) nil))
  (dolist (group groups) (when (gnus-active group) (gnus-group-change-level group gnus-level-default-subscribed gnus-level-killed)))
  (if (eq groups t) (mapatoms (lambda ... ...) gnus-active-hashtb) (dolist (group groups) (when ... ...)) (save-excursion (set-buffer gnus-group-buffer) (gnus-group-make-help-group t)) (when gnus-novice-user (gnus-message 7 "`A k' to list killed groups")))
  (let ((groups ...) group) (if (eq groups t) (mapatoms ... gnus-active-hashtb) (dolist ... ...) (save-excursion ... ...) (when gnus-novice-user ...)))
  (catch (quote ended) (dolist (file ...) (when ... ...)) (gnus-message 6 "First time user; subscribing you to default groups") (unless (gnus-read-active-file-p) (let ... ...)) (setq gnus-newsrc-last-checked-date (message-make-date)) (let (... group) (if ... ... ... ... ...)))
  gnus-check-first-time-used()
  (if (gnus-check-first-time-used) nil (if (or ... ...) (gnus-ask-server-for-new-groups) (let ... ... ... ... ... ... ... ...)))
  (unless (gnus-check-first-time-used) (if (or ... ...) (gnus-ask-server-for-new-groups) (let ... ... ... ... ... ... ... ...)))
  (let* ((gnus-subscribe-newsgroup-method gnus-subscribe-newsgroup-method) (check ...)) (unless (gnus-check-first-time-used) (if ... ... ...)))
  gnus-find-new-newsgroups()
  (progn (gnus-find-new-newsgroups))
  (if (and init gnus-check-new-newsgroups (not level) (gnus-check-server gnus-select-method) (not gnus-slave) gnus-plugged) (progn (gnus-find-new-newsgroups)))
  (when (and init gnus-check-new-newsgroups (not level) (gnus-check-server gnus-select-method) (not gnus-slave) gnus-plugged) (gnus-find-new-newsgroups))
  (let ((init ...) (nnmail-fetched-sources ...)) (when init (setq gnus-newsrc-alist nil gnus-active-hashtb nil) (gnus-read-newsrc-file rawfile)) (when gnus-message-archive-method (unless ... ...)) (when (or ... ...) (gnus-update-active-hashtb-from-killed)) (and gnus-read-active-file (not level) (gnus-read-active-file nil dont-connect)) (unless gnus-active-hashtb (setq gnus-active-hashtb ...)) (when gnus-use-cache (gnus-cache-open)) (and init (or gnus-use-dribble-file gnus-slave) (gnus-dribble-eval-file)) (when (and init gnus-slave) (gnus-dribble-clear)) (gnus-update-format-specifications) (when (and ... ... ... ... ... gnus-read-active-file) (gnus-read-all-descriptions-files)) (when (and init gnus-check-new-newsgroups ... ... ... gnus-plugged) (gnus-find-new-newsgroups)) (when (and init gnus-check-bogus-newsgroups gnus-read-active-file ... ...) (gnus-check-bogus-newsgroups)) (when (and gnus-use-nocem ... ...) (gnus-nocem-scan-groups)) (gnus-master-read-slave-newsrc) (let (...) (gnus-get-unread-articles level)))
  gnus-setup-news(nil nil nil)
  (if (and (not dont-connect) (not did-connect)) (gnus-group-quit) (gnus-run-hooks (quote gnus-startup-hook)) (setq gnus-current-startup-file (gnus-make-newsrc-file gnus-startup-file)) (when (or gnus-slave gnus-use-dribble-file) (gnus-dribble-read-file)) (when gnus-use-grouplens (bbb-login) (add-hook ... ...)) (if gnus-agent (gnus-request-create-group "queue" ...)) (gnus-request-create-group "drafts" (quote ...)) (gnus-setup-news nil level dont-connect) (gnus-run-hooks (quote gnus-setup-news-hook)) (gnus-start-draft-setup) (gnus-group-list-groups level) (gnus-group-first-unread-group) (gnus-configure-windows (quote group)) (gnus-group-set-mode-line) (gnus-run-hooks (quote gnus-started-hook)))
  (unwind-protect (progn (unless dont-connect ...)) (if (and ... ...) (gnus-group-quit) (gnus-run-hooks ...) (setq gnus-current-startup-file ...) (when ... ...) (when gnus-use-grouplens ... ...) (if gnus-agent ...) (gnus-request-create-group "drafts" ...) (gnus-setup-news nil level dont-connect) (gnus-run-hooks ...) (gnus-start-draft-setup) (gnus-group-list-groups level) (gnus-group-first-unread-group) (gnus-configure-windows ...) (gnus-group-set-mode-line) (gnus-run-hooks ...)))
  (let ((level ...) did-connect) (unwind-protect (progn ...) (if ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...)))
  (if (gnus-alive-p) (progn (switch-to-buffer gnus-group-buffer) (gnus-group-get-new-news ...)) (gnus-clear-system) (gnus-splash) (gnus-run-hooks (quote gnus-before-startup-hook)) (nnheader-init-server-buffer) (setq gnus-slave slave) (gnus-read-init-file) (if gnus-agent (gnus-agentize)) (when gnus-simple-splash (setq gnus-simple-splash nil) (cond ... ...)) (let (... did-connect) (unwind-protect ... ...)))
  gnus-1(nil nil nil)
  gnus(nil)
  call-interactively(gnus)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

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

* Re: first time users
  2003-01-10 10:14     ` Katsumi Yamaoka
@ 2003-01-11 20:54       ` Lars Magne Ingebrigtsen
  2003-01-12 12:02         ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-01-11 20:54 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Sorry, there's one more problem and I cannot start Gnus if I
> were a new comer. 

Yup.  Fix in Oort Gnus v0.11 (i. e., CVS).

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



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

* Re: first time users
  2003-01-11 20:54       ` Lars Magne Ingebrigtsen
@ 2003-01-12 12:02         ` Katsumi Yamaoka
  0 siblings, 0 replies; 6+ messages in thread
From: Katsumi Yamaoka @ 2003-01-12 12:02 UTC (permalink / raw)


>>>>> In <m3lm1rz9u7.fsf@quimbies.gnus.org>
>>>>>	Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

Lars> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> Sorry, there's one more problem and I cannot start Gnus if I
>> were a new comer.

Lars> Yup.  Fix in Oort Gnus v0.11 (i. e., CVS).

Thank you very much!



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

end of thread, other threads:[~2003-01-12 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-10  4:55 first time users Katsumi Yamaoka
2003-01-10  5:28 ` Lars Magne Ingebrigtsen
2003-01-10  5:48   ` Katsumi Yamaoka
2003-01-10 10:14     ` Katsumi Yamaoka
2003-01-11 20:54       ` Lars Magne Ingebrigtsen
2003-01-12 12:02         ` Katsumi Yamaoka

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