unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17828: 24.4.50; cygwin ispell process not responding
@ 2014-06-21 14:21 Yigal Hochberg
  2014-06-21 16:02 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Yigal Hochberg @ 2014-06-21 14:21 UTC (permalink / raw)
  To: 17828


Description:

Emacs on Windows XP

When spelling a buffer from emacs using cygwin ispell, some of the times the
ispell process hangs and need to be aborted.

This did happen with previous emacs versions e.g 24.3

Thank you

Yigal Hochberg




In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
 of 2014-05-26 on LEG570
Repository revision: 117160 eliz@gnu.org-20140526165528-a8wdcew8p9q3gwph
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --enable-checking 'CFLAGS=-O0 -g3'
 CPPFLAGS=-DGLYPH_DEBUG=1'

Configured features:
XPM JPEG TIFF GIF PNG RSVG NOTIFY ACL GNUTLS LIBXML2 ZLIB

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: Lisp Interaction

Minor modes in effect:
  iswitchb-mode: t
  show-paren-mode: t
  display-time-mode: t
  which-function-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
M-x v e r s SPC <return> <help-echo> <help-echo> <home> 
M-x e m c SPC <backspace> a SPC c SPC r e s SPC <backspace> 
p <tab> SPC <tab> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> r e p o <tab> r <tab> <return>

Recent messages:
Loading arc-mode...done
Loading wildcard-to-regexp...done
Preparing diary...
No diary entries for Saturday, June 21, 2014
Preparing diary...done
Loading c:/yigal/lisp/emacs222.el (source)...done
Package iswitchb is obsolete!
For information about GNU Emacs and the GNU system, type C-h C-a.
GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-05-26 on LEG570
Making completion list... [2 times]

Load-path shadows:
c:/yigal/lisp/woman hides c:/emacs/emacs-24.4/share/emacs/24.4.50/lisp/woman
c:/yigal/lisp/snmp-mode hides c:/emacs/emacs-24.4/share/emacs/24.4.50/lisp/net/snmp-mode
c:/yigal/lisp/rmail-spam-filter hides c:/emacs/emacs-24.4/share/emacs/24.4.50/lisp/mail/rmail-spam-filter

Features:
(shadow cl gv auto-capitalize feedmail mailalias emacsbug message
format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode
mail-parse rfc2231 gmm-utils mailheader warnings mule-util cal-china
lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays
hol-loaddefs diary-lib diary-loaddefs cal-menu calendar cal-loaddefs
wildcard-to-regexp ffap thingatpt url-parse url-vars arc-mode
archive-mode dos noutline outline easy-mmode dired-aux mailabbrev grep
compile dmh-market iswitchb dired-x easymenu dired tinysword paren
set-path-b get-exp-at-point advice edmacro kmacro cl-loaddefs cl-lib
gnuserv ispell ymail smtpmail auth-source eieio byte-opt bytecomp
byte-compile cconv eieio-core gnus-util password-cache sendmail
rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils
ange-ftp comint ansi-color ring time which-func imenu time-date
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar
dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet
lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook
help simple abbrev minibuffer nadvice loaddefs button faces cus-face
macroexp files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process w32notify w32 multi-tty emacs)

Memory information:
((conses 8 153623 13270)
 (symbols 32 25372 0)
 (miscs 32 57 167)
 (strings 16 35013 5370)
 (string-bytes 1 1048691)
 (vectors 8 16400)
 (vector-slots 4 451175 1390)
 (floats 8 617 146)
 (intervals 28 808 326)
 (buffers 508 14))


-- 
- Yigal







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

* bug#17828: 24.4.50; cygwin ispell process not responding
  2014-06-21 14:21 bug#17828: 24.4.50; cygwin ispell process not responding Yigal Hochberg
@ 2014-06-21 16:02 ` Eli Zaretskii
  2014-06-21 16:18   ` Yigal Hochberg
       [not found]   ` <CAPDuKZEZewgGZ8TD4+WobN1HXCHk6JQbcsJk_7EaXhKmRqJTOQ@mail.gmail.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Eli Zaretskii @ 2014-06-21 16:02 UTC (permalink / raw)
  To: Yigal Hochberg; +Cc: 17828

> Date: Sat, 21 Jun 2014 10:21:03 -0400
> From: Yigal Hochberg <hochberg@dmhsoftware.com>
> 
> Emacs on Windows XP
> 
> When spelling a buffer from emacs using cygwin ispell, some of the times the
> ispell process hangs and need to be aborted.
> 
> This did happen with previous emacs versions e.g 24.3
> 
> Thank you
> 
> Yigal Hochberg
> 
> 
> 
> 
> In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
>  of 2014-05-26 on LEG570

Why are you using a Cygwin ispell with a native Windows Emacs?  This
combination could have "issues" regarding communications via pipes.
My recommendation is to use a native Windows build of a speller
instead.  Hunspell can be found here:

  http://sourceforge.net/projects/ezwinports/files/hunspell-1.3.2-3-w32-bin.zip/download






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

* bug#17828: 24.4.50; cygwin ispell process not responding
  2014-06-21 16:02 ` Eli Zaretskii
@ 2014-06-21 16:18   ` Yigal Hochberg
       [not found]   ` <CAPDuKZEZewgGZ8TD4+WobN1HXCHk6JQbcsJk_7EaXhKmRqJTOQ@mail.gmail.com>
  1 sibling, 0 replies; 7+ messages in thread
From: Yigal Hochberg @ 2014-06-21 16:18 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 17828

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

Hi Eli,

Toda, Ma nishma?

I used to use ispell4 for Windows but this was unsupported and old.

Then,I switched to Cygwin aspell because is just worked "out-of-the-box".
It worked ok for a long while w/out a problem and no need for customization.
(emacs just found it and worked with it ok, despite pipes).

The problem appeared with emacs 24.4.

I will try the Window speller you pointed.

Thanks,

Yigal






On Sat, Jun 21, 2014 at 12:02 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Sat, 21 Jun 2014 10:21:03 -0400
> > From: Yigal Hochberg <hochberg@dmhsoftware.com>
> >
> > Emacs on Windows XP
> >
> > When spelling a buffer from emacs using cygwin ispell, some of the times
> the
> > ispell process hangs and need to be aborted.
> >
> > This did happen with previous emacs versions e.g 24.3
> >
> > Thank you
> >
> > Yigal Hochberg
> >
> >
> >
> >
> > In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
> >  of 2014-05-26 on LEG570
>
> Why are you using a Cygwin ispell with a native Windows Emacs?  This
> combination could have "issues" regarding communications via pipes.
> My recommendation is to use a native Windows build of a speller
> instead.  Hunspell can be found here:
>
>
> http://sourceforge.net/projects/ezwinports/files/hunspell-1.3.2-3-w32-bin.zip/download
>
>


-- 
Yigal

[-- Attachment #2: Type: text/html, Size: 2993 bytes --]

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

* bug#17828: 24.4.50; cygwin ispell process not responding
       [not found]   ` <CAPDuKZEZewgGZ8TD4+WobN1HXCHk6JQbcsJk_7EaXhKmRqJTOQ@mail.gmail.com>
@ 2014-06-21 16:58     ` Eli Zaretskii
       [not found]       ` <CAPDuKZGp=WSm-tocD4-g8V214mWqrXQpoN3FRRCsGaBP7MB4DQ@mail.gmail.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-06-21 16:58 UTC (permalink / raw)
  To: Yigal Hochberg; +Cc: 17828

> Date: Sat, 21 Jun 2014 12:43:53 -0400
> From: Yigal Hochberg <hochberg@dmhsoftware.com>
> Cc: Yigal Hochberg <hochberg@dmhsoftware.com>
> 
> I got hunspell, then unziped and directed emacs to use it as its program.
> 
> ispell-program-name is a variable defined in `ispell.el'.
> Its value is "c:/hunspell/bin/hunspell.exe"
> Original value was
> "c:/cygwin/bin/aspell.exe"
> 
> It seems like it requires more customization.

What customization?  Emacs 24.4 doesn't require any customization
besides pointing it to the Hunspell executable.

> I prefer the cygwin aspell because "it is there".

Hey, it's you who complained that it hangs.  If you are okay with
those hangs, it's fine by me.  I was just trying to help you get rid
of those hangs.






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

* bug#17828: 24.4.50; cygwin ispell process not responding
       [not found]       ` <CAPDuKZGp=WSm-tocD4-g8V214mWqrXQpoN3FRRCsGaBP7MB4DQ@mail.gmail.com>
@ 2014-06-21 17:11         ` Eli Zaretskii
  2014-06-21 19:32           ` Yigal Hochberg
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-06-21 17:11 UTC (permalink / raw)
  To: Yigal Hochberg; +Cc: 17828

> Date: Sat, 21 Jun 2014 13:04:51 -0400
> From: Yigal Hochberg <hochberg@dmhsoftware.com>
> 
> I would like to see cygwin aspell working with emacs as in
> release prior to emacs 24.4.
> 
> I rely on the cooperation between emacs and cygwin. They work ok
> together.

Native and Cygwin programs are subtly incompatible.  I don't see how
we can support this combination fully.  Sorry.






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

* bug#17828: 24.4.50; cygwin ispell process not responding
  2014-06-21 17:11         ` Eli Zaretskii
@ 2014-06-21 19:32           ` Yigal Hochberg
  2014-06-21 19:47             ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Yigal Hochberg @ 2014-06-21 19:32 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 17828

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

Eli,

After playing with huspell a bit more I made it to work.
So far so good.

Do you know when emacs 24.4 will be released?
Any idea why iswitchbuf was retired? (it is still in the release).

Toda,

Yigal



On Sat, Jun 21, 2014 at 1:11 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Sat, 21 Jun 2014 13:04:51 -0400
> > From: Yigal Hochberg <hochberg@dmhsoftware.com>
> >
> > I would like to see cygwin aspell working with emacs as in
> > release prior to emacs 24.4.
> >
> > I rely on the cooperation between emacs and cygwin. They work ok
> > together.
>
> Native and Cygwin programs are subtly incompatible.  I don't see how
> we can support this combination fully.  Sorry.
>
>


-- 
Yigal

[-- Attachment #2: Type: text/html, Size: 1723 bytes --]

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

* bug#17828: 24.4.50; cygwin ispell process not responding
  2014-06-21 19:32           ` Yigal Hochberg
@ 2014-06-21 19:47             ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2014-06-21 19:47 UTC (permalink / raw)
  To: Yigal Hochberg; +Cc: 17828

> Date: Sat, 21 Jun 2014 15:32:07 -0400
> From: Yigal Hochberg <hochberg@dmhsoftware.com>
> Cc: 17828@debbugs.gnu.org
> 
> After playing with huspell a bit more I made it to work.
> So far so good.

Great.  FWIW, it works for me flawlessly for a year or so.

> Do you know when emacs 24.4 will be released?

"Soon".  It's in pretest.

> Any idea why iswitchbuf was retired? (it is still in the release).

No idea.  Suggest to ask on emacs-devel.





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

end of thread, other threads:[~2014-06-21 19:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-21 14:21 bug#17828: 24.4.50; cygwin ispell process not responding Yigal Hochberg
2014-06-21 16:02 ` Eli Zaretskii
2014-06-21 16:18   ` Yigal Hochberg
     [not found]   ` <CAPDuKZEZewgGZ8TD4+WobN1HXCHk6JQbcsJk_7EaXhKmRqJTOQ@mail.gmail.com>
2014-06-21 16:58     ` Eli Zaretskii
     [not found]       ` <CAPDuKZGp=WSm-tocD4-g8V214mWqrXQpoN3FRRCsGaBP7MB4DQ@mail.gmail.com>
2014-06-21 17:11         ` Eli Zaretskii
2014-06-21 19:32           ` Yigal Hochberg
2014-06-21 19:47             ` Eli Zaretskii

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