all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5319: 23.1; emacs crash in org-indent-mode
@ 2010-01-05 11:03 Changyuan Yu
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* bug#5319: 23.1; emacs crash in org-indent-mode
@ 2010-01-10  0:02 Chong Yidong
       [not found] ` <3eda65101001091734g59da0841h9e992808152f3d5@mail.gmail.com>
  2010-01-10 10:27 ` bug#5319: " B Smith-Mannschott
  0 siblings, 2 replies; 4+ messages in thread
From: Chong Yidong @ 2010-01-10  0:02 UTC (permalink / raw
  To: Changyuan Yu; +Cc: 5319

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

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] 4+ messages in thread

* bug#5319: Fwd: 23.1; emacs crash in org-indent-mode
       [not found] ` <3eda65101001091734g59da0841h9e992808152f3d5@mail.gmail.com>
@ 2010-01-10  6:38   ` Changyuan Yu
  0 siblings, 0 replies; 4+ messages in thread
From: Changyuan Yu @ 2010-01-10  6:38 UTC (permalink / raw
  To: 5319

---------- Forwarded message ----------
From: Changyuan Yu <reivzy@gmail.com>
Date: Sun, Jan 10, 2010 at 9:34 AM
Subject: Re: 23.1; emacs crash in org-indent-mode
To: Chong Yidong <cyd@stupidchicken.com>


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:
>> 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.
>
> 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] 4+ messages in thread

* bug#5319: 23.1; emacs crash in org-indent-mode
  2010-01-10  0:02 bug#5319: 23.1; emacs crash in org-indent-mode Chong Yidong
       [not found] ` <3eda65101001091734g59da0841h9e992808152f3d5@mail.gmail.com>
@ 2010-01-10 10:27 ` B Smith-Mannschott
  1 sibling, 0 replies; 4+ messages in thread
From: B Smith-Mannschott @ 2010-01-10 10:27 UTC (permalink / raw
  To: Chong Yidong, 5319; +Cc: Changyuan Yu

On Sun, Jan 10, 2010 at 01:02, Chong Yidong <cyd@stupidchicken.com> wrote:
>> 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.
>
> 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

I was NOT able to reproduce the crash described by Chong Yidong. I'm
using the following:

- Emacs 23.1.91.1 (x86_64-darwin10.2.0, X toolkit)
 (bzr tag EMACS_PRETEST_23_1_91; revno 99220; Wed 2009-12-30 21:14:46 -0500)

- org-version 6.33f (from my local elisp customization, 23.1.91.1
actually ships with 6.33x)

// Ben






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10  0:02 bug#5319: 23.1; emacs crash in org-indent-mode Chong Yidong
     [not found] ` <3eda65101001091734g59da0841h9e992808152f3d5@mail.gmail.com>
2010-01-10  6:38   ` bug#5319: Fwd: " Changyuan Yu
2010-01-10 10:27 ` bug#5319: " B Smith-Mannschott
  -- strict thread matches above, loose matches on Subject: below --
2010-01-05 11:03 Changyuan Yu

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.