Gnus development mailing list
 help / color / mirror / Atom feed
* Problems building latest CVS
@ 2000-01-09 18:42 Graham Murray
  2000-01-09 19:47 ` Norbert Koch
  0 siblings, 1 reply; 2+ messages in thread
From: Graham Murray @ 2000-01-09 18:42 UTC (permalink / raw)


Using the current (9Jan 18:40 GMT) code from CVS, there are a *lot* of
errors when building. These are all of the form "end of file
encountered when processing top level forms." The affected files do
not generate an .elc file.




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

* Re: Problems building latest CVS
  2000-01-09 18:42 Problems building latest CVS Graham Murray
@ 2000-01-09 19:47 ` Norbert Koch
  0 siblings, 0 replies; 2+ messages in thread
From: Norbert Koch @ 2000-01-09 19:47 UTC (permalink / raw)


Graham Murray <graham@barnowl.demon.co.uk> writes:

> Using the current (9Jan 18:40 GMT) code from CVS, there are a *lot* of
> errors when building. These are all of the form "end of file
> encountered when processing top level forms." The affected files do
> not generate an .elc file.

There's a typo (or garbage) at the end of gnus.el

I guess, the following is the correct fix:

=== cd /usr/users/nk/archive/gnus/lisp/
=== cvs diff -u gnus.el

Index: gnus.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus.el,v
retrieving revision 5.125
diff -u -u -r5.125 gnus.el
--- gnus.el	2000/01/09 15:38:17	5.125
+++ gnus.el	2000/01/09 19:48:12
@@ -2863,10 +2863,7 @@
 	   (select-frame (window-frame window)))
  	  (t
  	   (select-frame (make-frame)))
-  (gnus arg))
-
-(setq thing ?				; this is a comment
-      more 'yes)
+	  (gnus arg))))
     
 ;;;###autoload
 (defun gnus (&optional arg dont-connect slave)



norbert.
-- 
..  hubub, hubub, HUBUB, hubub, hubub, hubub, HUBUB, hubub, hubub, hubub.




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

end of thread, other threads:[~2000-01-09 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-09 18:42 Problems building latest CVS Graham Murray
2000-01-09 19:47 ` Norbert Koch

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