From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Iancu Subject: Emacs hangs in org file Date: Mon, 7 Jan 2013 09:21:40 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b3395a3c5f2ae04d2ae84c4 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ts7xo-0000Vi-Ls for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:21:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ts7xl-0000kd-VX for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:21:44 -0500 Received: from mail-da0-f42.google.com ([209.85.210.42]:33266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ts7xl-0000kT-PK for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:21:41 -0500 Received: by mail-da0-f42.google.com with SMTP id z17so8602113dal.29 for ; Mon, 07 Jan 2013 00:21:40 -0800 (PST) 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: emacs-orgmode@gnu.org --047d7b3395a3c5f2ae04d2ae84c4 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I have a fairly simple org file with only a couple of headings, TODOs and some notes. The issue I'm seeing is that Emacs hangs to the point where I have to force close it when I'm trying to expand a headline. The behavior seems random, i.e. it's not always the same header and I don't have specific steps to reproduce. Versions: GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-12-30 on bob.porkrind.org Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpaplus @ /Users/stelianiancu/.emacs.d/elpa/org-plus-contrib-20121231/) Any ideas how can I debug this further or why this might happen? Thanks! S. --047d7b3395a3c5f2ae04d2ae84c4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all,=A0

I have a fairly simple= org file with only a couple of headings, TODOs and some notes. The issue I= 'm seeing is that Emacs hangs to the point where I have to force close = it when I'm trying to expand a headline. The behavior seems random, i.e= . it's not always the same header and I don't have specific steps t= o reproduce.=A0

Versions:
GNU Emacs 24.3.50= .1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-12-30 on bob.porkrind.org

Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpaplus @ /User= s/stelianiancu/.emacs.d/elpa/org-plus-contrib-20121231/)

Any ideas how can I debug this further or why this m= ight happen?

Thanks!

S.
--047d7b3395a3c5f2ae04d2ae84c4-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Emacs hangs in org file Date: Mon, 07 Jan 2013 14:20:26 +0530 Message-ID: <87ehhxidgt.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ts8Pl-0001tC-LH for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:50:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ts8Pk-0007HA-9w for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:50:37 -0500 Received: from mail-pb0-f53.google.com ([209.85.160.53]:43417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ts8Pk-0007Go-0R for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 03:50:36 -0500 Received: by mail-pb0-f53.google.com with SMTP id jt11so10439080pbb.40 for ; Mon, 07 Jan 2013 00:50:34 -0800 (PST) In-Reply-To: (Stelian Iancu's message of "Mon, 7 Jan 2013 09:21:40 +0100") 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: Stelian Iancu Cc: emacs-orgmode@gnu.org Stelian Iancu writes: > Hi all, > > I have a fairly simple org file with only a couple of headings, TODOs > and some notes. The issue I'm seeing is that Emacs hangs to the point > where I have to force close it when I'm trying to expand a headline. > The behavior seems random, i.e. it's not always the same header and I > don't have specific steps to reproduce. > > Versions: > GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of > 2012-12-30 on bob.porkrind.org > > Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpaplus @ > /Users/stelianiancu/.emacs.d/elpa/org-plus-contrib-20121231/) > > Any ideas how can I debug this further or why this might happen? M-x toggle-debug-on-quit RET Hit C-g when Emacs hangs. Or You can put the following in your .emacs (setq debug-on-quit t) Or It is always good to check everything is OK with minimal Emacs/Org emacs --debug-init -L ~/src/org-mode/lisp -L ~/src/org-mode/contrib/lisp > > Thanks! > > S. > -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Iancu Subject: Re: Emacs hangs in org file Date: Mon, 7 Jan 2013 13:41:06 +0100 Message-ID: References: <87ehhxidgt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b162e7d9884f104d2b22453 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsC0t-0005CL-MH for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 07:41:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsC0p-0001hE-Ur for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 07:41:11 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsC0p-0001gy-OL for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 07:41:07 -0500 Received: by mail-pa0-f44.google.com with SMTP id hz11so10725561pad.17 for ; Mon, 07 Jan 2013 04:41:06 -0800 (PST) In-Reply-To: <87ehhxidgt.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org --047d7b162e7d9884f104d2b22453 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Jan 7, 2013 at 9:50 AM, Jambunathan K wrote: M-x toggle-debug-on-quit RET > Hit C-g when Emacs hangs. > > Or > > You can put the following in your .emacs > (setq debug-on-quit t) > > Tried this and unfortunately it didn't help. Once it hangs, pressing C-g does nothing. On the other hand, maybe it doesn't actually hang. I just noticed this time that the mouse seems to work, i.e. I can move the pointer to different places in the buffer by clicking and I can also select text. It's just the keyboard that doesn't seem to be working anymore inside Emacs. Unfortunately I don't have the menu enabled so I can't tell if it also does something else. > Or > > It is always good to check everything is OK with minimal Emacs/Org > emacs --debug-init -L ~/src/org-mode/lisp -L > ~/src/org-mode/contrib/lisp > > > > > Thanks! > > > > S. > > > > -- > --047d7b162e7d9884f104d2b22453 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Mon, Jan 7, 2013 at 9:50 AM, Jambunathan K <= ;kjambunathan@g= mail.com> wrote:

M-x toggle-de= bug-on-quit RET
Hit C-g when Emacs hangs.

Or

You can put the following in your .emacs
=A0 =A0 =A0 =A0 (setq debug-on-quit t)


Tried this and unfortunately it = didn't help. Once it hangs, pressing C-g does nothing.
=
On the other hand, maybe it doesn't actually hang.= I just noticed this time that the mouse seems to work, i.e. I can move the= pointer to different places in the buffer by clicking and I can also selec= t text. It's just the keyboard that doesn't seem to be working anym= ore inside Emacs. Unfortunately I don't have the menu enabled so I can&= #39;t tell if it also does something else.
=A0
Or

It is always good to check everything is OK with minimal Emacs/Org
=A0 =A0 =A0 =A0 emacs --debug-init =A0-L ~/src/org-mode/lisp =A0-L ~/src/or= g-mode/contrib/lisp

>
> Thanks!
>
> S.
>

--

--047d7b162e7d9884f104d2b22453-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Emacs hangs in org file Date: Mon, 07 Jan 2013 08:41:01 -0500 Message-ID: <7065.1357566061@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsCx0-0000b7-8G for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 08:41:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsCwv-0008F1-Fq for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 08:41:14 -0500 Received: from g6t0185.atlanta.hp.com ([15.193.32.62]:3362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsCwv-0008E4-Bl for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 08:41:09 -0500 In-Reply-To: Message from Stelian Iancu of "Mon, 07 Jan 2013 09:21:40 +0100." 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: Stelian Iancu Cc: emacs-orgmode@gnu.org Stelian Iancu wrote: > I have a fairly simple org file with only a couple of headings, TODOs > and some notes. The issue I'm seeing is that Emacs hangs to the point > where I have to force close it when I'm trying to expand a > headline. The behavior seems random, i.e. it's not always the same > header and I don't have specific steps to reproduce. > > Versions: > GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-12-30 on bob.porkrind.org > > Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpaplus @ /Users/stelianiancu/.emacs.d/elpa/ > org-plus-contrib-20121231/) > > Any ideas how can I debug this further or why this might happen? > Does it hang or is is stuck in a loop? Check whether emacs is is accumulating CPU time with ps. If it's in a loop and C-g works to get it out, you can set debug-on-quit, interrupt it and ponder the backtrace. Doing it a couple of times might indicate where the problem is. If not, then the only thing I can think of is attaching strace to the emacs process, and figuring out what it is doing. In either case, easier said than done, but desperate times call for desperate measures. Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Emacs hangs in org file Date: Mon, 7 Jan 2013 14:07:07 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsDMO-0007Lf-Gn for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 09:07:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsDMN-0006W9-El for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 09:07:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:33792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsDMN-0006W4-80 for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 09:07:27 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TsDMV-0005QY-4S for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 15:07:35 +0100 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2013 15:07:35 +0100 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2013 15:07:35 +0100 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: emacs-orgmode@gnu.org Stelian Iancu siancu.net> writes: > Versions: GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) If you aren't prepared to attach a debugger to your running Emacs, you probably shouldn't be using Emacs' trunk version at all or at least not right now. If you must use some unreleased version, try at least the pre-release for Emacs 24.3, that is 24.2.9x. Regards, Achim. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Iancu Subject: Re: Emacs hangs in org file Date: Tue, 8 Jan 2013 10:31:14 +0100 Message-ID: References: <7065.1357566061@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b162e7d6ad5b004d2c39b87 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsVWh-0000z6-Kp for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 04:31:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsVWe-0004AV-Mz for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 04:31:19 -0500 Received: from mail-da0-f53.google.com ([209.85.210.53]:53748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsVWe-0004AE-EZ for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 04:31:16 -0500 Received: by mail-da0-f53.google.com with SMTP id x6so107427dac.26 for ; Tue, 08 Jan 2013 01:31:14 -0800 (PST) In-Reply-To: <7065.1357566061@alphaville> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org --047d7b162e7d6ad5b004d2c39b87 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Jan 7, 2013 at 2:41 PM, Nick Dokos wrote: > Stelian Iancu wrote: > > > I have a fairly simple org file with only a couple of headings, TODOs > > and some notes. The issue I'm seeing is that Emacs hangs to the point > > where I have to force close it when I'm trying to expand a > > headline. The behavior seems random, i.e. it's not always the same > > header and I don't have specific steps to reproduce. > > > > Versions: > > GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of > 2012-12-30 on bob.porkrind.org > > > > Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpaplus @ > /Users/stelianiancu/.emacs.d/elpa/ > > org-plus-contrib-20121231/) > > > > Any ideas how can I debug this further or why this might happen? > > > > Does it hang or is is stuck in a loop? Check whether emacs is is > accumulating CPU time with ps. > > If it's in a loop and C-g works to get it out, you can set > debug-on-quit, interrupt it and ponder the backtrace. Doing it a couple > of times might indicate where the problem is. > > If not, then the only thing I can think of is attaching strace to the > emacs process, and figuring out what it is doing. > > In either case, easier said than done, but desperate times call for > desperate measures. > > Nick > > Well it seems that it didn't hang at all. What happens is that the buffer which contains the org file doesn't seem to accept any keyboard input anymore. If I use the mouse to switch to another buffer, there the keyboard input works as it should. Then if I switch back to the problematic file, it works as well, for a while. Also, I've noticed that the problem seems to be happening when I try to expand a heading. For now I can do this mouse switching of buffers but I'd really like to know what happens and how can it be fixed. --047d7b162e7d6ad5b004d2c39b87 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Mon, Jan 7, 2013 at 2:41 PM, Nick Dokos <nicholas.dokos@hp.= com> wrote:
Stel= ian Iancu <lists@siancu.net> = wrote:

> =A0I have a fairly simple org file with only a couple of headings, TOD= Os
> and some notes. The issue I'm seeing is that Emacs hangs to the po= int
> where I have to force close it when I'm trying to expand a
> headline. The behavior seems random, i.e. it's not always the same=
> header and I don't have specific steps to reproduce.
>
> Versions:
> GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of = 2012-12-30 on bob.por= krind.org
>
> Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpaplus @ /Users/stelianian= cu/.emacs.d/elpa/
> org-plus-contrib-20121231/)
>
> Any ideas how can I debug this further or why this might happen?
>

Does it hang or is is stuck in a loop? Check whether emacs is i= s
accumulating CPU time with ps.

If it's in a loop and C-g works to get it out, you can set
debug-on-quit, interrupt it and ponder the backtrace. Doing it a couple
of times might indicate where the problem is.

If not, then the only thing I can think of is attaching strace to the
emacs process, and figuring out what it is doing.

In either case, easier said than done, but desperate times call for
desperate measures.

Nick


Well it seems that= it didn't hang at all. What happens is that the buffer which contains = the org file doesn't seem to accept any keyboard input anymore. If I us= e the mouse to switch to another buffer, there the keyboard input works as = it should. Then if I switch back to the problematic file, it works as well,= for a while. Also, I've noticed that the problem seems to be happening= when I try to expand a heading.

For now I can do this mouse switching of bu= ffers but I'd really like to know what happens and how can it be fixed.= =A0

--047d7b162e7d6ad5b004d2c39b87-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: Emacs hangs in org file Date: Tue, 08 Jan 2013 20:19:02 +0100 Message-ID: <87vcb7cwk9.fsf@engster.org> References: <7065.1357566061@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsehb-0006Fj-Lv for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 14:19:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tseha-0001NQ-BJ for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 14:19:11 -0500 Received: from randomsample.de ([83.169.19.17]:49815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsehZ-0001NB-VT for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 14:19:10 -0500 In-Reply-To: (Stelian Iancu's message of "Tue, 8 Jan 2013 10:31:14 +0100") 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: Stelian Iancu Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Stelian Iancu writes: > Well it seems that it didn't hang at all. What happens is that the > buffer which contains the org file doesn't seem to accept any keyboard > input anymore. This bug is currently being discussed on emacs-devel: http://thread.gmane.org/gmane.emacs.devel/156120 Jan has already posted a possible fix; maybe you can help testing it? -David From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Iancu Subject: Re: Emacs hangs in org file Date: Wed, 9 Jan 2013 15:41:11 +0100 Message-ID: References: <7065.1357566061@alphaville> <87vcb7cwk9.fsf@engster.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b15a495bb3d2a04d2dc0d46 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TswqG-0008DZ-BA for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 09:41:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tswq9-0003Vf-I0 for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 09:41:20 -0500 Received: from mail-da0-f52.google.com ([209.85.210.52]:61370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tswq9-0003VK-C2 for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 09:41:13 -0500 Received: by mail-da0-f52.google.com with SMTP id f10so783526dak.39 for ; Wed, 09 Jan 2013 06:41:11 -0800 (PST) In-Reply-To: <87vcb7cwk9.fsf@engster.org> 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: Stelian Iancu , nicholas.dokos@hp.com, emacs-orgmode@gnu.org --047d7b15a495bb3d2a04d2dc0d46 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jan 8, 2013 at 8:19 PM, David Engster wrote: > This bug is currently being discussed on emacs-devel: > > http://thread.gmane.org/gmane.emacs.devel/156120 > > Jan has already posted a possible fix; maybe you can help testing it? > > -David > Thanks, I'll have a look. By reading the thread, it seems it's exactly the same problem. --047d7b15a495bb3d2a04d2dc0d46 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Tue, Jan 8, 2013 at 8:19 PM, David Engster <deng@ra= ndomsample.de> wrote:
=A0
This bug is = currently being discussed on emacs-devel:

http://thread.gmane.org/gmane.emacs.devel/156120

Jan has already posted a possible fix; maybe you can help testing it?

-David

Thanks, I'll have a look. By reading the thread, it seems it's exa= ctly the same problem.
--047d7b15a495bb3d2a04d2dc0d46--