Gnus development mailing list
 help / color / mirror / Atom feed
From: Norbert Koch <norbert@s.netic.de>
Subject: Re: Problems building latest CVS
Date: 09 Jan 2000 20:47:26 +0100	[thread overview]
Message-ID: <86k8ljyqlt.fsf@s.netic.de> (raw)
In-Reply-To: Graham Murray's message of "09 Jan 2000 18:42:39 +0000"

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.




      reply	other threads:[~2000-01-09 19:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-09 18:42 Graham Murray
2000-01-09 19:47 ` Norbert Koch [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86k8ljyqlt.fsf@s.netic.de \
    --to=norbert@s.netic.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).