From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Date: Thu, 19 Jun 2014 21:08:10 +0200 Message-ID: <20140619190810.GB9247__21587.7770250247$1403204995$gmane$org@boo.workgroup> References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> <83egymt4om.fsf@gnu.org> <20140618220737.GE19722@boo.workgroup> <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxhht-0007pB-D9 for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 15:09:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxhhm-0004YO-Gy for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 15:09:09 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Richard Cc: Eli Zaretskii , 17724@debbugs.gnu.org, monnier@iro.umontreal.ca Hi Nicolas, * Nicolas Richard [19. Jun. 2014]: > Gregor Zattler writes: >> like so: >> $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 >> Checking out files: 100% (3525/3525), done. >> Previous HEAD position was 0f0917d... Regenerate AUTHORS and ldefs-boot.el >> Switched to branch 'emacs-24' > > (Here I am assuming emacs-24 is still checked out.) > > Could you issue "git describe --tags" and "git branch -a --contains > HEAD" ? I suspect your local emacs-24 branch isn't the actual emacs-24 > branch. > (OTOH 0f0917d *does* belong to emacs-24, so there's still something > weird.) $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 Checking out files: 100% (3498/3498), done. Switched to branch 'emacs-24' $ git describe --tags emacs-24.3.91-602-ga92eaac s$ git branch -a --contains HEAD * emacs-24 master remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/trunk Hmhm. I have no clue what this signifies. Perhaps it should show remotes/origin/master -> origin/master? >> cd .git ; cat config >> $ cat config >> [core] >> repositoryformatversion = 0 >> filemode = true >> bare = false >> logallrefupdates = true >> [remote "origin"] >> url = git://git.savannah.gnu.org/emacs.git >> fetch = +refs/heads/*:refs/remotes/origin/* >> [branch "master"] >> remote = origin >> merge = refs/heads/master > > Shouldn't there be an entry for emacs-24 here ? I have no clue, but I was suspicious, thats why I pasted this into my mail. Thanks for your help. But if this is only a problem for me, it's probably easier to wait till emacs officially switches to git and then clone that repository. Ciao; Gregor