all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vladimir Lomov <lomov.vl@gmail.com>
To: 11351@debbugs.gnu.org
Subject: bug#11351:
Date: Fri, 27 Apr 2012 15:16:23 +0900	[thread overview]
Message-ID: <20120427061623.GC1360@smoon> (raw)
In-Reply-To: <87lilisjsu.fsf@gnu.org>

Hello,

I'm want to confirm Tassilo Horn message:

I faced with something similar while using org-mode+flyspell.

This message I sent to org-mode ML:

----------------------------- 8< -----------------------------

Hello,

#+TITLE: Example with org-mode and flyspell on.
#+AUTHOR: Vladimir Lomov

* Org-mode src blocks and flyspell

I faced with strange problem with Emacs and org-mode.

In my real example I use src blocks and run =C-c '= to
edit them in native mode (shell).

If I enter into native mode, put new line and immediately run =C-c '= to
return to org document Emacs hangs and consume all available memory (RAM and
SWAP).

Curiously that such behavior see only with revno 108012.

In echo area I see message:
#+BEGIN_QUOTE
Error in post-command-hook (flyspell-post-command-hook): (error "Marker does not point anywhere")
#+END_QUOTE

This is extract from my document:
#+BEGIN_SRC sh :exports code
_num=${1:=_num}
_num=$(( _num%5 ))
#+END_SRC

I enter into block, run =C-c '=, add new line between lines and run immediately
=C-c '= again.

If I open the file again in Emacs and run =M-x flyspell-mode= (in echo
area I see 'flyspell disable') and do the same — I again get hang and
memory consumption.

If I commented the line in mine .emacs file:
(add-hook 'org-mode-hook 'flyspell-mode)
and tried again — all works fine.

Is this known behavior or new "bug"?

** Info

Emacs: build from BZR (rev. 108012+) vs GTK3;
org-mode: packaged from git and installed in my system (Archlinux).

P.S. I reported this here because don't know how to trigger similar
behavior without org-mode.

----------------------------- 8< -----------------------------

---
WBR, Vladimir Lomov

-- 
The explanation requiring the fewest assumptions is the most likely to be
correct.
		-- William of Occam





  parent reply	other threads:[~2012-04-27  6:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 13:29 bug#11351: 24.1.50; marker does not point anywhere Sam Steingold
2012-04-26 13:48 ` Eli Zaretskii
2012-04-26 15:31   ` Sam Steingold
2012-04-26 16:04     ` Eli Zaretskii
2012-04-27 18:47       ` Sam Steingold
2012-04-27 18:50         ` Sam Steingold
2012-04-30 22:21       ` Sam Steingold
2012-05-01  2:42         ` Eli Zaretskii
2012-05-01  3:55           ` Sam Steingold
2012-05-01  3:59             ` Glenn Morris
2012-04-27  6:16 ` Vladimir Lomov [this message]
2012-04-29 12:12 ` bug#11351: Vladimir Lomov

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

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

  git send-email \
    --in-reply-to=20120427061623.GC1360@smoon \
    --to=lomov.vl@gmail.com \
    --cc=11351@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.