unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18401: 24.4.50; emerge-files fails for org files
@ 2014-09-03 20:57 Detlev Zundel
  2014-09-03 21:12 ` Glenn Morris
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Detlev Zundel @ 2014-09-03 20:57 UTC (permalink / raw)
  To: 18401; +Cc: bzg


Before starting emacs, create two files with .org suffix, i.e. "touch
/tmp/{foo,bar}.org" then in emacs do M-x emerge-files /tmp/foo.org
/tmp/bar.org.  This produces the error

org-overview: `recenter'ing a window that does not display current-buffer.

The relevant call is in org-overview and seems to be there since this
commit:

commit 58d5a55e49eb83a61f5c5eabd76be7c15ea3214a
Author: Bastien Guerry <bzg@gnu.org>
Date:   Thu Feb 28 01:31:26 2013 +0100

    Merge latest Org fixes (commit 7524ef2).





In GNU Emacs 24.4.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
 of 2014-09-03 on deepthought
Windowing system distributor `The X.Org Foundation', version 11.0.11600000
System Description:	Debian GNU/Linux unstable (sid)

Configured features:
XPM JPEG TIFF GIF PNG SOUND DBUS GCONF GSETTINGS NOTIFY GNUTLS LIBXML2
FREETYPE LIBOTF XFT ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t

Recent input:
<help-echo> <escape> x e m e r g e - f i o l e <backspace> 
<backspace> <backspace> l e s <return> C-a C-k / t 
m p / f o o . o r g <return> C-a C-k / t m p / b a 
z . <backspace> <backspace> r . o r g <return> <escape> 
x r e p o r t - b u <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
File mode specification error: (error "`recenter'ing a window that does not display current-buffer.") [2 times]
org-overview: `recenter'ing a window that does not display current-buffer.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
org-element org-rmail org-mhe org-irc org-info org-gnus gnus-util
org-docview doc-view jka-compr image-mode dired cl-loaddefs cl-lib
org-bibtex bibtex org-bbdb org-w3m org byte-opt bytecomp byte-compile
cconv advice help-fns org-macro org-footnote org-pcomplete pcomplete
org-list org-faces org-entities noutline outline easy-mmode org-version
ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp
ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs
org-loaddefs format-spec find-func cal-menu easymenu calendar
cal-loaddefs emerge time-date tooltip electric uniquify ediff-hook
vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register
page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core frame cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
gfilenotify dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty emacs)

Memory information:
((conses 16 141381 8688)
 (symbols 48 25893 0)
 (miscs 40 127 77)
 (strings 32 36494 5108)
 (string-bytes 1 1115412)
 (vectors 16 17319)
 (vector-slots 8 469329 4023)
 (floats 8 114 63)
 (intervals 56 354 65)
 (buffers 976 16)
 (heap 1024 41112 953))

-- 
Practice random senselessness and act kind of beautiful.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#18401: 24.4.50; emerge-files fails for org files
  2014-09-03 20:57 bug#18401: 24.4.50; emerge-files fails for org files Detlev Zundel
@ 2014-09-03 21:12 ` Glenn Morris
  2014-09-11  8:49   ` Detlev Zundel
  2014-09-15 14:21 ` Bastien
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2014-09-03 21:12 UTC (permalink / raw)
  To: Detlev Zundel; +Cc: 18401

Detlev Zundel wrote:

> org-overview: `recenter'ing a window that does not display current-buffer.

This was apparently fixed in the Org repository months ago,
but still not in the Emacs one. Ref:

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17724#26

(We now have 4 separate Emacs reports for this.)





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#18401: 24.4.50; emerge-files fails for org files
  2014-09-03 21:12 ` Glenn Morris
@ 2014-09-11  8:49   ` Detlev Zundel
  2014-09-11 16:44     ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Detlev Zundel @ 2014-09-11  8:49 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 18401

Hi Glenn,

> Detlev Zundel wrote:
>
>> org-overview: `recenter'ing a window that does not display current-buffer.
>
> This was apparently fixed in the Org repository months ago,
> but still not in the Emacs one. Ref:
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17724#26
>
> (We now have 4 separate Emacs reports for this.)

Oops, thanks for the context.  So this is actually a pretty fundamental
problem and lingers for a while now.  Who can merge the org repository?
Is there something that an outsider like me can do to help?

Thanks
  Detlev
  
-- 
Programming X-Windows is like trying to find the square root of pi
using roman numerals.
                                          -- The UNIX Haters Handbook





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#18401: 24.4.50; emerge-files fails for org files
  2014-09-11  8:49   ` Detlev Zundel
@ 2014-09-11 16:44     ` Glenn Morris
  2014-09-12  9:37       ` Detlev Zundel
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2014-09-11 16:44 UTC (permalink / raw)
  To: Detlev Zundel; +Cc: 18401

Detlev Zundel wrote:

> problem and lingers for a while now.  Who can merge the org repository?
> Is there something that an outsider like me can do to help?

Thanks for asking! :)

Anyone with a copy of the Org repo and the Emacs repo can generate the
diff that needs to be applied from the former to the latter.

Anyone with write access to the Org repo can get write access to the
Emacs repo and apply that diff. (This is a generalization, but I think
it is true. E.g. I assume all people with Org write access have FSF
assignments.)

However, I think this is wasted effort, so I have suggested not doing it
any more; http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00298.html .





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#18401: 24.4.50; emerge-files fails for org files
  2014-09-11 16:44     ` Glenn Morris
@ 2014-09-12  9:37       ` Detlev Zundel
  0 siblings, 0 replies; 8+ messages in thread
From: Detlev Zundel @ 2014-09-12  9:37 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 18401

Hi Glenn,

> Detlev Zundel wrote:
>
>> problem and lingers for a while now.  Who can merge the org repository?
>> Is there something that an outsider like me can do to help?
>
> Thanks for asking! :)
>
> Anyone with a copy of the Org repo and the Emacs repo can generate the
> diff that needs to be applied from the former to the latter.
>
> Anyone with write access to the Org repo can get write access to the
> Emacs repo and apply that diff. (This is a generalization, but I think
> it is true. E.g. I assume all people with Org write access have FSF
> assignments.)
>
> However, I think this is wasted effort, so I have suggested not doing it
> any more; http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00298.html .

Ok, I see.  So it seems there is nothing I can do after all.  My
original problem indeed is solved having installed org from elpa.

Best wishes
  Detlev

-- 
The Buddha,  the Godhead,  resides quite as comfortably in the circuits of a
digital computer  or the gears of a cycle transmission as he does at the top
of a mountain or in the petals of a flower.  To think otherwise is to demean
the Buddha - which is to demean oneself.                 -- Robert M. Pirsig





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#18401: 24.4.50; emerge-files fails for org files
  2014-09-03 20:57 bug#18401: 24.4.50; emerge-files fails for org files Detlev Zundel
  2014-09-03 21:12 ` Glenn Morris
@ 2014-09-15 14:21 ` Bastien
       [not found] ` <87fvftklqb.fsf@bzg.ath.cx>
       [not found] ` <ama96ge7c4.fsf__19715.9995128915$1409778889$gmane$org@fencepost.gnu.org>
  3 siblings, 0 replies; 8+ messages in thread
From: Bastien @ 2014-09-15 14:21 UTC (permalink / raw)
  To: Detlev Zundel; +Cc: 18401

Hi Detlev,

Detlev Zundel <dzu@akk.org> writes:

> org-overview: `recenter'ing a window that does not display
> current-buffer.

This will be fixed in the next Org merge into Emacs.

I'm slowly (but surely) getting there.

-- 
 Bastien





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#18401: 24.4.50; emerge-files fails for org files
       [not found] ` <87fvftklqb.fsf@bzg.ath.cx>
@ 2014-09-15 18:27   ` Detlev Zundel
  0 siblings, 0 replies; 8+ messages in thread
From: Detlev Zundel @ 2014-09-15 18:27 UTC (permalink / raw)
  To: Bastien; +Cc: 18401

Hi Bastien,

> Hi Detlev,
>
> Detlev Zundel <dzu@akk.org> writes:
>
>> org-overview: `recenter'ing a window that does not display
>> current-buffer.
>
> This will be fixed in the next Org merge into Emacs.

Thanks.

> I'm slowly (but surely) getting there.

Thanks for your efforts, I really appreciate it.

Best wishes
  Detlev

-- 
"Milk?" called Reg. "Er, please." "One lump or two?" "One, please." "Sugar?"

    Dirk Gently's Holistic Detective Agency, Douglas Adams





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#18401: 24.4.50; emerge-files fails for org files
       [not found] ` <ama96ge7c4.fsf__19715.9995128915$1409778889$gmane$org@fencepost.gnu.org>
@ 2014-10-12 12:12   ` Bastien
  0 siblings, 0 replies; 8+ messages in thread
From: Bastien @ 2014-10-12 12:12 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Detlev Zundel, 18401-done

Glenn Morris <rgm@gnu.org> writes:

> Detlev Zundel wrote:
>
>> org-overview: `recenter'ing a window that does not display current-buffer.
>
> This was apparently fixed in the Org repository months ago,
> but still not in the Emacs one. Ref:
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17724#26
>
> (We now have 4 separate Emacs reports for this.)

I'm closing this one, thanks.

-- 
 Bastien





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-12 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03 20:57 bug#18401: 24.4.50; emerge-files fails for org files Detlev Zundel
2014-09-03 21:12 ` Glenn Morris
2014-09-11  8:49   ` Detlev Zundel
2014-09-11 16:44     ` Glenn Morris
2014-09-12  9:37       ` Detlev Zundel
2014-09-15 14:21 ` Bastien
     [not found] ` <87fvftklqb.fsf@bzg.ath.cx>
2014-09-15 18:27   ` Detlev Zundel
     [not found] ` <ama96ge7c4.fsf__19715.9995128915$1409778889$gmane$org@fencepost.gnu.org>
2014-10-12 12:12   ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).