unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1131: Fwd: [Aquamacs-bugs] problem with comint
@ 2009-03-06 19:36 Adrian Robert
  2009-03-06 19:44 ` bug#1131: " David Reitter
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Robert @ 2009-03-06 19:36 UTC (permalink / raw)
  To: 1131; +Cc: David Reitter, Eric Tytell

Hello,

Does this issue still exist in emacs-23?  Can it be reproduced in any  
simple manner without access to Matlab?  Does it exist on an X11  
build of Emacs on Mac OS X?

If I try just

(make-comint "MATLAB EEI" (cons (system-name) 5600))

on Emacs.app on my system, with nothing listening on 5600 (but not a  
packet-dropping firewall either), I quickly get a lisp error about  
'(file-error "make client process failed" ...'.

thanks,
Adrian







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

* bug#1131: [Aquamacs-bugs] problem with comint
  2009-03-06 19:36 bug#1131: Fwd: [Aquamacs-bugs] problem with comint Adrian Robert
@ 2009-03-06 19:44 ` David Reitter
  2009-03-06 20:43   ` Eric Tytell
  0 siblings, 1 reply; 5+ messages in thread
From: David Reitter @ 2009-03-06 19:44 UTC (permalink / raw)
  To: Adrian Robert; +Cc: 1131, Eric Tytell

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

Can't reproduce right now neither in 22 nor in 23, using "nc -l 5600"  
and the make-comint command.  Just using make-comint with a port that  
doesn't answer doesn't time out, but brings up an error message.

Perhaps it is a DNS problem; longer timeouts can happen there.

Comint generally works for me.

Unless we have a reproducible report, let's deprioritize this.


On 6 Mar 2009, at 14:36, Adrian Robert wrote:

> Hello,
>
> Does this issue still exist in emacs-23?  Can it be reproduced in  
> any simple manner without access to Matlab?  Does it exist on an X11  
> build of Emacs on Mac OS X?
>
> If I try just
>
> (make-comint "MATLAB EEI" (cons (system-name) 5600))
>
> on Emacs.app on my system, with nothing listening on 5600 (but not a  
> packet-dropping firewall either), I quickly get a lisp error about  
> '(file-error "make client process failed" ...'.
>
> thanks,
> Adrian
>


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2193 bytes --]

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

* bug#1131: [Aquamacs-bugs] problem with comint
  2009-03-06 19:44 ` bug#1131: " David Reitter
@ 2009-03-06 20:43   ` Eric Tytell
  2009-03-06 21:58     ` David Reitter
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Tytell @ 2009-03-06 20:43 UTC (permalink / raw)
  To: David Reitter; +Cc: 1131, Adrian Robert

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

Hi all -
  This has not been giving me any problems recently, but I'm not sure that
the original bug is fixed.  I found a work-around, by changing the line to
read

(make-comint "MATLAB EEI" (cons 'local 5600))

That one now works consistently, while the other

(make-comint "MATLAB EEI" (cons (system-name) 5600))

failed when I was connected via wi-fi (and had a DHCP assigned TCP-IP
address), but not when I was connected via ethernet (and had a static
TCP-IP) address.  I don't know if it would still be a problem the original
way it was written.

Eric


On Fri, Mar 6, 2009 at 2:44 PM, David Reitter <david.reitter@gmail.com>wrote:

> Can't reproduce right now neither in 22 nor in 23, using "nc -l 5600" and
> the make-comint command.  Just using make-comint with a port that doesn't
> answer doesn't time out, but brings up an error message.
>
> Perhaps it is a DNS problem; longer timeouts can happen there.
>
> Comint generally works for me.
>
> Unless we have a reproducible report, let's deprioritize this.
>
>
>
> On 6 Mar 2009, at 14:36, Adrian Robert wrote:
>
>  Hello,
>>
>> Does this issue still exist in emacs-23?  Can it be reproduced in any
>> simple manner without access to Matlab?  Does it exist on an X11 build of
>> Emacs on Mac OS X?
>>
>> If I try just
>>
>> (make-comint "MATLAB EEI" (cons (system-name) 5600))
>>
>> on Emacs.app on my system, with nothing listening on 5600 (but not a
>> packet-dropping firewall either), I quickly get a lisp error about
>> '(file-error "make client process failed" ...'.
>>
>> thanks,
>> Adrian
>>
>>
>

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

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

* bug#1131: [Aquamacs-bugs] problem with comint
  2009-03-06 20:43   ` Eric Tytell
@ 2009-03-06 21:58     ` David Reitter
  2009-03-06 22:07       ` Adrian Robert
  0 siblings, 1 reply; 5+ messages in thread
From: David Reitter @ 2009-03-06 21:58 UTC (permalink / raw)
  To: Eric Tytell; +Cc: 1131, Adrian Robert

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

On 6 Mar 2009, at 15:43, Eric Tytell wrote:
>
> That one now works consistently, while the other
>
> (make-comint "MATLAB EEI" (cons (system-name) 5600))
>
> failed when I was connected via wi-fi (and had a DHCP assigned TCP- 
> IP address), but not when I was connected via ethernet (and had a  
> static TCP-IP) address.  I don't know if it would still be a problem  
> the original way it was written.

I think that speaks for my DNS theory.


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2193 bytes --]

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

* bug#1131: [Aquamacs-bugs] problem with comint
  2009-03-06 21:58     ` David Reitter
@ 2009-03-06 22:07       ` Adrian Robert
  0 siblings, 0 replies; 5+ messages in thread
From: Adrian Robert @ 2009-03-06 22:07 UTC (permalink / raw)
  To: David Reitter; +Cc: 1131, Eric Tytell


On Mar 6, 2009, at 11:58 PM, David Reitter wrote:

> On 6 Mar 2009, at 15:43, Eric Tytell wrote:
>>
>> That one now works consistently, while the other
>>
>> (make-comint "MATLAB EEI" (cons (system-name) 5600))
>>
>> failed when I was connected via wi-fi (and had a DHCP assigned TCP- 
>> IP address), but not when I was connected via ethernet (and had a  
>> static TCP-IP) address.  I don't know if it would still be a  
>> problem the original way it was written.
>
> I think that speaks for my DNS theory.

Maybe, though in that case I'm not sure if I'd be willing to call it  
a bug in emacs, unless Ctrl-G wouldn't abort it.  (It should now in  
Emacs.app ;).  Anyway I can't reproduce it putting in whatever bogus  
name instead of (system-name).

I'm inclined to close the bug.








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

end of thread, other threads:[~2009-03-06 22:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 19:36 bug#1131: Fwd: [Aquamacs-bugs] problem with comint Adrian Robert
2009-03-06 19:44 ` bug#1131: " David Reitter
2009-03-06 20:43   ` Eric Tytell
2009-03-06 21:58     ` David Reitter
2009-03-06 22:07       ` Adrian Robert

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