emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] Re: remember to stay in current window


From: Rino Mardo
Subject: Re: [emacs-wiki-discuss] Re: remember to stay in current window
Date: Tue, 29 Mar 2005 18:25:43 +0300

it works! it works! sacha rocks! :)

thanks.


* Task

A  _ i really should learn lisp


On Tue, 29 Mar 2005 22:44:13 +0800, Sacha Chua <address@hidden> wrote:
> Rino Mardo <address@hidden> writes:
> 
> > i'm using planner-remember extensively and one thing that annoys me is
> > everytime i do planner-create-note-from-task it opens the same buffer
> > in another window.
> > how can i make it use the current window the cursor is in?
> 
> Try the following Lisp code. =)
> 
> (defadvice planner-create-note-from-task (around joroxx activate)
>  "Stay in the same window."
>  (let ((planner-use-other-window nil))
>     ad-do-it))
> 
> Hope that helps!
> --
> Sacha Chua <address@hidden> - open source geekette
> http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
> interests: emacs, gnu/linux, personal information management, CS ed
> sachac on irc.freenode.net#emacs . YM: sachachua83
> 
> _______________________________________________
> emacs-wiki-discuss mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
> 


-- 
Registered Debian Linux user #93359
Take back the web! getfirefox.com
YM: rmardo
http://www.emacswiki.org/cgi-bin/wiki/RinoMardo

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]