unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Function for opening `remember-data-file'
@ 2010-03-03 15:39 Deniz Dogan
  2011-02-15 20:52 ` Deniz Dogan
  0 siblings, 1 reply; 5+ messages in thread
From: Deniz Dogan @ 2010-03-03 15:39 UTC (permalink / raw)
  To: Emacs-Devel devel

I can't seem to find a function for opening `remember-data-file', i.e.
the file into which one M-x remembers things.

Could something like this be included in remember.el?

(defun remember-open ()
  (interactive)
  (funcall
   (if remember-in-new-frame
       #'find-file-other-frame
     #'find-file)
   remember-data-file))

I'm not sure how this would be implemented for the variety of
different back-ends, but at least it's a start.

-- 
Deniz Dogan




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

end of thread, other threads:[~2011-02-16 15:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 15:39 Function for opening `remember-data-file' Deniz Dogan
2011-02-15 20:52 ` Deniz Dogan
2011-02-16  0:37   ` Leo
2011-02-16 11:23     ` Deniz Dogan
2011-02-16 15:57       ` Leo

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).