From: dkcombs@panix.com (David Combs)
Subject: how to *find news, doc, etc* on cvs emacs?
Date: 26 Jul 2006 18:05:52 -0400 [thread overview]
Message-ID: <ea8p00$348$1@panix3.panix.com> (raw)
First, I use lynx as browser (knows not javascript).
I've gone to the savannah (cvs) emacs site, but that
seemed to get me nowhere.
What I want, before grabbing it (cvs emacs), is to
see some doc on it, maybe NEWS, Any idea of where
to find this?
BTW, here's what I was told some time ago (a year ago?),
about downloading the actual cvs sources -- are they
still correct?:
[] emacs: ********* how to grab the cvs version of emacs
I asked this earlier, I recall, but cannot find the answer
anywhere. Sorry.
| dkcombs@panix.com (David Combs) wrote:
|
| > Could someone show me some
| > "for total-dummies" recipe for actually grabbing the CVS emacs?
|
| cd into the directory you would like the emacs sources to be in.
| (for example, I put all my cvs snarfed programs into /build)
|
| then type:
| cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs login
|
| when you are prompted for a password just press return.
| (the password for anonymous access is the empty string)
|
| then type:
| cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs
| (co means checkout)
|
| bingo! you should have an emacs source tree.
|
| Read emacs/INSTALL-CVS, especially:
|
| Some of the files that are included in the Emacs tarball, such as
| byte-compiled Lisp files, are not stored in the CVS repository.
| Therefore, to build from CVS you must run "make bootstrap"
| instead of just "make":
|
| $ ./configure
| $ make bootstrap
|
|
| After some time has passed you might want to update your sources, to
| get recent changes. I'm not sure what is the best way to do that,
| but a straightforward way is to type:
| -more- http://groups.google.com/grphp?hl=en
|
|
|
| After some time has passed you might want to update your sources, to
| get recent changes. I'm not sure what is the best way to do that,
| but a straightforward way is to type:
|
| cvs up
|
| from within the emacs directory.
Thanks!
David
next reply other threads:[~2006-07-26 22:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-26 22:05 David Combs [this message]
2006-07-26 22:54 ` how to *find news, doc, etc* on cvs emacs? Johan Bockgård
2006-07-26 22:59 ` Eric Hanchrow
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='ea8p00$348$1@panix3.panix.com' \
--to=dkcombs@panix.com \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.