comparison README.multi-tty @ 83274:c22274b1aa9b

README updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-314
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 22 Mar 2005 15:00:17 +0000
parents 3b1209720d0e
children 6f9586cdd29c
comparison
equal deleted inserted replaced
83273:1cd1aa464b44 83274:c22274b1aa9b
81 tty device support and simultaneous X and tty frame support works 81 tty device support and simultaneous X and tty frame support works
82 fine. Emacsclient has been extended to support opening new tty and X 82 fine. Emacsclient has been extended to support opening new tty and X
83 frames. It has been changed open new Emacs frames by default. 83 frames. It has been changed open new Emacs frames by default.
84 84
85 The multi-tty branch has been scheduled for inclusion in the next 85 The multi-tty branch has been scheduled for inclusion in the next
86 major release of Emacs (version 22). I expect the merge into the 86 major release of Emacs (version 23). I expect the merge into the
87 development trunk to occur sometime during next year (2005), after the 87 development trunk to occur sometime during next year (2005), after the
88 merge of the Unicode branch. 88 merge of the Unicode branch.
89 89
90 Tested on GNU/Linux, Solaris 8, FreeBSD and OpenBSD. Please let me 90 Tested on GNU/Linux, Solaris 8, FreeBSD and OpenBSD. Please let me
91 know if you succeed or fail to use it on other platforms---I'll have a 91 know if you succeed or fail to use it on other platforms---I'll have a
92 few tricky test cases for you. 92 few tricky test cases for you.
93 93
94 Known problems: 94 Known problems:
95
96 * GTK support. If you compile your Emacs with the GTK
97 toolkit, some functionality of multi-tty will be lost.
98 Current releases of GTK have limitations and bugs that
99 prevent full-blown multi-display support in Emacs. Use the
100 Lucid toolkit if you want to see a complete feature set.
95 101
96 * The single-kboard mode. 102 * The single-kboard mode.
97 103
98 If your multi-tty Emacs session seems to be frozen, you 104 If your multi-tty Emacs session seems to be frozen, you
99 probably have a recursive editing session or a pending 105 probably have a recursive editing session or a pending
140 tla register-archive -f http://lorentey.hu/arch/2004/ 146 tla register-archive -f http://lorentey.hu/arch/2004/
141 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory> 147 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory>
142 148
143 This incantation uses my private archive mirror that is hosted on a 149 This incantation uses my private archive mirror that is hosted on a
144 relatively low-bandwidth site; if you are outside Hungary, you will 150 relatively low-bandwidth site; if you are outside Hungary, you will
145 probably want to you use the Arch supermirror instead: (Note that the 151 probably want to you use my secondary mirror: (Note that the -f option
146 -f option will overwrite the archive location if you have previously 152 will overwrite the archive location if you have previously registered
147 registered the Hungarian one.) 153 the Hungarian one.)
148 154
149 tla register-archive -f http://mirrors.gnuarch.org/lorentey@elte.hu--2004/ 155 tla register-archive -f http://aszt.inf.elte.hu/~lorentey/mirror/arch/2004
156 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory>
157
158 http://aszt.inf.elte.hu/~lorentey/mirror/arch/2004
159
160 The Arch supermirror provides mirroring services for all public Arch
161 repositories. We have a mirror there, too, if you prefer.
162
163 tla register-archive -f http://mirrors.sourcecontrol.net/lorentey%40elte.hu--2004
150 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory> 164 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory>
151 165
152 My GPG key id is 0FB27A3F; it is available from 166 My GPG key id is 0FB27A3F; it is available from
153 hkp://wwwkeys.eu.pgp.net/, or from my homepage at 167 hkp://wwwkeys.eu.pgp.net/, or from my homepage at
154 http://lorentey.hu/rolam/gpg.html) 168 http://lorentey.hu/rolam/gpg.html)
164 178
165 If you don't have tla, the branch has a homepage from which you can 179 If you don't have tla, the branch has a homepage from which you can
166 download conventional patches against Emacs CVS HEAD: 180 download conventional patches against Emacs CVS HEAD:
167 181
168 http://lorentey.hu/project/emacs.html 182 http://lorentey.hu/project/emacs.html
183
184 DEBIAN PACKAGES
185 ---------------
186
187 If you run Debian, or a distribution based on Debian, you are welcome
188 to use our binary packages; put these lines in your /etc/apt/sources.list:
189
190 # Multi-tty Emacs
191 deb http://aszt.inf.elte.hu/~lorentey/mirror/apt ./
192 deb-src http://aszt.inf.elte.hu/~lorentey/mirror/apt ./
193
194 Note that these packages are intended solely to provide an easy way to
195 test the new multi-tty features. They are not to be taken as Emacs
196 releases, and it's a mistake to expect robust operation or any kind of
197 timely support for them. Do not install them, unless you'd like to
198 have your editor crash on you.
169 199
170 200
171 COMPILATION 201 COMPILATION
172 ----------- 202 -----------
173 203