all messages for Emacs-related lists mirrored at yhetil.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 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.