From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wes Hardaker Subject: git and possibly 6.30 xemacs bug Date: Tue, 01 Sep 2009 07:30:41 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiUNm-0002PN-9A for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:30:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiUNh-0002Oi-QF for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:30:49 -0400 Received: from [199.232.76.173] (port=40107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiUNh-0002Of-Js for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:30:45 -0400 Received: from mail.hardakers.net ([168.150.236.43]:51101) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MiUNh-0007Z4-8N for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:30:45 -0400 Received: from localhost (wjh.hardakers.net [10.0.0.2]) by mail.hardakers.net (Postfix) with ESMTPSA id 293A4981CD for ; Tue, 1 Sep 2009 07:30:42 -0700 (PDT) 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: emacs-orgmode@gnu.org The select-frame-set-input-focus function doesn't exist in xemacs, which was recently added in org-eval-in-calendar. This seems to be a common problem as gnus defines this to get around it: (defun gnus-select-frame-set-input-focus (frame) "Select FRAME, raise it, and set input focus, if possible." (cond ((featurep 'xemacs) (if (fboundp 'select-frame-set-input-focus) (select-frame-set-input-focus frame) (raise-frame frame) (select-frame frame) (focus-frame frame))) ;; `select-frame-set-input-focus' defined in Emacs 21 will not ;; set the input focus. ((>= emacs-major-version 22) (select-frame-set-input-focus frame)) (t (raise-frame frame) (select-frame frame) (cond ((memq window-system '(x ns mac)) (x-focus-frame frame)) ((eq window-system 'w32) (w32-focus-frame frame))) (when focus-follows-mouse (set-mouse-position frame (1- (frame-width frame)) 0))))) -- \ Wes Hardaker http://pontifications.hardakers.net / \_____ "In the bathtub of history the truth is harder to hold than ________/ \_______ the soap, and much more difficult to find." _______/ \_________ -- Terry Pratchett ______________/ \__________________/