* delete-process
@ 2008-02-08 16:19 Ekkehard Krüger
2008-02-09 7:58 ` delete-process Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Ekkehard Krüger @ 2008-02-08 16:19 UTC (permalink / raw)
To: bug-gnu-emacs@gnu.org
From: <Ekkehard@EKKE>
To: bug-gnu-emacs@gnu.org
Subject: ispell
--text follows this line--
I invoke Emacs or, from a command line, emacs -Q. Then I load some
file text.tex and run ispell. Now, when I want to terminate ispell
before it has proved the whole text, I type the letter q.
The system then asks
Really kill ispell process? (y or n)
I type 'y' and now emacs hangs. I cannot terminate the program
by C-g, even when I type this repeatedly. I can terminate emacs only
with the Windows task manager.
I found that emacs hangs when the function ispell-kill-ispell
(in ispell.el) is called and when the command (delete-process
ispell-process)
within this function is called.
I have installed Ispell 3.1.20
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
d:/Programme/emacs/etc/DEBUG for instructions.
In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags
-Ic:/gnuwin32/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: DEU
locale-coding-system: cp1252
default-enable-multibyte-characters: t
Major mode: LaTeX/S
Minor modes in effect:
reftex-mode: t
delete-selection-mode: t
pc-selection-mode: t
TeX-source-specials-mode: t
display-time-mode: t
encoded-kbd-mode: t
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<return> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <return> <down> <down> <down>
<return> <return> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <return> <C-f2>
x <help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <menu-bar> <help-menu> <re
port-emacs-bug>
Recent messages:
Automatic display of crossref information was turned on
Loading preview...
Loading byte-opt...done
Loading preview...done
Applying style hooks... done
Loading ispell...done
Starting new Ispell process [default] ...
Spell checking Arbeit13.tex using ispell with default dictionary...
Exited spell-checking
Loading emacsbug...done
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: delete-process
2008-02-08 16:19 delete-process Ekkehard Krüger
@ 2008-02-09 7:58 ` Eli Zaretskii
[not found] ` <op.t59pz4zibdn23w@physix.mpi-stuttgart.mpg.de>
[not found] ` <op.t59st0ynbdn23w@physix.mpi-stuttgart.mpg.de>
0 siblings, 2 replies; 7+ messages in thread
From: Eli Zaretskii @ 2008-02-09 7:58 UTC (permalink / raw)
To: Ekkehard Krüger; +Cc: bug-gnu-emacs
> Date: Fri, 08 Feb 2008 17:19:06 +0100
> From: =?iso-8859-15?Q?Ekkehard_Kr=FCger?= <krueger@mf.mpg.de>
>
> I invoke Emacs or, from a command line, emacs -Q. Then I load some
> file text.tex and run ispell. Now, when I want to terminate ispell
> before it has proved the whole text, I type the letter q.
> The system then asks
>
> Really kill ispell process? (y or n)
>
> I type 'y' and now emacs hangs. I cannot terminate the program
> by C-g, even when I type this repeatedly. I can terminate emacs only
> with the Windows task manager.
Thank you for a detailed recipe. Unfortunately, like Jason, I cannot
reproduce this on my machine: when I type `q' and answer `y' to the
above question, Emacs says that Ispell was killed and does not hang.
> I have installed Ispell 3.1.20
Where did you get this port of Ispell? Can you please post everything
that this Ispell displays when you type "ispell -vv" at the Windows
command shell prompt?
^ permalink raw reply [flat|nested] 7+ messages in thread
* delete-process
@ 2008-02-07 21:05 Ekkehard Krüger
2008-02-08 9:13 ` delete-process Jason Rumney
2008-02-08 9:59 ` delete-process martin rudalics
0 siblings, 2 replies; 7+ messages in thread
From: Ekkehard Krüger @ 2008-02-07 21:05 UTC (permalink / raw)
To: bug-gnu-emacs
Hallo,
I have upgraded my emacs to Emacs 22.1.1 (i386-mingw-nt5.1.2600)
of 2007-06-02 on RELEASE.
I believe that the function "delete-process" now is undefined.
Therefore, emacs crashes whenever this function is called.
(For instance, when ispell is terminated by "Q".)
Gruss Ekkehard Krüger
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: delete-process
2008-02-07 21:05 delete-process Ekkehard Krüger
@ 2008-02-08 9:13 ` Jason Rumney
2008-02-08 9:59 ` delete-process martin rudalics
1 sibling, 0 replies; 7+ messages in thread
From: Jason Rumney @ 2008-02-08 9:13 UTC (permalink / raw)
To: Ekkehard Krüger; +Cc: bug-gnu-emacs
Ekkehard Krüger wrote:
> I have upgraded my emacs to Emacs 22.1.1 (i386-mingw-nt5.1.2600)
> of 2007-06-02 on RELEASE.
>
> I believe that the function "delete-process" now is undefined.
> Therefore, emacs crashes whenever this function is called.
> (For instance, when ispell is terminated by "Q".)
Thank you for the report, but I cannot reproduce this. delete-process is
a built in function, so there is no way it cannot be defined, and an
undefined function would not lead to a crash.
Can you reproduce the problem if you start Emacs from the command-line
as "emacs -Q"?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: delete-process
2008-02-07 21:05 delete-process Ekkehard Krüger
2008-02-08 9:13 ` delete-process Jason Rumney
@ 2008-02-08 9:59 ` martin rudalics
1 sibling, 0 replies; 7+ messages in thread
From: martin rudalics @ 2008-02-08 9:59 UTC (permalink / raw)
To: Ekkehard Krüger; +Cc: bug-gnu-emacs
> I have upgraded my emacs to Emacs 22.1.1 (i386-mingw-nt5.1.2600)
> of 2007-06-02 on RELEASE.
>
> I believe that the function "delete-process" now is undefined.
What does C-h f RET delete-process RET give on your system?
> Therefore, emacs crashes whenever this function is called.
How does "emacs crash"? Please be more specific here.
> (For instance, when ispell is terminated by "Q".)
Do you mean when you type `q' to "quit spelling session (Kills ispell
process)"?
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-02-23 10:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-08 16:19 delete-process Ekkehard Krüger
2008-02-09 7:58 ` delete-process Eli Zaretskii
[not found] ` <op.t59pz4zibdn23w@physix.mpi-stuttgart.mpg.de>
2008-02-09 18:01 ` delete-process Eli Zaretskii
[not found] ` <op.t59st0ynbdn23w@physix.mpi-stuttgart.mpg.de>
[not found] ` <u7ihdrke7.fsf@gnu.org>
[not found] ` <op.t6x1bx1ebdn23w@physix.mpi-stuttgart.mpg.de>
2008-02-23 10:55 ` delete-process Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2008-02-07 21:05 delete-process Ekkehard Krüger
2008-02-08 9:13 ` delete-process Jason Rumney
2008-02-08 9:59 ` delete-process martin rudalics
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).