Mercurial > emacs
comparison etc/NEWS @ 34555:4b8be762c2a6
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 14 Dec 2000 13:47:45 +0000 |
parents | 2cdc07b5db85 |
children | 546b9aec6cd6 |
comparison
equal
deleted
inserted
replaced
34554:1aefbb8d68d8 | 34555:4b8be762c2a6 |
---|---|
208 menu or the Edit menu if there is no major mode menu. | 208 menu or the Edit menu if there is no major mode menu. |
209 | 209 |
210 ** Variable `load-path' is no longer customizable because it contains | 210 ** Variable `load-path' is no longer customizable because it contains |
211 a version-dependent component. | 211 a version-dependent component. |
212 | 212 |
213 ** The <delete> function key is now bound to `delete-char' by default. | 213 ** The new user-option `delete-key-deletes-forward' can be set to |
214 Note that this takes effect only on window systems. On TTYs, Emacs | 214 let the Delete function key delete forward instead of backward. |
215 will receive ASCII 127 when the DEL key is pressed. This | 215 |
216 character is still bound as before. | 216 On window systems, the default value of this option is chosen |
217 according to the keyboard used. If the keyboard has both a Backspace | |
218 key and a Delete key, and both are mapped to their usual meanings, the | |
219 option's default value is set to t, so that Backspace can be used to | |
220 delete backward, and Delete can be used used to delete forward | |
221 | |
222 If not running under a window system, setting this option accomplishes | |
223 a similar effect by mapping C-h, which is usually generated by the | |
224 Backspace key, to DEL, and by mapping DEL to C-d via | |
225 `keyboard-translate'. The former functionality of C-h is available on | |
226 the F1 key. You should probably not use this setting if you don't | |
227 have both Backspace, Delete and F1 keys. | |
228 | |
229 Programmatically, you can call function | |
230 delete-key-deletes-forward-mode to toggle the behavior of the Delete | |
231 key. | |
217 | 232 |
218 ** Item Save Options on the Options menu allows saving options set | 233 ** Item Save Options on the Options menu allows saving options set |
219 using that menu. | 234 using that menu. |
220 | 235 |
221 ** New function executable-make-buffer-file-executable-if-script-p is | 236 ** New function executable-make-buffer-file-executable-if-script-p is |