From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Patch for windowing problem Date: Wed, 22 Jul 2009 00:25:55 -0400 Message-ID: <11191.1248236755@gamaville.dokosmarshall.org> References: <4A5F8060.3060607@sift.info> <87k5281a7r.fsf@bzg.ath.cx> <4A5FC780.5020909@sift.info> <87iqhrlp6o.fsf@bzg.ath.cx> <4A60737E.3080600@sift.info> <87r5weqsm5.fsf@bzg.ath.cx> <4A64C5F0.6070701@sift.info> <87zlazglxn.fsf@bzg.ath.cx> <4A64ED9E.7040406@sift.info> <87iqhmtrsi.fsf@bzg.ath.cx> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTTQ2-0001w3-7V for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 00:27:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTTPx-0001qR-FZ for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 00:27:05 -0400 Received: from [199.232.76.173] (port=47616 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTTPx-0001qH-CQ for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 00:27:01 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:45174) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTTPx-0007gy-0L for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 00:27:01 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KN6002QG1MH3BLA@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 23:25:30 -0500 (CDT) In-reply-to: Message from Bastien of "Tue, 21 Jul 2009 09:32:29 +0200." <87iqhmtrsi.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org, Robert Goldman Bastien wrote: > Hi Robert, > > Robert Goldman writes: > > > The closest I can do is to set calendar-setup to 'two-frame, which > > does pop up a frame and leave my cursor trapped in it, but it actually > > behaves even /worse/ than Aquamacs, because I can't assign a date at > > all. > > Yes, this is a bug - fixed. Let me know if it also fixes the other > issue you have - if not, I will investigate further. > Hi Bastien, AFAICT this has *not* been fixed: I might have made a mistake of course, so if anybody else decides to test it, I for one would be grateful. I'm pretty sure that I got the update (commit 3c031462f5b3a30b1fdd77e0c111586b8287a154) and I rebuilt org-mode and restarted emacs (I did an org-reload, tested without success and restarted emacs just to make sure I was getting the new bits). I eval the following form in the *scratch* buffer: (setq calendar-setup 'calendar-only) to enable frames for the calendar, and then I do (org-remember), and do C-c C-s to schedule it. The calendar frame pops up, but clicking on it does nothing: I don't get the overlay in the minibuffer that I get when I don't use calendar frames. The only way to change the date is using the keyboard (+3, S-, etc). Thanks, Nick