unofficial mirror of emacs-devel@gnu.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: Re: Function for opening `remember-data-file'
Date: Tue, 15 Feb 2011 21:52:07 +0100	[thread overview]
Message-ID: <AANLkTi=Vugktab6fzJ6RjLagwmemSTgEeV4bfJkGcxap@mail.gmail.com> (raw)
In-Reply-To: <7b501d5c1003030739w430d4421hcb858ce275db437c@mail.gmail.com>

2010/3/3 Deniz Dogan <deniz.a.m.dogan@gmail.com>:
> 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.
>

So no objections then?

-- 
Deniz Dogan



  reply	other threads:[~2011-02-15 20:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 15:39 Function for opening `remember-data-file' Deniz Dogan
2011-02-15 20:52 ` Deniz Dogan [this message]
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

  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='AANLkTi=Vugktab6fzJ6RjLagwmemSTgEeV4bfJkGcxap@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 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).