diff options
| author | YAMAMOTO Mitsuharu | 2007-04-26 09:43:54 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-04-26 09:43:54 +0000 |
| commit | 1939cd046095f1d46306bb63a3f1f82cea736059 (patch) | |
| tree | 807b604d9b63f507c12e54f8c56575537a586404 /mac | |
| parent | a6358479a80de226858965f44321beb621117b3c (diff) | |
| download | emacs-1939cd046095f1d46306bb63a3f1f82cea736059.tar.gz emacs-1939cd046095f1d46306bb63a3f1f82cea736059.zip | |
Fix description about using colors in terminal.
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 6 | ||||
| -rw-r--r-- | mac/INSTALL | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 5b75618401c..d27d09e230d 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2007-04-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * INSTALL: Fix description about using colors in terminal. | ||
| 4 | |||
| 1 | 2007-04-26 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) | 5 | 2007-04-26 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * INSTALL: Fix typos (/Application -> /Applications) | 7 | * INSTALL: Fix typos (/Application -> /Applications). |
| 4 | 8 | ||
| 5 | 2007-04-26 Glenn Morris <rgm@gnu.org> | 9 | 2007-04-26 Glenn Morris <rgm@gnu.org> |
| 6 | 10 | ||
diff --git a/mac/INSTALL b/mac/INSTALL index 593b4f9ad55..30dc539afab 100644 --- a/mac/INSTALL +++ b/mac/INSTALL | |||
| @@ -21,8 +21,8 @@ must install as root using the sudo command. However, it is not | |||
| 21 | recommended; see the notes section below for more details. | 21 | recommended; see the notes section below for more details. |
| 22 | 22 | ||
| 23 | The --enable-carbon-app specifies that the Carbon GUI application | 23 | The --enable-carbon-app specifies that the Carbon GUI application |
| 24 | should be installed into /Applications. If you want it to install in a | 24 | should be installed into /Applications. If you want it to install in |
| 25 | different location, specify --enable-carbon-app=<mydir> | 25 | a different location, specify --enable-carbon-app=<mydir> |
| 26 | 26 | ||
| 27 | You can type `make bootstrap' instead of `make' to rebuild everything, | 27 | You can type `make bootstrap' instead of `make' to rebuild everything, |
| 28 | including byte-compiling the Lisp files. | 28 | including byte-compiling the Lisp files. |
| @@ -60,8 +60,8 @@ building Emacs to run on X Window System, you need to specify like: | |||
| 60 | Note that the Carbon-specific functions mentioned above are not | 60 | Note that the Carbon-specific functions mentioned above are not |
| 61 | available on the X11-enabled build. | 61 | available on the X11-enabled build. |
| 62 | 62 | ||
| 63 | To use colors in a terminal, put the following lines in the file | 63 | To use colors in Terminal.app on Mac OS X 10.1, put the following |
| 64 | ~/.termcap and log in again. | 64 | lines in the file ~/.termcap and log in again. |
| 65 | 65 | ||
| 66 | ----- | 66 | ----- |
| 67 | # added ANSI color | 67 | # added ANSI color |