all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCHv3 0/3] Add `notes' function, take three
@ 2013-06-21 12:16 Michal Nazarewicz
  2013-06-21 12:16 ` [PATCH 1/3] `kill-buffer' runs query functions before checking buffer modification Michal Nazarewicz
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michal Nazarewicz @ 2013-06-21 12:16 UTC (permalink / raw)
  To: Stefan Monnier, Juanma Barranquero; +Cc: emacs-devel

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-06-21 19:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 12:16 [PATCHv3 0/3] Add `notes' function, take three Michal Nazarewicz
2013-06-21 12:16 ` [PATCH 1/3] `kill-buffer' runs query functions before checking buffer modification Michal Nazarewicz
2013-06-21 12:16 ` [PATCH 2/3] `remember-append-to-file' appending to buffer bug fix Michal Nazarewicz
2013-06-21 12:16 ` [PATCH 3/3] Add `notes' function to store random notes across Emacs restarts Michal Nazarewicz
2013-06-21 15:21 ` [PATCHv3 0/3] Add `notes' function, take three Stefan Monnier
2013-06-21 17:13   ` Michal Nazarewicz
2013-06-21 19:14     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.