emacs-devel
[Top][All Lists]
Advanced

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

[PATCHv4 0/4] Add `remember-notes' function


From: Michal Nazarewicz
Subject: [PATCHv4 0/4] Add `remember-notes' function
Date: Mon, 24 Jun 2013 14:35:44 +0200

Most importantly, compared to version 3, this version removes the
`notes-file' defucstom and replaces loading of the notes file with
a call to `find-file-noselect' (both suggested by Stefan).  I've also
ripped out auto-save handlling since `find-file-noselect' should now
handle this like it does with other files.

The second and fourth patch are unrelated to the remember-notes
function and are just things that I've noticed while looking through
the code.

Michal Nazarewicz (4):
  `kill-buffer' runs query functions before checking buffer
    modification.
  `remember-append-to-file' appending to buffer bug fix
  Add `remember-notes' function to store notes across Emacs restarts.
  Simplify conditional expression in `find-file-noselect'.

 etc/NEWS                   |   8 +++
 lisp/ChangeLog             |  31 +++++++++++
 lisp/files.el              |  13 +++--
 lisp/startup.el            |   3 +-
 lisp/textmodes/remember.el | 129 ++++++++++++++++++++++++++++++++++++++++-----
 lisp/window.el             |   8 +++
 src/ChangeLog              |   8 +++
 src/buffer.c               |  24 ++++-----
 8 files changed, 192 insertions(+), 32 deletions(-)

-- 
1.8.3.1




reply via email to

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