Re: FW: xemacs freezes when latexing a file

2006-07-03 Thread Stephen J. Turnbull
Replies directed to xemacs-beta, cygwin/x, and cygwin mailing lists.
I'm not sure that cygwin/x is relevant, but that's what charli
suggested so I'm leaving it in for now.

 Charli == Charli Li [EMAIL PROTECTED] writes:

 From: Yuval Grossman

 I am running xemacs (21.4.19) under cygwin/X (1.5.19.4). When
 I am in latex mode and I latex my file (C-c C-f) sometimes
 xemacs freezes. That

Are you sure that hitting C-g several times in succession doesn't work?

This sounds like a process I/O issue.  Since I have seen no other
reports, the only things I can suggest are (a) try using a different
version of the Cygwin dll, (b) since there's a pending change to
process I/O, build XEmacs from CVS checked out with -rrelease-21-4 or
wait for the release of 21.4.20 (downgrading XEmacs is unlikely to
help, as the last changes to the process code are fairly ancient,
you'd have to go back to at least 21.4.17, released 2006-02-06), or
(c) run XEmacs under gdb, elicit the freeze, get a C backtrace at the
point of the freeze, and send it to xemacs-beta.

FWIW the pending change to process I/O is

2006-03-23  Tony Bennett  [EMAIL PROTECTED]

* process-unix.c (unix_send_process): Reduce timeout for
Faccept_process_output to 10ms.  This dramatically speeds up many
functions that read from processes, eg, inferior interpreter
processes as in ilisp or python-mode.

and the most recent released change to process I/O is

2005-02-03  David Evers  [EMAIL PROTECTED]

* process-unix.c (unix_send_process): Flush the last chunk, even
when the pipe is blocked.

If the Cygwin build actually uses the process-nt.c code, then I have
no idea what's going on---that code hasn't changed since 21.4.9 in mid-2002.

Charli ...and the XEmacs-news mailing list, perhaps?

Please direct questions that clearly indicate a problem that could
easily be an XEmacs bug to [EMAIL PROTECTED]

Yuval may also want to post to the comp.emacs.xemacs newsgroup, as
somebody there may know workarounds.  It is unlikely that changes in
areas as delicate as process I/O will be made in haste to the 21.4
line, especially since the experts on that are currently on vacation,
so (if it's our bug) you're going to need to be patient.

N.B.  Despite the description of xemacs-news on the XEmacs Mailing
Lists home page, the mail-news gateway has never worked well, and with
nearly zero traffic, xemacs-news is going to be decomissioned next
week, as announced several weeks ago.

Regards,

Stephen Turnbull
[EMAIL PROTECTED]

-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of TsukubaTennodai 1-1-1 Tsukuba 305-8573 JAPAN
   Ask not how you can do free software business;
  ask what your business can do for free software.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: FW: xemacs freezes when latexing a file

2006-07-02 Thread Yuval Grossman

Hi,

Thanks. I tested it now under cygwin and I had the same problem. That is, 
I did not start x and run latex directly from the cygwin window and I got 
the same problem. So maybe it is belong to the cygwin mailing list.


Best,
  Yuval

On Sun, 2 Jul 2006, Charli Li wrote:


-Original Message-
From: Yuval Grossman
Sent: Sunday, July 02, 2006 3:49 PM
To: The Cygwin ML
Subject: xemacs freezes when latexing a file


Hi,

I am running xemacs (21.4.19) under cygwin/X (1.5.19.4). When I am in
latex mode and I latex my file (C-c C-f) sometimes xemacs freezes. That
is, I cannot edit the buffer, the cursor does not move, and I
cannot close the window. All I could do is just to kill it. I can,
however, minimize the window or move it around.  Xemacs does not
always hang, and I am unable to be able to predict when it will
fail. All I can tell is that if it works well the first time, it does
not fail later. That is, all the times it does fail it is in the first
time I try to latex my file. I also tried to run other shell commands
from inside xemacs (that is, with M-!), but they always work without a
problem.

I look in the cygwin mail archive, and found that a similar problem
(not with latex, however) were discussed in 2002. The latest one I
found was http://sourceware.org/ml/cygwin/2002-09/msg00521.html
but it is not clear to my how the problem was solved. Any ideas how
this problem can be fixed? Presumably, I just missed the post with the
explanation.

Thanks for any tips.

  Yuval




This is a Cygwin/X problem.  Please discuss this on that mailing list
instead.

Charli


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: FW: xemacs freezes when latexing a file

2006-07-02 Thread Charli Li
-Original Message-
From: Yuval Grossman
Sent: Sunday, July 02, 2006 4:44 PM
To: Cygwin Mailing List
Cc: Cygwin/X Mailing List
Subject: Re: FW: xemacs freezes when latexing a file


Hi,

Thanks. I tested it now under cygwin and I had the same problem. That is, 
I did not start x and run latex directly from the cygwin window and I got 
the same problem. So maybe it is belong to the cygwin mailing list.

Best,
   Yuval

On Sun, 2 Jul 2006, Charli Li wrote:

 -Original Message-
 From: Yuval Grossman
 Sent: Sunday, July 02, 2006 3:49 PM
 To: The Cygwin ML
 Subject: xemacs freezes when latexing a file


 Hi,

 I am running xemacs (21.4.19) under cygwin/X (1.5.19.4). When I am in
 latex mode and I latex my file (C-c C-f) sometimes xemacs freezes. That
 is, I cannot edit the buffer, the cursor does not move, and I
 cannot close the window. All I could do is just to kill it. I can,
 however, minimize the window or move it around.  Xemacs does not
 always hang, and I am unable to be able to predict when it will
 fail. All I can tell is that if it works well the first time, it does
 not fail later. That is, all the times it does fail it is in the first
 time I try to latex my file. I also tried to run other shell commands
 from inside xemacs (that is, with M-!), but they always work without a
 problem.

 I look in the cygwin mail archive, and found that a similar problem
 (not with latex, however) were discussed in 2002. The latest one I
 found was http://sourceware.org/ml/cygwin/2002-09/msg00521.html
 but it is not clear to my how the problem was solved. Any ideas how
 this problem can be fixed? Presumably, I just missed the post with the
 explanation.

 Thanks for any tips.

   Yuval




 This is a Cygwin/X problem.  Please discuss this on that mailing list
 instead.

 Charli






...and the XEmacs-news mailing list, perhaps?

Charli

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/