comparison etc/NEWS @ 46787:6f3953a83c05

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Aug 2002 18:03:01 +0000
parents fa09ee24694e
children 901426f0ae5f
comparison
equal deleted inserted replaced
46786:703592d3b794 46787:6f3953a83c05
83 ** When you are root, and you visit a file whose modes specify 83 ** When you are root, and you visit a file whose modes specify
84 read-only, the Emacs buffer is now read-only too. Type C-x C-q if you 84 read-only, the Emacs buffer is now read-only too. Type C-x C-q if you
85 want to make the buffer writable. (As root, you will in fact be able 85 want to make the buffer writable. (As root, you will in fact be able
86 to alter the file.) 86 to alter the file.)
87 87
88 ** The new command `revert-buffer-with-coding-system' (C-x RET r)
89 revisits the current file using a coding system that you specify.
90
88 --- 91 ---
89 ** ps-print can now print Unicode characters. 92 ** `ps-print' can now print Unicode characters.
90 93
91 Printing text with characters from the mule-unicode-* sets works with 94 Printing text with characters from the mule-unicode-* sets works with
92 ps-print, provided that you have installed the appropriate BDF fonts. 95 ps-print, provided that you have installed the appropriate BDF fonts.
93 See the file INSTALL for URLs where you can find these fonts. 96 See the file INSTALL for URLs where you can find these fonts.
94 97
1014 1017
1015 ** The new variable `auto-coding-functions' lets you specify functions 1018 ** The new variable `auto-coding-functions' lets you specify functions
1016 to examine a file being visited and deduce the proper coding system 1019 to examine a file being visited and deduce the proper coding system
1017 for it. (If the coding system is detected incorrectly for a specific 1020 for it. (If the coding system is detected incorrectly for a specific
1018 file, you can put a `coding:' tags to override it.) 1021 file, you can put a `coding:' tags to override it.)
1022
1023 ** The new function `merge-coding-systems' fills in unspecified aspects
1024 of one coding system from another coding system.
1019 1025
1020 ** The variable `safe-local-eval-forms' specifies a list of forms that 1026 ** The variable `safe-local-eval-forms' specifies a list of forms that
1021 are ok to evaluate when they appear in an `eval' local variables 1027 are ok to evaluate when they appear in an `eval' local variables
1022 specification. Normally Emacs asks for confirmation before evaluating 1028 specification. Normally Emacs asks for confirmation before evaluating
1023 such a form, but if the form appears in this list, no confirmation is 1029 such a form, but if the form appears in this list, no confirmation is