Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.4.1 is released
@ 1997-01-25 11:18 Lars Magne Ingebrigtsen
  1997-01-25 15:33 ` Randal Schwartz
  1997-01-25 22:41 ` Steven L Baur
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-01-25 11:18 UTC (permalink / raw)


It's heeere...

Get it from <URL:http://www.ifi.uio.no/~larsi/rgnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".

ChangeLog since last release:

Sat Jan 25 12:17:56 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>

	* gnus.el: Gnus v5.4.1 is released.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: Gnus v5.4.1 is released
  1997-01-25 11:18 Gnus v5.4.1 is released Lars Magne Ingebrigtsen
@ 1997-01-25 15:33 ` Randal Schwartz
  1997-01-25 15:57   ` Lars Magne Ingebrigtsen
  1997-01-25 22:41 ` Steven L Baur
  1 sibling, 1 reply; 7+ messages in thread
From: Randal Schwartz @ 1997-01-25 15:33 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

Lars> It's heeere...
Lars> Get it from <URL:http://www.ifi.uio.no/~larsi/rgnus.tar.gz> or 
Lars> "ftp.ifi.uio.no:/pub/emacs/gnus/".

I get these errors during build.  Ick.  Note in particular the "w3"
error.  I presume that means that nnweb won't work.  And yes, I do
have w3, but it's not in the loadpath by default.

cd lisp; make EMACS=emacs some
emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-recompile
Compiling /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/gnus-picon.el...
While compiling toplevel forms in file /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/gnus-picon.el:
  !! File error (("Cannot open load file" "xpm"))
Compiling /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/gnus-xmas.el...
While compiling toplevel forms in file /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/gnus-xmas.el:
  !! File error (("Cannot open load file" "text-props"))
Compiling /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/messagexmas.el...
While compiling message-xmas-exchange-point-and-mark in file /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/messagexmas.el:
  ** exchange-point-and-mark called with 1 argument, but accepts only 0
While compiling the end of the data:
  ** The following functions are not known to be defined: 
    toolbar-make-button-list, set-specifier
Wrote /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/messagexmas.elc
Compiling /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/nnheaderxm.el...
While compiling the end of the data in file /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/nnheaderxm.el:
  ** The following functions are not known to be defined:  start-itimer,
    delete-itimer
Wrote /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/nnheaderxm.elc
Compiling /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/nnweb.el...
While compiling toplevel forms in file /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/nnweb.el:
  !! File error (("Cannot open load file" "w3"))
Compiling /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/smiley.el...
While compiling toplevel forms in file /usr/local/share/emacs/19.34/site-lisp/ding/gnus-5.4.1/lisp/smiley.el:
  !! File error (("Cannot open load file" "annotations"))
Done (Total of 6 files compiled)


-- 
Name: Randal L. Schwartz / Stonehenge Consulting Services (503)777-0095
Keywords: Perl training, UNIX[tm] consulting, video production, skiing, flying
Email: <merlyn@stonehenge.com> Snail: (Call) PGP-Key: (finger merlyn@ora.com)
Web: <A HREF="http://www.stonehenge.com/merlyn/">My Home Page!</A>
Quote: "I'm telling you, if I could have five lines in my .sig, I would!" -- me


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

* Re: Gnus v5.4.1 is released
  1997-01-25 15:33 ` Randal Schwartz
@ 1997-01-25 15:57   ` Lars Magne Ingebrigtsen
  1997-01-26  4:50     ` Randal Schwartz
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-01-25 15:57 UTC (permalink / raw)


Randal Schwartz <merlyn@stonehenge.com> writes:

> I get these errors during build.  Ick.  Note in particular the "w3"
> error.  I presume that means that nnweb won't work. 

Yes, nnweb needs w3 to work.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: Gnus v5.4.1 is released
  1997-01-25 11:18 Gnus v5.4.1 is released Lars Magne Ingebrigtsen
  1997-01-25 15:33 ` Randal Schwartz
@ 1997-01-25 22:41 ` Steven L Baur
  1 sibling, 0 replies; 7+ messages in thread
From: Steven L Baur @ 1997-01-25 22:41 UTC (permalink / raw)


> It's heeere...

:-)

I've just put the Red Gnus Collector's Edition up for ftp at:
	ftp://ftp.miranova.com/pub/gnus/rgnus-rcs.tar.gz

This is all 84 versions of Red Gnus in one convenient RCS hierarchy. :-)
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
Real men aren't afraid to use chains on icy roads.


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

* Re: Gnus v5.4.1 is released
  1997-01-25 15:57   ` Lars Magne Ingebrigtsen
@ 1997-01-26  4:50     ` Randal Schwartz
  1997-01-26  5:58       ` Lars Magne Ingebrigtsen
  1997-01-27 14:18       ` Brent B. Powers
  0 siblings, 2 replies; 7+ messages in thread
From: Randal Schwartz @ 1997-01-26  4:50 UTC (permalink / raw)
  Cc: ding

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

Lars> Randal Schwartz <merlyn@stonehenge.com> writes:
>> I get these errors during build.  Ick.  Note in particular the "w3"
>> error.  I presume that means that nnweb won't work. 

Lars> Yes, nnweb needs w3 to work.

Right.  I have w3 in the loadpath at runtime (thanks to my personal
".emacs"), but since you load emacs -q, it doesn't show up at
*bytecompile* time.  And that seems to break things.

What am I to do?  What handle do I need to jiggle?

-- 
Name: Randal L. Schwartz / Stonehenge Consulting Services (503)777-0095
Keywords: Perl training, UNIX[tm] consulting, video production, skiing, flying
Email: <merlyn@stonehenge.com> Snail: (Call) PGP-Key: (finger merlyn@ora.com)
Web: <A HREF="http://www.stonehenge.com/merlyn/">My Home Page!</A>
Quote: "I'm telling you, if I could have five lines in my .sig, I would!" -- me


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

* Re: Gnus v5.4.1 is released
  1997-01-26  4:50     ` Randal Schwartz
@ 1997-01-26  5:58       ` Lars Magne Ingebrigtsen
  1997-01-27 14:18       ` Brent B. Powers
  1 sibling, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-01-26  5:58 UTC (permalink / raw)


Randal Schwartz <merlyn@stonehenge.com> writes:

> Right.  I have w3 in the loadpath at runtime (thanks to my personal
> ".emacs"), but since you load emacs -q, it doesn't show up at
> *bytecompile* time.  And that seems to break things.
> 
> What am I to do?  What handle do I need to jiggle?

The easiest would probably just be to byte-compile that file manually
(uhm -- not doing the actual byte-compiling manually, :-) but `M-x
byte-compile-file').  Or you could push the w3 dir onto the load-path
in the dgnushack.el file.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: Gnus v5.4.1 is released
  1997-01-26  4:50     ` Randal Schwartz
  1997-01-26  5:58       ` Lars Magne Ingebrigtsen
@ 1997-01-27 14:18       ` Brent B. Powers
  1 sibling, 0 replies; 7+ messages in thread
From: Brent B. Powers @ 1997-01-27 14:18 UTC (permalink / raw)
  Cc: ding

Randal Schwartz writes:
 > From: Randal Schwartz <merlyn@stonehenge.com>
 > To: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
 > Subject: Re: Gnus v5.4.1 is released
 > Date: 25 Jan 1997 21:50:59 -0700
 > 
 > >>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
 > 
 > Lars> Randal Schwartz <merlyn@stonehenge.com> writes:
 > >> I get these errors during build.  Ick.  Note in particular the "w3"
 > >> error.  I presume that means that nnweb won't work. 
 > 
 > Lars> Yes, nnweb needs w3 to work.
 > 
 > Right.  I have w3 in the loadpath at runtime (thanks to my personal
 > ".emacs"), but since you load emacs -q, it doesn't show up at
 > *bytecompile* time.  And that seems to break things.
 > 
 > What am I to do?  What handle do I need to jiggle?
 > 

I also do a separate vm/gnus xemacs, which doesn't load .emacs, so I
do most of the manipulation of the loadpath in .vm or .gnus.  However,
I still need to make sure that my personal copy of vm gets loaded, so
when I call it, I call it as:

xemacs -q -eval '(setq load-path (cons "/home/powers/lib/emacs/vm" load-path))' -funcall vm -iconic -geometry 100x55+250+45&


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

end of thread, other threads:[~1997-01-27 14:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-25 11:18 Gnus v5.4.1 is released Lars Magne Ingebrigtsen
1997-01-25 15:33 ` Randal Schwartz
1997-01-25 15:57   ` Lars Magne Ingebrigtsen
1997-01-26  4:50     ` Randal Schwartz
1997-01-26  5:58       ` Lars Magne Ingebrigtsen
1997-01-27 14:18       ` Brent B. Powers
1997-01-25 22:41 ` Steven L Baur

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