diff options
| author | Glenn Morris | 2014-02-18 00:09:51 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-18 00:09:51 -0800 |
| commit | a73fae1ffa16e60f5ddc3a5536d322edc10a8a83 (patch) | |
| tree | c385145c21090a9d5e28d07a24476e902ad22b35 /etc | |
| parent | 1825653e3dd0c9f1d6361f0afc62301b68015acc (diff) | |
| download | emacs-a73fae1ffa16e60f5ddc3a5536d322edc10a8a83.tar.gz emacs-a73fae1ffa16e60f5ddc3a5536d322edc10a8a83.zip | |
Some remember doc
* doc/misc/remember.texi (copying): Bump remember mode version.
(Installation): Remove unnecessary chapter.
(Quick Start): No need to explicitly load remember.el.
(Separate Text Files): New section.
* lisp/textmodes/remember.el (remember-data-directory)
(remember-directory-file-name-format, remember-store-in-files)
(remember-notes-initial-major-mode, remember-notes-bury-on-kill)
(remember-notes-save-and-bury-buffer)
(remember-notes--kill-buffer-query): Doc fixes.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -28,6 +28,7 @@ otherwise leave it unmarked. | |||
| 28 | This happens by default if a suitable support library is found at | 28 | This happens by default if a suitable support library is found at |
| 29 | build time, like libacl on GNU/Linux. To prevent this, use the | 29 | build time, like libacl on GNU/Linux. To prevent this, use the |
| 30 | configure option `--disable-acl'. | 30 | configure option `--disable-acl'. |
| 31 | FIXME? Should be --without-acl? | ||
| 31 | 32 | ||
| 32 | ** Emacs can now be compiled with file notification support. | 33 | ** Emacs can now be compiled with file notification support. |
| 33 | This happens by default if a suitable system library is found at | 34 | This happens by default if a suitable system library is found at |
| @@ -720,11 +721,11 @@ buffer and can be used that way by setting `initial-buffer-choice' to | |||
| 720 | Without the second change, the *scratch* buffer will still be there | 721 | Without the second change, the *scratch* buffer will still be there |
| 721 | for notes that do not need to be preserved. | 722 | for notes that do not need to be preserved. |
| 722 | 723 | ||
| 723 | *** The Remember package can now store notes in separates files. | 724 | +++ |
| 724 | You can use the new function `remember-store-in-files' within the | 725 | *** Remember can now store notes in separate files. |
| 725 | `remember-handler-functions' option. See `remember-data-directory' | 726 | To use this, add `remember-store-in-files' to the `remember-handler-functions' |
| 726 | and `remember-directory-file-name-format' for new options related to | 727 | option. The files are saved in `remember-data-directory' using |
| 727 | this function. | 728 | names specified by `remember-directory-file-name-format'. |
| 728 | 729 | ||
| 729 | ** Rmail | 730 | ** Rmail |
| 730 | 731 | ||