[2858] in SIPB bug reports
GNUS speedups, gnus-dist, and RCS
daemon@ATHENA.MIT.EDU (yandros@Athena.MIT.EDU)
Sat May 23 04:56:12 1992
From: yandros@Athena.MIT.EDU
Date: Sat, 23 May 92 04:55:44 -0400
To: bug-sipb@Athena.MIT.EDU, usenet@Athena.MIT.EDU
Reply-To: yandros@Athena.MIT.EDU
For the installation, I did:
o copied gnus-speedups.el into sipbsrc/src/lib/elisp/gnus-dist
o byte-compiled gnus-speedups.el in above dir
o ci -u'd both files.
At this point, I noticed:
hodge:/mit/sipbsrc/src/lib/elisp/gnus-dist
:->l RCS/
total 403
-r--r--r-- 1 jik 1708 Feb 27 21:22 Makefile,v
-r--r--r-- 1 yandros 5298 May 23 04:19 gnus-speedups.el,v
-r--r--r-- 1 yandros 3231 May 23 04:24 gnus-speedups.elc,v
-r--r--r-- 1 jik 235485 Feb 27 21:05 gnus.el,v
-r--r--r-- 1 jik 164226 Feb 27 21:06 gnus.texinfo,v
What's the deal here? shouldn't they all be under RCS, or do we not
care since they're presumably straight from the dist? Since
gnus.elc wasn't under RCS, I removed gnus-speedups.elc, since we
can always regenerate it later...
o rm'd RCS/gnus-speedups.elc,v, as per above.
o co -l gnus.el
o added (load "gnus-speedups") at bottom of gnus.el
o ci -u gnus.el
o tried to bytecompile gnus.el
o fs lq
Volume Name Quota Used % Used Partition
project.sipbsrc 120000 120078 100%<< 81% <<WARNING
:(
o removed some deleted files to make room for the bytecompiled file:
.#Makefile~
.#gnus.elc
.#gnus.el~
.#gnus.texinfo~
gnus.el~
o bytecompiled gnus.el
o cp gnus.elc /afs/.sipb/project/sipb/lib/elisp/gnus-dist/gnus.elc
cp gnus-speedups.elc /afs/.sipb/project/sipb/lib/elisp/gnus-dist/gnus-speedups.elc
o ln -s gnus-dist/gnus-speedups.elc from /afs/.sipb/project/sipb/lib/elisp
Did I forget anything?
-C