Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-07 Thread Jason F. McBrayer
"Scott Jaderholm" <[EMAIL PROTECTED]> writes: > This is great. How would you make it so that the frame displays with remember > as the only window ? I have this in my .emacs, which I didn't post before as it wasn't precisely relevant to the question asked: (add-hook 'remember-mode-hook 'delete-o

Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-06 Thread John Wiegley
"Scott Jaderholm" <[EMAIL PROTECTED]> writes: > On 9/6/07, Jason F. McBrayer <[EMAIL PROTECTED]> wrote: > >> I define this function in my .emacs: >> >> (defun my-remember nil >> (progn (select-frame >> (make-frame '((name . "*Remember*") ))) >> (raise-frame) >> (remem

Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-06 Thread Scott Jaderholm
On 9/6/07, Jason F. McBrayer <[EMAIL PROTECTED]> 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

Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-06 Thread pete phillips
> "Jason" == Jason F McBrayer <[EMAIL PROTECTED]> writes: Jason> I define this function in my .emacs: Many thanks for that. It works perfectly. I have function key F9 bound in xbindkeys to run the remember command, and after ^C the frame disappears. Superb. Pete __

Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-06 Thread Jason F. McBrayer
pete phillips <[EMAIL PROTECTED]> writes: > Hi > > I want to bind a keyboard key to run > > /usr/bin/emacsclient.emacs-snapshot -e "(remember)" I define this function in my .emacs: (defun my-remember nil (progn (select-frame (make-frame '((name . "*Remember*") ))) (r

[Orgmode] running remember with emacsclient - how to get a new frame

2007-09-06 Thread pete phillips
Hi I want to bind a keyboard key to run /usr/bin/emacsclient.emacs-snapshot -e "(remember)" so that whatever I am doing I can easily and quickly add a note to my org file using remember. However, when I run /usr/bin/emacsclient.emacs-snapshot -e "(remember)" from the