diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /PROBLEMS | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'PROBLEMS')
| -rw-r--r-- | PROBLEMS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -41,7 +41,7 @@ the names work properly with other programs on the same system. | |||
| 41 | This typically happens on Suns and other systems that use shared | 41 | This typically happens on Suns and other systems that use shared |
| 42 | libraries. The cause is that the site has installed a version of the | 42 | libraries. The cause is that the site has installed a version of the |
| 43 | shared library which uses a name server--but has not installed a | 43 | shared library which uses a name server--but has not installed a |
| 44 | similiar version of the unshared library which Emacs uses. | 44 | similar version of the unshared library which Emacs uses. |
| 45 | 45 | ||
| 46 | The result is that most programs, using the shared library, work with | 46 | The result is that most programs, using the shared library, work with |
| 47 | the nameserver, but Emacs does not. | 47 | the nameserver, but Emacs does not. |
| @@ -65,7 +65,7 @@ corresponding pair of files should fix the problem. | |||
| 65 | 65 | ||
| 66 | * Trouble using ptys on AIX. | 66 | * Trouble using ptys on AIX. |
| 67 | 67 | ||
| 68 | People often instll the pty devices on AIX incorrectly. | 68 | People often install the pty devices on AIX incorrectly. |
| 69 | Use `smit pty' to reinstall them properly. | 69 | Use `smit pty' to reinstall them properly. |
| 70 | 70 | ||
| 71 | * Shell mode on HP/UX gives the message, "`tty`: Ambiguous". | 71 | * Shell mode on HP/UX gives the message, "`tty`: Ambiguous". |
| @@ -458,7 +458,7 @@ in sysV.) You can use keyboard-translate-table, as shown above, | |||
| 458 | to map two other input characters (such as C-^ and C-\) into C-s and | 458 | to map two other input characters (such as C-^ and C-\) into C-s and |
| 459 | C-q, so that you can still search and quote. | 459 | C-q, so that you can still search and quote. |
| 460 | 460 | ||
| 461 | I have no intention of ever redisigning the Emacs command set for | 461 | I have no intention of ever redesigning the Emacs command set for |
| 462 | the assumption that terminals use C-s/C-q flow control. This | 462 | the assumption that terminals use C-s/C-q flow control. This |
| 463 | flow control technique is a bad design, and terminals that need | 463 | flow control technique is a bad design, and terminals that need |
| 464 | it are bad merchandise and should not be purchased. If you can | 464 | it are bad merchandise and should not be purchased. If you can |