diff options
| author | Karoly Lorentey | 2004-08-11 17:33:32 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-08-11 17:33:32 +0000 |
| commit | be0f41236b6a07370695748ca0d827b6a95fa0ba (patch) | |
| tree | 38a18cc555e891fb77ae34aacf6b8bef03c07bc6 | |
| parent | 414834ebfc9768af883783ba138c6ece93b14324 (diff) | |
| download | emacs-be0f41236b6a07370695748ca0d827b6a95fa0ba.tar.gz emacs-be0f41236b6a07370695748ca0d827b6a95fa0ba.zip | |
Updated archive location in docs. (Thanks to Dan Waber.)
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-230
| -rw-r--r-- | README.multi-tty | 11 | ||||
| -rw-r--r-- | etc/TODO | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/README.multi-tty b/README.multi-tty index a6f871e0f8e..863696796a4 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -29,7 +29,14 @@ Comments, bug reports, suggestions and patches are welcome! | |||
| 29 | 29 | ||
| 30 | Retrieving the latest version of the branch: | 30 | Retrieving the latest version of the branch: |
| 31 | 31 | ||
| 32 | tla register-archive lorentey@elte.hu--2004 http://lorentey.web.elte.hu/arch/2004/ | 32 | tla register-archive lorentey@elte.hu--2004 http://lorentey.hu/arch/2004/ |
| 33 | tla get lorentey@elte.hu--2004/emacs--multi-tty <directory> | ||
| 34 | |||
| 35 | This incantation uses my private archive mirror that is hosted on a | ||
| 36 | relatively low-bandwidth site; if you are outside Hungary, you will | ||
| 37 | probably want to you use the Arch supermirror instead: | ||
| 38 | |||
| 39 | tla register-archive lorentey@elte.hu--2004 http://mirrors.gnuarch.org/lorentey@elte.hu--2004/ | ||
| 33 | tla get lorentey@elte.hu--2004/emacs--multi-tty <directory> | 40 | tla get lorentey@elte.hu--2004/emacs--multi-tty <directory> |
| 34 | 41 | ||
| 35 | (I use a recent arch development snapshot, but any of the released | 42 | (I use a recent arch development snapshot, but any of the released |
| @@ -47,7 +54,7 @@ system, I highly recommend it. | |||
| 47 | If you don't have arch, the branch has a homepage from which you can | 54 | If you don't have arch, the branch has a homepage from which you can |
| 48 | download conventional patches against Emacs CVS HEAD: | 55 | download conventional patches against Emacs CVS HEAD: |
| 49 | 56 | ||
| 50 | http://lorentey.web.elte.hu/project/emacs.html | 57 | http://lorentey.hu/project/emacs.html |
| 51 | 58 | ||
| 52 | If you want to be notified of new revisions, sign up to the | 59 | If you want to be notified of new revisions, sign up to the |
| 53 | multi-tty@listbox.elte.hu mailing list by visiting the | 60 | multi-tty@listbox.elte.hu mailing list by visiting the |
| @@ -146,7 +146,7 @@ to the FSF. | |||
| 146 | ** Support simultaneous tty and X frames. [For a partial | 146 | ** Support simultaneous tty and X frames. [For a partial |
| 147 | implementation, see tla branch | 147 | implementation, see tla branch |
| 148 | lorentey@elte.hu--2004/emacs--multi-tty--0 at | 148 | lorentey@elte.hu--2004/emacs--multi-tty--0 at |
| 149 | http://lorentey.web.elte.hu/arch/2004] | 149 | http://lorentey.hu/arch/2004] |
| 150 | 150 | ||
| 151 | ** Provide MIME support for Rmail using the Gnus MIME library. [Maybe | 151 | ** Provide MIME support for Rmail using the Gnus MIME library. [Maybe |
| 152 | not now feasible, given Gnus maintenance decisions. fx looked at | 152 | not now feasible, given Gnus maintenance decisions. fx looked at |