emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCHv3 0/3] Add `notes' function, take three


From: Michal Nazarewicz
Subject: [PATCHv3 0/3] Add `notes' function, take three
Date: Fri, 21 Jun 2013 14:16:40 +0200

All right, the third take for the `notes' function.  I've been running
this for a couple of days so I'm reasonably sure it won't blow up
anyone's computer. ;)

Change to kill-buffer allowed an advice to be replaced with a hook,
and after looking more closely at remember.el, I think notes might be
a good fit for it.

Stefan, are you still not convinced, and prefer to have it in ELPA
after all?

The second patch is actually unrelated, but something I've noticed
while playing with notes.

Michal Nazarewicz (3):
  `kill-buffer' runs query functions before checking buffer
    modification.
  `remember-append-to-file' appending to buffer bug fix
  Add `notes' function to store random notes across Emacs restarts.

 etc/NEWS                   |   8 ++
 lisp/ChangeLog             |  31 ++++++++
 lisp/startup.el            |   3 +-
 lisp/textmodes/remember.el | 177 ++++++++++++++++++++++++++++++++++++++++++---
 lisp/window.el             |   8 ++
 src/ChangeLog              |   8 ++
 src/buffer.c               |  24 +++---
 7 files changed, 234 insertions(+), 25 deletions(-)

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]