From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Scott Jaderholm" Subject: Re: running remember with emacsclient - how to get a new frame Date: Thu, 6 Sep 2007 15:30:46 -0600 Message-ID: References: <13256.1189076942@lap1.smtl.co.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1681809866==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITOw5-00009W-Pn for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 17:30:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITOw3-00005Z-W4 for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 17:30:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITOw3-000055-Pp for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 17:30:47 -0400 Received: from rv-out-0910.google.com ([209.85.198.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITOw3-0005Fk-Ks for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 17:30:47 -0400 Received: by rv-out-0910.google.com with SMTP id c27so220312rvf for ; Thu, 06 Sep 2007 14:30:46 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Jason F. McBrayer" Cc: emacs-orgmode@gnu.org --===============1681809866== Content-Type: multipart/alternative; boundary="----=_Part_38439_23009715.1189114246366" ------=_Part_38439_23009715.1189114246366 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/6/07, Jason F. McBrayer wrote: > I define this function in my .emacs: > > (defun my-remember nil > (progn (select-frame > (make-frame '((name . "*Remember*") ))) > (raise-frame) > (remember))) > Jason, This is great. How would you make it so that the frame displays with remember as the only window ? Thank you, Scott ------=_Part_38439_23009715.1189114246366 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/6/07, Jason F. McBrayer <jmcbray@carcosa.net> wrote:
I define this function in my .emacs:

(defun my-remember nil
  (progn (select-frame
          (make-frame '((name . "*Remember*") )))
         (raise-frame)
         (remember)))

Jason,

This is great. How would you make it so that the frame displays with remember as the only window ?

Thank you,
Scott
------=_Part_38439_23009715.1189114246366-- --===============1681809866== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1681809866==--