diff options
| author | Dave Love | 2002-12-19 20:47:12 +0000 |
|---|---|---|
| committer | Dave Love | 2002-12-19 20:47:12 +0000 |
| commit | 457c233aeb3b9ecbea3570ed1c85eb2c129e63e6 (patch) | |
| tree | 8c540eafa338a92d6abed26544d8c68dda6593c5 | |
| parent | 73cadfc195d550330735b3358e1b3b45116d4df1 (diff) | |
| download | emacs-457c233aeb3b9ecbea3570ed1c85eb2c129e63e6.tar.gz emacs-457c233aeb3b9ecbea3570ed1c85eb2c129e63e6.zip | |
keyboard-coding-system, optimize-char-coding-system-table
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 11 insertions, 8 deletions
| @@ -653,14 +653,14 @@ This behaviour can be customized via the mouse-wheel-click-event and | |||
| 653 | mouse-wheel-inhibit-click-time variables. | 653 | mouse-wheel-inhibit-click-time variables. |
| 654 | 654 | ||
| 655 | +++ | 655 | +++ |
| 656 | ** The keyboard-coding-system is now automatically set based on | 656 | ** The keyboard-coding-system is now automatically set based on your |
| 657 | your current locale settings. If it turns out that your terminal | 657 | current locale settings if you are not using a window system. This |
| 658 | does not support the encoding implied by your locale (for example, | 658 | may mean that the META key doesn't work but generates non-ASCII |
| 659 | it inserts non-ASCII chars if you hit M-i), you will need to add | 659 | characters instead, depending on how the terminal (or terminal |
| 660 | 660 | emulator) works. Use `set-keyboard-coding-system' (or customize | |
| 661 | (set-keyboard-coding-system nil) | 661 | keyboard-coding-system) if you prefer META to work (the old default) |
| 662 | 662 | or if the locale doesn't describe the character set actually generated | |
| 663 | to your .emacs to revert to the old behavior. | 663 | by the keyboard. See Info node `Single-Byte Character Support'. |
| 664 | 664 | ||
| 665 | +++ | 665 | +++ |
| 666 | ** Emacs now reads the standard abbrevs file ~/.abbrev_defs | 666 | ** Emacs now reads the standard abbrevs file ~/.abbrev_defs |
| @@ -1121,6 +1121,9 @@ with Custom. | |||
| 1121 | 1121 | ||
| 1122 | * Lisp Changes in Emacs 21.4 | 1122 | * Lisp Changes in Emacs 21.4 |
| 1123 | 1123 | ||
| 1124 | ** New function `optimize-char-coding-system-table' can be called | ||
| 1125 | after making changes to `char-coding-system-table'. | ||
| 1126 | |||
| 1124 | ** Byte compiler changes: | 1127 | ** Byte compiler changes: |
| 1125 | 1128 | ||
| 1126 | *** `(featurep 'xemacs)' is treated by the compiler as nil. This | 1129 | *** `(featurep 'xemacs)' is treated by the compiler as nil. This |