comparison =PROBLEMS @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents c93004d53e7a
children
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
39 the names work properly with other programs on the same system. 39 the names work properly with other programs on the same system.
40 40
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.
48 48
49 The fix is to install an unshared library that corresponds to what you 49 The fix is to install an unshared library that corresponds to what you
63 with the Emacs executable. Redumping Emacs and then installing the 63 with the Emacs executable. Redumping Emacs and then installing the
64 corresponding pair of files should fix the problem. 64 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".
72 72
73 christos@theory.tn.cornell.edu says: 73 christos@theory.tn.cornell.edu says:
456 they may not happen in 4.3 or VMS, and I don't know what would happen 456 they may not happen in 4.3 or VMS, and I don't know what would happen
457 in sysV.) You can use keyboard-translate-table, as shown above, 457 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
465 get some use out of GNU Emacs on inferior terminals, I am glad, 465 get some use out of GNU Emacs on inferior terminals, I am glad,
466 but I will not make Emacs worse for properly designed systems 466 but I will not make Emacs worse for properly designed systems