unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5319: 23.1; emacs crash in org-indent-mode
@ 2010-01-05 11:03 ` Changyuan Yu
  2010-01-10 13:15   ` bug#5319: marked as done (23.1; emacs crash in org-indent-mode) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Changyuan Yu @ 2010-01-05 11:03 UTC (permalink / raw)
  To: bug-gnu-emacs

1. install org-mode-6.33f
2. start emacs: emacs -Q
3. create a buffer with some text then swith to org-indent-mode, as below

C-x b buf <return>
* a <return>
C-u 100 <return>
** b <return>
c <return>
M-x org-mode
M-x org-indent-mode

4. then emacs crash. emacs frame height should small than 100
   to make emacs crash.


In GNU Emacs 23.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.5)
 of 2010-01-05 on ez965
Windowing system distributor `The X.Org Foundation', version 11.0.10703902
configured using `configure  '--prefix=/home/reiv/opt/emacs-23.1''

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r <tab> e <backspace> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.







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

* bug#5319: marked as done (23.1; emacs crash in org-indent-mode)
  2010-01-05 11:03 ` bug#5319: 23.1; emacs crash in org-indent-mode Changyuan Yu
@ 2010-01-10 13:15   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2010-01-10 13:15 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-bug-tracker

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

Your message dated Sun, 10 Jan 2010 08:13:52 -0500
with message-id <87aawmf6gf.fsf@stupidchicken.com>
and subject line Re: 23.1; emacs crash in org-indent-mode
has caused the Emacs bug report #5319,
regarding 23.1; emacs crash in org-indent-mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact bug-gnu-emacs@gnu.org
immediately.)


-- 
5319: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5319
Emacs Bug Tracking System
Contact bug-gnu-emacs@gnu.org with problems

[-- Attachment #2: Type: message/rfc822, Size: 5775 bytes --]

From: Changyuan Yu <reivzy@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: 23.1; emacs crash in org-indent-mode
Date: Tue, 5 Jan 2010 19:03:10 +0800
Message-ID: <3eda65101001050303u1b43d02bl960fe4b1127fb4ea@mail.gmail.com>

1. install org-mode-6.33f
2. start emacs: emacs -Q
3. create a buffer with some text then swith to org-indent-mode, as below

C-x b buf <return>
* a <return>
C-u 100 <return>
** b <return>
c <return>
M-x org-mode
M-x org-indent-mode

4. then emacs crash. emacs frame height should small than 100
   to make emacs crash.


In GNU Emacs 23.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.5)
 of 2010-01-05 on ez965
Windowing system distributor `The X.Org Foundation', version 11.0.10703902
configured using `configure  '--prefix=/home/reiv/opt/emacs-23.1''

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r <tab> e <backspace> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.




[-- Attachment #3: Type: message/rfc822, Size: 2898 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: 5319-done@debbugs.gnu.org
Subject: Re: 23.1; emacs crash in org-indent-mode
Date: Sun, 10 Jan 2010 08:13:52 -0500
Message-ID: <87aawmf6gf.fsf@stupidchicken.com>

Changyuan Yu <reivzy@gmail.com> writes:

> with version 23.1.91, emacs does not crash any more.
> thanks.
>
> On Sun, Jan 10, 2010 at 8:02 AM, Chong Yidong <cyd@stupidchicken.com> wrote:
>>
>> Thanks for the bug report.  I think this is related to a bug that I've
>> already fixed some months ago.  Could you kindly check if the problem
>> persists, using either the Emacs bzr repository, or the latest pretest
>> at:
>>
>> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.1.91.tar.gz


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

end of thread, other threads:[~2010-01-10 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87aawmf6gf.fsf@stupidchicken.com>
2010-01-05 11:03 ` bug#5319: 23.1; emacs crash in org-indent-mode Changyuan Yu
2010-01-10 13:15   ` bug#5319: marked as done (23.1; emacs crash in org-indent-mode) Emacs bug Tracking System

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).