emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: 17724@debbugs.gnu.org
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 22:43:31 +0200	[thread overview]
Message-ID: <87vbrw8wb0.fsf__18834.5598792241$1403210770$gmane$org@Rainer.invalid> (raw)
In-Reply-To: <87bnu4ww4i.fsf@boo.workgroup>

Gregor Zattler writes:
> Hi Eli,
> * Eli Zaretskii <eliz@gnu.org> [18. Jun. 2014]:
>> > * Stefan Monnier <monnier@iro.umontreal.ca> [07. Jun. 2014]:
>> > > BTW, I would also point out that people who do not actively develop
>> > > Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather
>> > > than the trunk (24.4.50), so as to help us fix problems before the
>> > > 24.4 release.
>> > 
>> > I'd love to.  But the emacs-24 branch gives emacs version 24.4.50,
>> 
>> No, the emacs-24 branch's version is 24.3.91.  If you have 24.4.50,
>> you've got the trunk there, not the emacs-24 branch.
>> 
>> How did you checkout what you think is the emacs-24 branch?
>
> 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'

I'm not sure how you ended up on a branch named emacs-24 given your
config.  Also you seem to use some heavily customized version of git
given that apparently an alias for checkout exists.  That alias may
supply other modifications that you may or may not want.

> Git still thinks I'm on branch emacs-24:
> $ git branch
> * emacs-24
>   master
>
> I cloned this repo from savannah:
>
> 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

There is no emacs-24 branch following upstream here.  You'd need

[branch "emacs-24"]
        remote = origin
        merge = refs/heads/emacs-24

in the config, which is usually created when doing

git branch --track emacs-24 origin/emacs-24

> I thought emacs-24 was the branch which track the release but...

You need to learn a little bit of Git.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

      parent reply	other threads:[~2014-06-19 20:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87bnu4ww4i.fsf@boo.workgroup>
     [not found] ` <83r4303cuc.fsf@gnu.org>
2014-06-07 17:18   ` bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Glenn Morris
     [not found]   ` <wsmwdosko4.fsf@fencepost.gnu.org>
2014-06-07 18:59     ` Bastien
     [not found]     ` <87singtukm.fsf@bzg.ath.cx>
2014-06-09 20:53       ` Nicolas Richard
2014-06-10  2:38         ` Eli Zaretskii
     [not found]         ` <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org>
2014-06-10  8:09           ` Nicolas Richard
     [not found]           ` <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be>
2014-06-10  8:19             ` Bastien
     [not found]             ` <87lht5xjlt.fsf@bzg.ath.cx>
2014-06-17 12:14               ` lee
     [not found]               ` <87lhsvbunj.fsf@yun.yagibdah.de>
2014-06-17 13:20                 ` Stefan Monnier
2014-06-17 17:15                   ` lee
     [not found]                   ` <87ha3jlaoa.fsf@yun.yagibdah.de>
2014-06-17 19:28                     ` Eli Zaretskii
2014-06-17 19:45                     ` Stefan Monnier
     [not found]                     ` <jwv38f38gwv.fsf-monnier+emacsbugs@gnu.org>
2014-06-18  2:43                       ` Eli Zaretskii
     [not found]                       ` <834mzjuecn.fsf@gnu.org>
2014-06-18 12:04                         ` Stefan Monnier
     [not found]                         ` <jwvy4wu1l1g.fsf-monnier+emacsbugs@gnu.org>
2014-06-18 14:39                           ` Eli Zaretskii
     [not found]                           ` <83y4wuth7s.fsf@gnu.org>
2014-06-18 18:15                             ` Stefan Monnier
     [not found]                     ` <8361jzuyh2.fsf@gnu.org>
2014-06-18 11:10                       ` lee
     [not found]                       ` <87mwdav5gk.fsf@yun.yagibdah.de>
2014-06-19  2:46                         ` Eli Zaretskii
     [not found]                         ` <837g4dty3k.fsf@gnu.org>
2014-06-19  9:35                           ` lee
2014-06-08  1:06 ` Stefan Monnier
     [not found] ` <jwvioocfc04.fsf-monnier+emacsbugs@gnu.org>
2014-06-18 18:52   ` Gregor Zattler
     [not found]   ` <20140618185205.GA19722@boo.workgroup>
2014-06-18 19:10     ` Eli Zaretskii
2014-06-18 22:07       ` Gregor Zattler
     [not found]       ` <20140618220737.GE19722@boo.workgroup>
2014-06-19  8:20         ` Nicolas Richard
     [not found]         ` <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be>
2014-06-19 14:58           ` Eli Zaretskii
2014-06-19 19:08           ` Gregor Zattler
     [not found]           ` <20140619190810.GB9247@boo.workgroup>
2014-06-19 20:29             ` Nicolas Richard
2014-06-19 20:43         ` Achim Gratz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='87vbrw8wb0.fsf__18834.5598792241$1403210770$gmane$org@Rainer.invalid' \
    --to=stromeko@nexgo.de \
    --cc=17724@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).