Mercurial > emacs
comparison etc/NEWS @ 97138:cc10cad95d85
Document file-local-variables-alist and before-hack-local-variables-hook
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 31 Jul 2008 01:27:33 +0000 |
parents | d622f6dc147d |
children | 1f11efe01535 |
comparison
equal
deleted
inserted
replaced
97137:c33982d8abdc | 97138:cc10cad95d85 |
---|---|
1205 **** `char-code-property-description' returns the description string of | 1205 **** `char-code-property-description' returns the description string of |
1206 a character code property. | 1206 a character code property. |
1207 | 1207 |
1208 *** New variables: | 1208 *** New variables: |
1209 | 1209 |
1210 **** file-local-variables-alist stores an alist of file-local | |
1211 variables defined in the current buffer. | |
1212 | |
1210 **** `find-word-boundary-function-table' is a char-table of functions to | 1213 **** `find-word-boundary-function-table' is a char-table of functions to |
1211 search for a word boundary. | 1214 search for a word boundary. |
1212 | 1215 |
1213 **** `char-script-table' is a char-table of script names. | 1216 **** `char-script-table' is a char-table of script names. |
1214 | 1217 |
1338 *** Function key sequences are now mapped using `local-function-key-map', | 1341 *** Function key sequences are now mapped using `local-function-key-map', |
1339 a new variable. This inherits from the global variable function-key-map, | 1342 a new variable. This inherits from the global variable function-key-map, |
1340 which is not used directly any more. | 1343 which is not used directly any more. |
1341 | 1344 |
1342 *** New hooks: | 1345 *** New hooks: |
1346 | |
1347 **** before-hack-local-variables-hook is called after setting new | |
1348 variable file-local-variables-alist, and before actually applying the | |
1349 file-local variables. | |
1343 | 1350 |
1344 **** `suspend-tty-functions' and `resume-tty-functions' are called | 1351 **** `suspend-tty-functions' and `resume-tty-functions' are called |
1345 after a tty frame has been suspended or resumed, respectively. The | 1352 after a tty frame has been suspended or resumed, respectively. The |
1346 functions are called with the terminal id of the frame being | 1353 functions are called with the terminal id of the frame being |
1347 suspended/resumed as a parameter. | 1354 suspended/resumed as a parameter. |