unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2332: Subject: 23.0.60; char-to-string crashes emacs
@ 2009-02-14 22:16 ` MON KEY
  2009-02-15  9:58   ` Jason Rumney
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: MON KEY @ 2009-02-14 22:16 UTC (permalink / raw)
  To: help-emacs-windows; +Cc: emacs-pretest-bug

Evaluating following form:
(char-to-string 3008)
Caused emacs to hang

---------------------
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-10-23 on LENNART-69DE564 (patched)
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'

Important settings:
  value of $LC_ALL: nil
  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: ENU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  show-paren-mode: t
  display-time-mode: t
  auto-image-file-mode: t
  server-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  noticeable-minibuffer-prompts-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t






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

* bug#2332: Subject: 23.0.60; char-to-string crashes emacs
  2009-02-14 22:16 ` bug#2332: Subject: 23.0.60; char-to-string crashes emacs MON KEY
@ 2009-02-15  9:58   ` Jason Rumney
  2009-02-28 14:21     ` Jason Rumney
  2009-02-16  8:48   ` bug#2340: [h-e-w] " Lennart Borgman
  2009-03-04 13:30   ` bug#2332: marked as done (Subject: 23.0.60; char-to-string crashes emacs) Emacs bug Tracking System
  2 siblings, 1 reply; 6+ messages in thread
From: Jason Rumney @ 2009-02-15  9:58 UTC (permalink / raw)
  To: MON KEY, 2332

MON KEY wrote:
> Evaluating following form:
> (char-to-string 3008)
> Caused emacs to hang
>
> ---------------------
> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>  of 2008-10-23 on LENNART-69DE564 (patched)
>   

Can you please try the 23.0.90 pretest. I can't reproduce the problem, 
but since it involves Tamil, it may depend on the fonts installed and 
the uniscribe version.







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

* bug#2340: [h-e-w] Subject: 23.0.60; char-to-string crashes emacs
  2009-02-14 22:16 ` bug#2332: Subject: 23.0.60; char-to-string crashes emacs MON KEY
  2009-02-15  9:58   ` Jason Rumney
@ 2009-02-16  8:48   ` Lennart Borgman
  2009-03-04 13:30   ` bug#2332: marked as done (Subject: 23.0.60; char-to-string crashes emacs) Emacs bug Tracking System
  2 siblings, 0 replies; 6+ messages in thread
From: Lennart Borgman @ 2009-02-16  8:48 UTC (permalink / raw)
  To: MON KEY; +Cc: help-emacs-windows, emacs-pretest-bug

Thanks for this bug report. As you know this is bug 2332. Have you
followed Jason's advice there to test it with the pretest version.

Unfortunately I can't upload a new patched version at the moment.


On Sat, Feb 14, 2009 at 11:16 PM, MON KEY <monkey@sandpframing.com> wrote:
> Evaluating following form:
> (char-to-string 3008)
> Caused emacs to hang
>
> ---------------------
> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>  of 2008-10-23 on LENNART-69DE564 (patched)
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
>
> Important settings:
>  value of $LC_ALL: nil
>  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: ENU
>  value of $XMODIFIERS: nil
>  locale-coding-system: cp1252
>  default-enable-multibyte-characters: t
>
> Major mode: Lisp Interaction
>
> Minor modes in effect:
>  shell-dirtrack-mode: t
>  diff-auto-refine-mode: t
>  show-paren-mode: t
>  display-time-mode: t
>  auto-image-file-mode: t
>  server-mode: t
>  tooltip-mode: t
>  mouse-wheel-mode: t
>  noticeable-minibuffer-prompts-mode: t
>  menu-bar-mode: t
>  file-name-shadow-mode: t
>  global-font-lock-mode: t
>  font-lock-mode: t
>  global-auto-composition-mode: t
>  auto-composition-mode: t
>  auto-encryption-mode: t
>  auto-compression-mode: t
>  size-indication-mode: t
>  column-number-mode: t
>  line-number-mode: t
>  transient-mark-mode: t
>
>
>






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

* bug#2332: Subject: 23.0.60; char-to-string crashes emacs
  2009-02-15  9:58   ` Jason Rumney
@ 2009-02-28 14:21     ` Jason Rumney
  0 siblings, 0 replies; 6+ messages in thread
From: Jason Rumney @ 2009-02-28 14:21 UTC (permalink / raw)
  To: 2332; +Cc: MON KEY

Jason Rumney wrote:
> MON KEY wrote:
>> Evaluating following form:
>> (char-to-string 3008)
>> Caused emacs to hang
>>
>> ---------------------
>> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>>  of 2008-10-23 on LENNART-69DE564 (patched)
>>   
>
> Can you please try the 23.0.90 pretest. I can't reproduce the problem, 
> but since it involves Tamil, it may depend on the fonts installed and 
> the uniscribe version.

Please try the 23.0.91 pretest so we can find out if this problem has 
already been fixed since October.








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

* bug#2340: marked as done ([h-e-w] Subject: 23.0.60;  char-to-string crashes emacs)
       [not found] ` <e01d8a50902160048x56f71522x90a856e36be353e2@mail.gmail.com>
@ 2009-03-04 13:30   ` Emacs bug Tracking System
  0 siblings, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-03-04 13:30 UTC (permalink / raw)
  To: Jason Rumney

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


Your message dated Wed, 04 Mar 2009 21:20:23 +0800
with message-id <49AE8017.3040201@gnu.org>
and subject line Re: bug#2332: Subject: 23.0.60; char-to-string crashes emacs
has caused the Emacs bug report #2332,
regarding [h-e-w] Subject: 23.0.60; char-to-string crashes emacs
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 owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2332: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2332
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

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

From: Lennart Borgman <lennart.borgman@gmail.com>
To: MON KEY <monkey@sandpframing.com>
Cc: help-emacs-windows@gnu.org, emacs-pretest-bug@gnu.org
Subject: Re: [h-e-w] Subject: 23.0.60; char-to-string crashes emacs
Date: Mon, 16 Feb 2009 09:48:38 +0100
Message-ID: <e01d8a50902160048x56f71522x90a856e36be353e2@mail.gmail.com>

Thanks for this bug report. As you know this is bug 2332. Have you
followed Jason's advice there to test it with the pretest version.

Unfortunately I can't upload a new patched version at the moment.


On Sat, Feb 14, 2009 at 11:16 PM, MON KEY <monkey@sandpframing.com> wrote:
> Evaluating following form:
> (char-to-string 3008)
> Caused emacs to hang
>
> ---------------------
> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>  of 2008-10-23 on LENNART-69DE564 (patched)
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
>
> Important settings:
>  value of $LC_ALL: nil
>  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: ENU
>  value of $XMODIFIERS: nil
>  locale-coding-system: cp1252
>  default-enable-multibyte-characters: t
>
> Major mode: Lisp Interaction
>
> Minor modes in effect:
>  shell-dirtrack-mode: t
>  diff-auto-refine-mode: t
>  show-paren-mode: t
>  display-time-mode: t
>  auto-image-file-mode: t
>  server-mode: t
>  tooltip-mode: t
>  mouse-wheel-mode: t
>  noticeable-minibuffer-prompts-mode: t
>  menu-bar-mode: t
>  file-name-shadow-mode: t
>  global-font-lock-mode: t
>  font-lock-mode: t
>  global-auto-composition-mode: t
>  auto-composition-mode: t
>  auto-encryption-mode: t
>  auto-compression-mode: t
>  size-indication-mode: t
>  column-number-mode: t
>  line-number-mode: t
>  transient-mark-mode: t
>
>
>



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

From: Jason Rumney <jasonr@gnu.org>
To: MON KEY <monkey@sandpframing.com>
Cc: 2332-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2332: Subject: 23.0.60; char-to-string crashes emacs
Date: Wed, 04 Mar 2009 21:20:23 +0800
Message-ID: <49AE8017.3040201@gnu.org>

MON KEY wrote:
> Jason,
>
> Not sure what you want to hear back but this emacs doesn't fall over.
>
> ; (insert (format "\nthis is what I get %s <--" (char-to-string 3008)))
> this is what I get ீ <--
>
> I've attached a screen shot for your viewing pleasure.
>
> Best,
> Stan
>   
Thank you for confirming that Emacs no longer crashes, and appears to be 
inserting the correct character.



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

* bug#2332: marked as done (Subject: 23.0.60; char-to-string  crashes emacs)
  2009-02-14 22:16 ` bug#2332: Subject: 23.0.60; char-to-string crashes emacs MON KEY
  2009-02-15  9:58   ` Jason Rumney
  2009-02-16  8:48   ` bug#2340: [h-e-w] " Lennart Borgman
@ 2009-03-04 13:30   ` Emacs bug Tracking System
  2 siblings, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-03-04 13:30 UTC (permalink / raw)
  To: Jason Rumney

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


Your message dated Wed, 04 Mar 2009 21:20:23 +0800
with message-id <49AE8017.3040201@gnu.org>
and subject line Re: bug#2332: Subject: 23.0.60; char-to-string crashes emacs
has caused the Emacs bug report #2332,
regarding Subject: 23.0.60; char-to-string crashes emacs
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 owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2332: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2332
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

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

From: MON KEY <monkey@sandpframing.com>
To: help-emacs-windows@gnu.org
Cc: emacs-pretest-bug@gnu.org
Subject: Subject: 23.0.60; char-to-string crashes emacs
Date: Sat, 14 Feb 2009 17:16:42 -0500
Message-ID: <d2afcfda0902141416r671048b1h380c52c50133f1e7@mail.gmail.com>

Evaluating following form:
(char-to-string 3008)
Caused emacs to hang

---------------------
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-10-23 on LENNART-69DE564 (patched)
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'

Important settings:
  value of $LC_ALL: nil
  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: ENU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  show-paren-mode: t
  display-time-mode: t
  auto-image-file-mode: t
  server-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  noticeable-minibuffer-prompts-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t



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

From: Jason Rumney <jasonr@gnu.org>
To: MON KEY <monkey@sandpframing.com>
Cc: 2332-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2332: Subject: 23.0.60; char-to-string crashes emacs
Date: Wed, 04 Mar 2009 21:20:23 +0800
Message-ID: <49AE8017.3040201@gnu.org>

MON KEY wrote:
> Jason,
>
> Not sure what you want to hear back but this emacs doesn't fall over.
>
> ; (insert (format "\nthis is what I get %s <--" (char-to-string 3008)))
> this is what I get ீ <--
>
> I've attached a screen shot for your viewing pleasure.
>
> Best,
> Stan
>   
Thank you for confirming that Emacs no longer crashes, and appears to be 
inserting the correct character.



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

end of thread, other threads:[~2009-03-04 13:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <49AE8017.3040201@gnu.org>
2009-02-14 22:16 ` bug#2332: Subject: 23.0.60; char-to-string crashes emacs MON KEY
2009-02-15  9:58   ` Jason Rumney
2009-02-28 14:21     ` Jason Rumney
2009-02-16  8:48   ` bug#2340: [h-e-w] " Lennart Borgman
2009-03-04 13:30   ` bug#2332: marked as done (Subject: 23.0.60; char-to-string crashes emacs) Emacs bug Tracking System
     [not found] ` <e01d8a50902160048x56f71522x90a856e36be353e2@mail.gmail.com>
2009-03-04 13:30   ` bug#2340: marked as done ([h-e-w] Subject: " 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).