all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Deniz Dogan <deniz.a.m.dogan@gmail.com>
To: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Function for opening `remember-data-file'
Date: Wed, 3 Mar 2010 16:39:22 +0100	[thread overview]
Message-ID: <7b501d5c1003030739w430d4421hcb858ce275db437c@mail.gmail.com> (raw)

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




             reply	other threads:[~2010-03-03 15:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 15:39 Deniz Dogan [this message]
2011-02-15 20:52 ` Function for opening `remember-data-file' Deniz Dogan
2011-02-16  0:37   ` Leo
2011-02-16 11:23     ` Deniz Dogan
2011-02-16 15:57       ` Leo

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

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

  git send-email \
    --in-reply-to=7b501d5c1003030739w430d4421hcb858ce275db437c@mail.gmail.com \
    --to=deniz.a.m.dogan@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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 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.