From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Support (or not) for Emacs 21, and XEmacs Date: Fri, 16 Apr 2010 16:39:51 +0200 Message-ID: <237EB140-6923-47B2-8991-511BEAA6C682@uva.nl> References: <15649C3E-517D-433D-977F-06008C20A4F4@gmail.com> <87k4s7mtvk.fsf@gmx.de> <874ojb4k1t.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2miK-0002GV-PW for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:40:12 -0400 Received: from [140.186.70.92] (port=38924 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2miG-0002By-LB for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:40:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2mi7-0003kK-Gy for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:40:08 -0400 Received: from postduif.ic.uva.nl ([145.18.40.180]:33919) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2mi6-0003jv-D9 for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:39:59 -0400 In-Reply-To: <874ojb4k1t.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Org-Mode List Hi Bernt, thanks a lot for this report - I believe I know what was causing this and have fixed it, still on that branch of course. - Carsten On Apr 16, 2010, at 3:13 PM, Bernt Hansen wrote: > Found a bug. > > I'll switch to this branch for regular work to try to find issues with > it. > > I'm running it on two versions of emacs uncompiled: > > GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of > 2008-11-09 > on raven, modified by Debian > > and > > GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-03 on > LENNART-69DE564 (patched) > > Clocking in doesn't work correctly. > > I have a task like this > > ,----[ x.org ] > | * TODO foo > | :CLOCK: > | CLOCK: [2010-04-16 Fri 09:10]--[2010-04-16 Fri 09:11] => 0:01 > | :END: > | > | ** TODO Bar baz > | [2010-04-16 Fri 09:10] > `---- > > if the parent task is clocking I can't clock in the subtask - the > parent > task continues to clock and the point is moved to the headline of the > parent task. Same behaviour on both versions. > > Switching back to master until this is fixed since I can't function > without working clocking :) > > -Bernt > > > > > Sebastian Rose writes: > >> Carsten Dominik writes: >>> I would appreciate if some people could check out the >>> `remove-compatibility-code' branch from repo.or.cz and report back >>> if they experience any problems with Emacs 22, 23, and 24, either >>> during compilation or while running. >> >> I'm testing it with emacs 24. >> >> >> The build went fine. Only one warning: >> >> >> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote >> load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list >> (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte- >> compile lisp/org-remember.el >> >> In end of data: >> org-remember.el:1156:1:Warning: the function `partial-completion- >> mode' is not >> known to be defined. >> Wrote /home/sebastian/emacs/lisp/ext/org-mode/lisp/org-remember.elc >> >> >> >> >> I reloaded Org-mode and tried remembering, published a project and it >> seems to work so far. But I'll better remove the lisp/org/ directory >> from my emacs tree and restart. >> >> >> >> * One git question: >> >> >> When I pulled, I got the message, that there is a new branch. But >> that >> branch did not show up in the list `git branch' gives me. >> >> Then I did: >> >> >> >> sh$ git checkout origin/remove-compatibility-code >> Note: moving to 'origin/remove-compatibility-code' which isn't a >> local branch >> ... >> >> sh$ git branch >> * (no branch) >> >> sh$ git checkout -b remove-compatibility-code >> Switched to a new branch 'remove-compatibility-code' >> >> >> >> >> While this is all fine, and I'm on `remove-compatibility-code' now: >> will >> that branch be updated when I pull the next time? >> >> >> >> Best wishes >> >> >> Sebastian >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten