unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Michal Nazarewicz <mina86@mina86.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>,
	Juanma Barranquero <lekktu@gmail.com>
Cc: emacs-devel@gnu.org
Subject: [PATCHv3 0/3] Add `notes' function, take three
Date: Fri, 21 Jun 2013 14:16:40 +0200	[thread overview]
Message-ID: <cover.1371816337.git.mina86@mina86.com> (raw)

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	other threads:[~2013-06-21 12:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-21 12:16 Michal Nazarewicz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1371816337.git.mina86@mina86.com \
    --to=mina86@mina86.com \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).