diff options
| author | Chong Yidong | 2007-04-04 16:02:37 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-04 16:02:37 +0000 |
| commit | 331345ba4d65c3afc9f3bb6b7bcbb235e4fb45c4 (patch) | |
| tree | 21dd80567cf0106a24e65965f66a9a3b759d1c46 | |
| parent | 45948ea1b40e5ea0f1009c11845dd4ffd13860f6 (diff) | |
| download | emacs-331345ba4d65c3afc9f3bb6b7bcbb235e4fb45c4.tar.gz emacs-331345ba4d65c3afc9f3bb6b7bcbb235e4fb45c4.zip | |
Add ascii-case-table and with-case-table.
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -4046,6 +4046,12 @@ inside timer functions and `post-command-hook' functions. | |||
| 4046 | This combines `defalias' and `make-obsolete'. | 4046 | This combines `defalias' and `make-obsolete'. |
| 4047 | 4047 | ||
| 4048 | +++ | 4048 | +++ |
| 4049 | *** New macro `with-case-table' | ||
| 4050 | |||
| 4051 | This executes the body with the case table temporarily set to a given | ||
| 4052 | case table. | ||
| 4053 | |||
| 4054 | +++ | ||
| 4049 | *** New function `unsafep' determines whether a Lisp form is safe. | 4055 | *** New function `unsafep' determines whether a Lisp form is safe. |
| 4050 | 4056 | ||
| 4051 | It returns nil if the given Lisp form can't possibly do anything | 4057 | It returns nil if the given Lisp form can't possibly do anything |
| @@ -5844,6 +5850,12 @@ to examine a file being visited and deduce the proper coding system | |||
| 5844 | for it. (If the coding system is detected incorrectly for a specific | 5850 | for it. (If the coding system is detected incorrectly for a specific |
| 5845 | file, you can put a `coding:' tags to override it.) | 5851 | file, you can put a `coding:' tags to override it.) |
| 5846 | 5852 | ||
| 5853 | +++ | ||
| 5854 | *** The new variable `ascii-case-table' stores the case table for the | ||
| 5855 | ascii character set. Language environments (such as Turkish) may | ||
| 5856 | alter the case correspondences of ASCII characters. This variable | ||
| 5857 | saves the original ASCII case table before any such changes. | ||
| 5858 | |||
| 5847 | --- | 5859 | --- |
| 5848 | *** The new function `merge-coding-systems' fills in unspecified aspects | 5860 | *** The new function `merge-coding-systems' fills in unspecified aspects |
| 5849 | of one coding system from another coding system. | 5861 | of one coding system from another coding system. |