[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-19 Thread Achim Gratz
Gregor Zattler writes: > Hi Eli, > * Eli Zaretskii [18. Jun. 2014]: >> > * Stefan Monnier [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 a

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-19 Thread Nicolas Richard
Gregor Zattler writes: > s$ git branch -a --contains HEAD > * emacs-24 > master > remotes/origin/HEAD -> origin/master > remotes/origin/master > remotes/origin/trunk So indeed your local emacs-24 branch points in fact to a commit from trunk. I think running those commands should fix the problem:

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-19 Thread Gregor Zattler
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' >

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-19 Thread Eli Zaretskii
> From: Nicolas Richard > Cc: monn...@iro.umontreal.ca, 17...@debbugs.gnu.org > Date: Thu, 19 Jun 2014 10:20:24 +0200 > > I suspect your local emacs-24 branch isn't the actual emacs-24 > branch. Seconded. > > cd .git ; cat config > > $ cat config > > [core] > > repositoryformatversion = 0 > >

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-19 Thread lee
Eli Zaretskii writes: >> From: lee >> Cc: monn...@iro.umontreal.ca, b...@altern.org, 17...@debbugs.gnu.org, >> g...@gmx.de, theonewiththeevill...@yahoo.fr >> Date: Wed, 18 Jun 2014 13:10:19 +0200 >> >> > It's git, right? The one that has "git checkout BRANCH" and stuff? >> >> Yes, I pull

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-19 Thread Nicolas Richard
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.) Cou

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Eli Zaretskii
> From: lee > Cc: monn...@iro.umontreal.ca, b...@altern.org, 17...@debbugs.gnu.org, > g...@gmx.de, theonewiththeevill...@yahoo.fr > Date: Wed, 18 Jun 2014 13:10:19 +0200 > > > It's git, right? The one that has "git checkout BRANCH" and stuff? > > Yes, I pulled from the git repo as describe

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Gregor Zattler
Hi Eli, * Eli Zaretskii [18. Jun. 2014]: > > * Stefan Monnier [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 befor

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Gregor Zattler
Hi Stefan, * Stefan Monnier [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 em

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread lee
Eli Zaretskii writes: >> From: lee >> Date: Tue, 17 Jun 2014 19:15:33 +0200 >> Cc: Bastien , 17...@debbugs.gnu.org, g...@gmx.de, >> Nicolas Richard >> >> Having cloned as described on http://savannah.gnu.org/git/?group=emacs >> with 'git clone git://git.savannah.gnu.org/emacs.git', I'm ge

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Eli Zaretskii
> Date: Wed, 18 Jun 2014 20:52:05 +0200 > From: Gregor Zattler > Cc: 17...@debbugs.gnu.org > > Hi Stefan, > * Stefan Monnier [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 > > tha

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Stefan Monnier
> Not sure what you have in mind, but perhaps we should rename the > branch to something like 'release-branch', and then its name won't > need to change with the Emacs versions. It's not just the name: after the release we won't ask people to track the "release-branch". Maybe we could use a "bran

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Eli Zaretskii
> From: Stefan Monnier > Cc: l...@yun.yagibdah.de, b...@altern.org, 17...@debbugs.gnu.org, > g...@gmx.de, theonewiththeevill...@yahoo.fr > Date: Wed, 18 Jun 2014 08:04:39 -0400 > > > Ask savannah-hack...@gnu.org. > > Then it's not worth the trouble (since it's a temporary change that > will

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Stefan Monnier
> Ask savannah-hack...@gnu.org. Then it's not worth the trouble (since it's a temporary change that will need to be modified yet again when we release 24.4). Stefan

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-17 Thread Eli Zaretskii
> From: Stefan Monnier > Date: Tue, 17 Jun 2014 15:45:05 -0400 > Cc: Bastien , 17...@debbugs.gnu.org, g...@gmx.de, > Nicolas Richard > > > Perhaps add some advise to the web page so ppl pull the emacs24 branch > > instead? > > Does someone know how to change the text in > http://savannah.

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-17 Thread lee
Stefan Monnier writes: >> if (buf != current_buffer) >>// error ("`recenter'ing a window that does not display >> current-buffer."); >>return Qnil; >> ... in src/window.c seems to work for me. > > Using `emacs-24' also works, without defeating the purpose of the > error me

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-17 Thread Stefan Monnier
> Perhaps add some advise to the web page so ppl pull the emacs24 branch > instead? Does someone know how to change the text in http://savannah.gnu.org/git/?group=emacs? Stefan

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-17 Thread Eli Zaretskii
> From: lee > Date: Tue, 17 Jun 2014 19:15:33 +0200 > Cc: Bastien , 17...@debbugs.gnu.org, g...@gmx.de, > Nicolas Richard > > Having cloned as described on http://savannah.gnu.org/git/?group=emacs > with 'git clone git://git.savannah.gnu.org/emacs.git', I'm getting the > master branch. Ma

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-17 Thread lee
Bastien writes: > Nicolas Richard writes: > >> I don't know if the bug should >> be closed in this siutation, so I'll leave it to someone else. > > It should not be closed in Emacs bugs system yet, because the master > branch of Org is not released and not merged into Emacs. I'll keep > this un

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-17 Thread Stefan Monnier
> if (buf != current_buffer) > // error ("`recenter'ing a window that does not display > current-buffer."); > return Qnil; > ... in src/window.c seems to work for me. Using `emacs-24' also works, without defeating the purpose of the error message ;-) Stefan

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-10 Thread Bastien
Nicolas Richard writes: > I don't know if the bug should > be closed in this siutation, so I'll leave it to someone else. It should not be closed in Emacs bugs system yet, because the master branch of Org is not released and not merged into Emacs. I'll keep this under my radar until then. Than

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-10 Thread Nicolas Richard
Eli Zaretskii writes: >> From: Nicolas Richard >> Date: Mon, 09 Jun 2014 22:53:47 +0200 >> Cc: 17...@debbugs.gnu.org, Gregor Zattler >> >> FWIW, there was a call to recenter which was removed recently (less than >> four weeks ago -- see >> http://permalink.gmane.org/gmane.emacs.orgmode/86259)

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-09 Thread Eli Zaretskii
> From: Nicolas Richard > Date: Mon, 09 Jun 2014 22:53:47 +0200 > Cc: 17...@debbugs.gnu.org, Gregor Zattler > > FWIW, there was a call to recenter which was removed recently (less than > four weeks ago -- see > http://permalink.gmane.org/gmane.emacs.orgmode/86259) from org-overview. > I guess th

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-09 Thread Nicolas Richard
Bastien writes: > Glenn Morris writes: > >> Eli Zaretskii wrote: >> >>> Bastien, could you please look into this? >> >> This is like forwarding every Emacs bug to Stefan. >> >> I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"), >> then simply posting a reply in the normal w

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-07 Thread Stefan Monnier
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. Stefan

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-07 Thread Bastien
Glenn Morris writes: > Eli Zaretskii wrote: > >> Bastien, could you please look into this? > > This is like forwarding every Emacs bug to Stefan. > > I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"), > then simply posting a reply in the normal way. It will then go to the >

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-07 Thread Glenn Morris
Eli Zaretskii wrote: > Bastien, could you please look into this? This is like forwarding every Emacs bug to Stefan. I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"), then simply posting a reply in the normal way. It will then go to the emacs-orgmode mailing list (which is