Mercurial > emacs
annotate admin/notes/BRANCH @ 83300:6deb860255f3
Support for ttys with different character locale settings.
* lisp/server.el (server-process-filter): Set locale environment
variables from client while creating tty frames.
* lisp/faces.el (tty-create-frame-with-faces): Call set-locale-environment.
* lisp/international/mule-cmds.el (set-display-table-and-terminal-coding-system):
Add DISPLAY parameter. Pass it to set-terminal-coding-system.
(set-locale-environment): Add DISPLAY parameter.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-340
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 03 May 2005 03:01:09 +0000 |
parents | b2b85b22b20e |
children |
rev | line source |
---|---|
83120
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
1 This file describes the Arch branch in which it is maintained. |
55428 | 2 Everything below the line is branch-specific. |
3 ________________________________________________________________________ | |
4 | |
83120
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
5 This is the "multi-tty" branch. It contains a version of Emacs that |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
6 is able to create frames on multiple display devices and display |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
7 types, including multiple tty devices and tty+X combined sessions. |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
8 The branch has an enhanced version of emacsclient that is capable of |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
9 opening a new Emacs frame on the terminal it runs on. |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
10 |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
11 Commit access to the multi-tty branch is only available to its |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
12 maintainer, Károly LĹ‘rentey (lorentey@elte.hu). The best way to |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
13 contribute to the project is to create your own public Arch branch, |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
14 and publish your changes there. (I will then be able to easily "pull" |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
15 your changes into the multi-tty branch.) |
55428 | 16 |
83120
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
17 The branch is scheduled for inclusion in the next major release of |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
18 Emacs, version 22. |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
19 |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
20 Please read the file README.multi-tty in the base directory for |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
21 details. |
55428 | 22 |
83120
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
23 |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
24 |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
25 Local Variables: |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
26 coding: utf-8 |
b2b85b22b20e
Added branch description to admin/notes/BRANCH.
Karoly Lorentey <lorentey@elte.hu>
parents:
55428
diff
changeset
|
27 End: |