]> code.delx.au - gnu-emacs-elpa/blob - packages/notes-mode/README
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / notes-mode / README
1 Notes-mode
2 ----------
3 by John Heidemann, <johnh@isi.edu>
4
5 For documentation, see
6 notes-mode.info
7 HTML/notes-mode.html
8 or <http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/>
9
10
11 WHAT IS NOTES-MODE?
12 -------------------
13
14 (From the info documentation)
15
16 Notes-mode is an indexing system for on-line note-taking.
17 Notes-mode is composed of two parts, the visible part, a major-mode for
18 emacs to aid note-taking; and the invisible part, scripts which
19 periodically index your notes for you.
20
21 For more sales, including
22 Why keep notes?
23 Why keep notes on-line?
24 Why keep notes with notes-mode?
25 see <http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/notes-mode_1.html>
26
27
28 REQUIREMENTS
29 ------------
30
31 Notes-mode requires Perl-5. For information: http://www.perl.com
32
33
34 INSTALLATION
35 ------------
36
37 For each user:
38 1. Run notesinit
39 (from where it's installed, /usr/local/bin/notesinit
40 by default)
41
42 After you've installed notes mode you're encouraged to subscribe
43 to the mailing lists:
44 Send the message "subscribe" to
45 notes-mode-announce-request@heidemann.la.ca.us and
46 notes-mode-talk-request@heidemann.la.ca.us.
47 (Or use majordomo@heidemann.la.ca.us.)
48
49
50 COPYRIGHT
51 ---------
52
53 Notes-mode is Copyright (C) 1994-2002,2012 Free Software Foundation, Inc.
54 Notes-mode comes with ABSOLUTELY NO WARRANTY.
55 This is Free Software, and you are welcome to redistribute it under certain
56 conditions. See the file ``COPYING'' for details about both of
57 these conditions.
58
59
60 TODO
61 ----
62
63 - figure out how to pass the configured file names to the Perl scripts.
64 - Use `completion-at-point-functions'.
65 - Use epa/epg for encryption.
66 - Figure out what to do about mkall.
67 - Use defcustom and get rid of "* in docstrings.
68 - Remove notes-use-font-lock.
69 - Don't run notes-first just because we load the .el files.
70 - Unify notes-utility-dir and notes-bin-dir.
71 - Add support for mouse-1-click-follows-link.
72