Gnus development mailing list
 help / color / mirror / Atom feed
* 5.8.8 and bbdb at XEmacs startup
@ 2001-01-04 21:44 Han Pilmeyer
  2001-01-05 21:20 ` Hans de Graaff
  0 siblings, 1 reply; 6+ messages in thread
From: Han Pilmeyer @ 2001-01-04 21:44 UTC (permalink / raw)


Hi guys,

I was so  happy   today when  I say   the  5.8.8 kit. I   compiled  it
immediately and that seemed  to work fine.  Unfortunately I now have a
problem when  I start XEmacs (21.1.9  on W2K) in combination with bbdb
(I think).

Any suggestions?

Signaling: (end-of-file "internal input stream")
  load-internal("d:\\Documents and Settings\\pilmeyer\\My Documents\\Emacs\\gnus.elc" nil t t binary)
  efs-real-load("d:\\Documents and Settings\\pilmeyer\\My Documents\\Emacs\\gnus.elc" nil t t)
  load("d:\\Documents and Settings\\pilmeyer\\My Documents\\Emacs\\gnus.elc" nil t nil)
  efs-real-require(gnus "d:\\Documents and Settings\\pilmeyer\\My Documents\\Emacs\\gnus.elc")
  require(gnus)
  byte-code("..." [require bbdb gnus] 2)
  load-internal("c:\\PROGRA~1\\XEmacs\\xemacs-packages\\lisp\\bbdb\\bbdb-gnus.elc" nil t t binary)
  efs-real-load("c:\\PROGRA~1\\XEmacs\\xemacs-packages\\lisp\\bbdb\\bbdb-gnus.elc" nil t t)
  load("bbdb-gnus" nil nil nil)
  bbdb-insinuate-message()
  bbdb-initialize(gnus message sc)
  byte-code("..." [expand-file-name "~/Emacs" load-path 4 c-indent-level c-continued-statement-offset c-argdecl-indent -4 c-label-offset 1 scroll-step indented-text-mode default-major-mode add-hook text-mode-hook turn-on-auto-fill enable-flow-control-on "vt100" "vt200" "vt220" getenv "COMSPEC" explicit-shell-file-name ("noraise") browse-url-netscape-arguments "> " mail-yank-prefix "~/GnusMail" mail-source-directory "~/GnusNews" gnus-directory "~/" gnus-default-directory t gnus-use-generic-from "~/.organization" gnus-organization-file gnus-visual nil gnus-auto-select-first require iso-syntax iso-insert standard-display-european set-input-mode "arg2" filladapt turn-on-filladapt-mode c-mode-hook 3 ...] 5)
  load-internal("~/Emacs/default" nil nil nil binary)
  load("~/Emacs/default")
  load-internal("~\\.emacs" t t t undecided)
  load("~\\.emacs" t t t)
  load-user-init-file("")
  load-init-file()
  command-line()
  normal-top-level()

Thanks!
-- 
-- Han Pilmeyer, email: han@uto.dec.com                                      --
--	       Compaq - UNIX Support Engineering Group                       --
--         Answers are the easy part, questions raise the doubt   - JB       --
-- All opinions are those of the author, not of Compaq Computer Corporation! --




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

* Re: 5.8.8 and bbdb at XEmacs startup
  2001-01-04 21:44 5.8.8 and bbdb at XEmacs startup Han Pilmeyer
@ 2001-01-05 21:20 ` Hans de Graaff
  2001-01-05 22:17   ` Eddie McCreary
  0 siblings, 1 reply; 6+ messages in thread
From: Hans de Graaff @ 2001-01-05 21:20 UTC (permalink / raw)


On 04 Jan 2001, Han Pilmeyer wrote:
> 
> I was so happy today when I say the 5.8.8 kit. I compiled it
> immediately and that seemed to work fine.  Unfortunately I now have
> a problem when I start XEmacs (21.1.9 on W2K) in combination with
> bbdb (I think).
> 
> Any suggestions?
> 
> Signaling: (end-of-file "internal input stream")
>   load-internal("d:\\Documents and Settings\\pilmeyer\\My
>   Documents\\Emacs\\gnus.elc" nil t t binary)

It looks to me like there is a problem loading your gnus.elc
file. Maybe there was some sort of problem during compilation?

Hans



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

* Re: 5.8.8 and bbdb at XEmacs startup
  2001-01-05 21:20 ` Hans de Graaff
@ 2001-01-05 22:17   ` Eddie McCreary
  2001-01-06 20:43     ` Han Pilmeyer
  2001-01-30 16:30     ` Han Pilmeyer
  0 siblings, 2 replies; 6+ messages in thread
From: Eddie McCreary @ 2001-01-05 22:17 UTC (permalink / raw)


>>>>> "Hans" == Hans de Graaff <hans@degraaff.org> writes:

    Hans> On 04 Jan 2001, Han Pilmeyer wrote:
    >>  I was so happy today when I say the 5.8.8 kit. I compiled it
    >> immediately and that seemed to work fine.  Unfortunately I now
    >> have a problem when I start XEmacs (21.1.9 on W2K) in
    >> combination with bbdb (I think).
    >> 
    >> Any suggestions?
    >> 
    >> Signaling: (end-of-file "internal input stream")
    >> load-internal("d:\\Documents and Settings\\pilmeyer\\My
    >> Documents\\Emacs\\gnus.elc" nil t t binary)

    Hans> It looks to me like there is a problem loading your gnus.elc
    Hans> file. Maybe there was some sort of problem during
    Hans> compilation?

I'm having a similar problem and I noticed during compilation the
following error:

Compiling c:\home\emccrear\gnus-5.8.8\lisp\base64.el...
Wrote c:\home\emccrear\gnus-5.8.8\lisp\base64.elc
Compiling c:\home\emccrear\gnus-5.8.8\lisp\binhex.el...
Wrote c:\home\emccrear\gnus-5.8.8\lisp\binhex.elc
Compiling c:\home\emccrear\gnus-5.8.8\lisp\earcon.el...
While compiling toplevel forms in file c:\home\emccrear\gnus-5.8.8\lisp\earcon.el:
  !! End of stream (("internal input stream"))

Any suggestions?

I'm using Win2k, XEmacs 21.1.9 and compiling under the Cygwin bash
shell. 

-- 
Eddie McCreary                  Outside of a dog, a book is a man's best
mailto:beowulf@heorot.org       friend.  Inside of a dog, it's too dark 
http://www.heorot.org           to read. -Groucho Marx



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

* Re: 5.8.8 and bbdb at XEmacs startup
  2001-01-05 22:17   ` Eddie McCreary
@ 2001-01-06 20:43     ` Han Pilmeyer
  2001-01-30 16:30     ` Han Pilmeyer
  1 sibling, 0 replies; 6+ messages in thread
From: Han Pilmeyer @ 2001-01-06 20:43 UTC (permalink / raw)


Eddie> I'm having a similar problem and I noticed during compilation the
Eddie> following error:

Eddie> Compiling c:\home\emccrear\gnus-5.8.8\lisp\base64.el...
Eddie> Wrote c:\home\emccrear\gnus-5.8.8\lisp\base64.elc
Eddie> Compiling c:\home\emccrear\gnus-5.8.8\lisp\binhex.el...
Eddie> Wrote c:\home\emccrear\gnus-5.8.8\lisp\binhex.elc
Eddie> Compiling c:\home\emccrear\gnus-5.8.8\lisp\earcon.el...
Eddie> While compiling toplevel forms in file c:\home\emccrear\gnus-5.8.8\lisp\earcon.el:
Eddie>   !! End of stream (("internal input stream"))

Eddie> Any suggestions?

Eddie> I'm using Win2k, XEmacs 21.1.9 and compiling under the Cygwin bash
Eddie> shell. 

I'm also on W2K and XEmacs 21.1.9, but I compile in a MS-DOS
window. I'm getting the same error on earcon.el too. But then if I
compile it manually it works. But for some reason I still get the "End
of stream" message in gnus.elc.

Gnus 5.8.7 wotkd fine.

Cheers.
-- 
-- Han Pilmeyer, email: han@uto.dec.com                                      --
--	       Compaq - UNIX Support Engineering Group                       --
--         Answers are the easy part, questions raise the doubt   - JB       --
-- All opinions are those of the author, not of Compaq Computer Corporation! --




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

* Re: 5.8.8 and bbdb at XEmacs startup
  2001-01-05 22:17   ` Eddie McCreary
  2001-01-06 20:43     ` Han Pilmeyer
@ 2001-01-30 16:30     ` Han Pilmeyer
  2001-02-01  0:05       ` Eddie McCreary
  1 sibling, 1 reply; 6+ messages in thread
From: Han Pilmeyer @ 2001-01-30 16:30 UTC (permalink / raw)


>>>>> "Eddie" == Eddie McCreary <beowulf@heorot.org> writes:
 On 04 Jan 2001, Han Pilmeyer wrote:
>>> I was so happy today when I say the 5.8.8 kit. I compiled it
>>> immediately and that seemed to work fine.  Unfortunately I now
>>> have a problem when I start XEmacs (21.1.9 on W2K) in
>>> combination with bbdb (I think).
>>> 
>>> Any suggestions?
>>> 
>>> Signaling: (end-of-file "internal input stream")
>>> load-internal("d:\\Documents and Settings\\pilmeyer\\My
>>> Documents\\Emacs\\gnus.elc" nil t t binary)

Eddie> I'm having a similar problem and I noticed during compilation the
Eddie> following error:

Eddie> Compiling c:\home\emccrear\gnus-5.8.8\lisp\base64.el...
Eddie> Wrote c:\home\emccrear\gnus-5.8.8\lisp\base64.elc
Eddie> Compiling c:\home\emccrear\gnus-5.8.8\lisp\binhex.el...
Eddie> Wrote c:\home\emccrear\gnus-5.8.8\lisp\binhex.elc
Eddie> Compiling c:\home\emccrear\gnus-5.8.8\lisp\earcon.el...
Eddie> While compiling toplevel forms in file c:\home\emccrear\gnus-5.8.8\lisp\earcon.el:
Eddie>   !! End of stream (("internal input stream"))

Eddie> Any suggestions?

Eddie> I'm using Win2k, XEmacs 21.1.9 and compiling under the Cygwin bash
Eddie> shell. 

Today I upgraded from 21.1.9 to 21.1.13 and the problem is gone. Using
the same Gnus 5.8.8 distribution it now compiles and runs without
problems. So this appears to be a 21.1.9 bug.

Cheers.
-- 
-- Han Pilmeyer, email: han@uto.dec.com                                      --
--	       Compaq - UNIX Support Engineering Group                       --
--         Answers are the easy part, questions raise the doubt   - JB       --
-- All opinions are those of the author, not of Compaq Computer Corporation! --




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

* Re: 5.8.8 and bbdb at XEmacs startup
  2001-01-30 16:30     ` Han Pilmeyer
@ 2001-02-01  0:05       ` Eddie McCreary
  0 siblings, 0 replies; 6+ messages in thread
From: Eddie McCreary @ 2001-02-01  0:05 UTC (permalink / raw)


>>>>> "Han" == Han Pilmeyer <han@zk3.dec.com> writes:


    Han> Today I upgraded from 21.1.9 to 21.1.13 and the problem is
    Han> gone. Using the same Gnus 5.8.8 distribution it now compiles
    Han> and runs without problems. So this appears to be a 21.1.9
    Han> bug.

Thanks, just did the same and all seems well.  I'm running from within
5.8.8 now.

-- 
Eddie McCreary                  Outside of a dog, a book is a man's best
mailto:beowulf@heorot.org       friend.  Inside of a dog, it's too dark 
http://www.heorot.org           to read. -Groucho Marx



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

end of thread, other threads:[~2001-02-01  0:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-04 21:44 5.8.8 and bbdb at XEmacs startup Han Pilmeyer
2001-01-05 21:20 ` Hans de Graaff
2001-01-05 22:17   ` Eddie McCreary
2001-01-06 20:43     ` Han Pilmeyer
2001-01-30 16:30     ` Han Pilmeyer
2001-02-01  0:05       ` Eddie McCreary

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