comparison etc/NEWS @ 64785:f55bcc082f4a

Fix reference to ~/.emacs.d.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 08 Aug 2005 17:50:20 +0000
parents a6b6f7ca07c5
children 5e45020b2026
comparison
equal deleted inserted replaced
64784:586e574576dd 64785:f55bcc082f4a
1755 1755
1756 *** Emacs now offers to start Scheme if the user tries to 1756 *** Emacs now offers to start Scheme if the user tries to
1757 evaluate a Scheme expression but no Scheme subprocess is running. 1757 evaluate a Scheme expression but no Scheme subprocess is running.
1758 1758
1759 *** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter) 1759 *** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter)
1760 exists in the user's home directory or in `user-emacs-directory', its 1760 exists in the user's home directory or in ~/.emacs.d, its
1761 contents are sent to the Scheme subprocess upon startup. 1761 contents are sent to the Scheme subprocess upon startup.
1762 1762
1763 *** There are new commands to instruct the Scheme interpreter to trace 1763 *** There are new commands to instruct the Scheme interpreter to trace
1764 procedure calls (`scheme-trace-procedure') and to expand syntactic forms 1764 procedure calls (`scheme-trace-procedure') and to expand syntactic forms
1765 (`scheme-expand-current-form'). The commands actually sent to the Scheme 1765 (`scheme-expand-current-form'). The commands actually sent to the Scheme