public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Telnet again
@ 1999-06-09 19:42 Ross Smith
  1999-06-09 19:50 ` cygwin
  1999-06-30 22:10 ` Ross Smith
  0 siblings, 2 replies; 16+ messages in thread
From: Ross Smith @ 1999-06-09 19:42 UTC (permalink / raw)
  To: Cygwin Mailing List

OK, I've got Sergey Okhapkin's telnet, and now I can login to our Unix
boxes. But I can't run Emacs on them because it doesn't know what
terminal type I'm using. I tried setting it to VT100 but that doesn't
work. Does anyone know how to fix this?

--
Ross Smith <ross.s@ihug.co.nz> The Internet Group, Auckland, New Zealand
========================================================================
  I know you're desperate, I really sympathise
  I see the morbid horror flicker in your eyes
  But rest assured I'm gonna help to ease your pain
  I'm gonna put a thousand tiny implants in your brain     [Motorhead]

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 19:42 Telnet again Ross Smith
@ 1999-06-09 19:50 ` cygwin
  1999-06-09 20:08   ` Ross Smith
  1999-06-30 22:10   ` cygwin
  1999-06-30 22:10 ` Ross Smith
  1 sibling, 2 replies; 16+ messages in thread
From: cygwin @ 1999-06-09 19:50 UTC (permalink / raw)
  To: Ross Smith; +Cc: Cygwin Mailing List

On Thu, Jun 10, 1999 at 03:43:25PM +1300, Ross Smith wrote:
>OK, I've got Sergey Okhapkin's telnet, and now I can login to our Unix
>boxes. But I can't run Emacs on them because it doesn't know what
>terminal type I'm using. I tried setting it to VT100 but that doesn't
>work. Does anyone know how to fix this?

The terminal type is 'cygwin' which is roughly similar to 'linux'.

You'll probably have the best luck if you use the information from
cygwin's /etc/termcap on your UNIX box.

-chris

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 19:50 ` cygwin
@ 1999-06-09 20:08   ` Ross Smith
  1999-06-09 20:58     ` Takayuki Tamura
  1999-06-30 22:10     ` Ross Smith
  1999-06-30 22:10   ` cygwin
  1 sibling, 2 replies; 16+ messages in thread
From: Ross Smith @ 1999-06-09 20:08 UTC (permalink / raw)
  To: cygwin

cygwin@sourceware.cygnus.com wrote:
> 
> On Thu, Jun 10, 1999 at 03:43:25PM +1300, Ross Smith wrote:
> >OK, I've got Sergey Okhapkin's telnet, and now I can login to our Unix
> >boxes. But I can't run Emacs on them because it doesn't know what
> >terminal type I'm using. I tried setting it to VT100 but that doesn't
> >work. Does anyone know how to fix this?
> 
> The terminal type is 'cygwin' which is roughly similar to 'linux'.

The Unix system (it's SunOS 5.6) doesn't understand either of those.

> You'll probably have the best luck if you use the information from
> cygwin's /etc/termcap on your UNIX box.

Use it how? What do I do with it?

--
Ross Smith <ross.s@ihug.co.nz> The Internet Group, Auckland, New Zealand
========================================================================
  I know you're desperate, I really sympathise
  I see the morbid horror flicker in your eyes
  But rest assured I'm gonna help to ease your pain
  I'm gonna put a thousand tiny implants in your brain     [Motorhead]

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 20:08   ` Ross Smith
@ 1999-06-09 20:58     ` Takayuki Tamura
  1999-06-09 22:00       ` cygwin
  1999-06-30 22:10       ` Takayuki Tamura
  1999-06-30 22:10     ` Ross Smith
  1 sibling, 2 replies; 16+ messages in thread
From: Takayuki Tamura @ 1999-06-09 20:58 UTC (permalink / raw)
  To: ross.s; +Cc: cygwin

On Thu, 10 Jun 1999 16:08:51 +1300
Ross Smith <ross.s@ihug.co.nz> wrote:

> > The terminal type is 'cygwin' which is roughly similar to 'linux'.
> 
> The Unix system (it's SunOS 5.6) doesn't understand either of those.
> 
> > You'll probably have the best luck if you use the information from
> > cygwin's /etc/termcap on your UNIX box.
> 
> Use it how? What do I do with it?

setenv TERMCAP '<paste the linux entry from cygwin's termcap>'

or

setenv TERMPATH <alternate-termcap-file>

I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
Consult man pages (tset, environ, ...) for more details.

Regards,
---------------
Takayuki TAMURA
ttathome@remus.dti.ne.jp

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 20:58     ` Takayuki Tamura
@ 1999-06-09 22:00       ` cygwin
  1999-06-09 22:39         ` Ross Smith
  1999-06-30 22:10         ` cygwin
  1999-06-30 22:10       ` Takayuki Tamura
  1 sibling, 2 replies; 16+ messages in thread
From: cygwin @ 1999-06-09 22:00 UTC (permalink / raw)
  To: ttathome; +Cc: ross.s, cygwin

On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
>Ross Smith <ross.s@ihug.co.nz> wrote:
>>cgf wrote:
>>> You'll probably have the best luck if you use the information from
>>> cygwin's /etc/termcap on your UNIX box.
>> 
>> Use it how? What do I do with it?
>
>setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
>
>or
>
>setenv TERMPATH <alternate-termcap-file>
>
>I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
>Consult man pages (tset, environ, ...) for more details.

It may not be that simple.  It might require playing around with
terminfo, q.v.

-chris

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 22:00       ` cygwin
@ 1999-06-09 22:39         ` Ross Smith
  1999-06-09 22:54           ` Takayuki Tamura
  1999-06-30 22:10           ` Ross Smith
  1999-06-30 22:10         ` cygwin
  1 sibling, 2 replies; 16+ messages in thread
From: Ross Smith @ 1999-06-09 22:39 UTC (permalink / raw)
  To: cygwin

cygwin@sourceware.cygnus.com wrote:
> 
> On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
> >Ross Smith <ross.s@ihug.co.nz> wrote:
> >>cgf wrote:
> >>> You'll probably have the best luck if you use the information from
> >>> cygwin's /etc/termcap on your UNIX box.
> >>
> >> Use it how? What do I do with it?
> >
> >setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
> >
> >or
> >
> >setenv TERMPATH <alternate-termcap-file>
> >
> >I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
> >Consult man pages (tset, environ, ...) for more details.
> 
> It may not be that simple.  It might require playing around with
> terminfo, q.v.

None of our Unix/Sun experts could figure out how to make it work. I
ended up throwing out the Cygwin telnet and installing Tera Term, which
has a VT100 emulation option.

--
Ross Smith <ross.s@ihug.co.nz> The Internet Group, Auckland, New Zealand
========================================================================
  I know you're desperate, I really sympathise
  I see the morbid horror flicker in your eyes
  But rest assured I'm gonna help to ease your pain
  I'm gonna put a thousand tiny implants in your brain     [Motorhead]

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 22:39         ` Ross Smith
@ 1999-06-09 22:54           ` Takayuki Tamura
  1999-06-10 11:11             ` itz
  1999-06-30 22:10             ` Takayuki Tamura
  1999-06-30 22:10           ` Ross Smith
  1 sibling, 2 replies; 16+ messages in thread
From: Takayuki Tamura @ 1999-06-09 22:54 UTC (permalink / raw)
  To: ross.s; +Cc: cygwin

On Thu, 10 Jun 1999 18:39:41 +1300
Ross Smith <ross.s@ihug.co.nz> wrote:

> cygwin@sourceware.cygnus.com wrote:
> > 
> > On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
> > >Ross Smith <ross.s@ihug.co.nz> wrote:
> > >>cgf wrote:
> > >>> You'll probably have the best luck if you use the information from
> > >>> cygwin's /etc/termcap on your UNIX box.
> > >>
> > >> Use it how? What do I do with it?
> > >
> > >setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
> > >
> > >or
> > >
> > >setenv TERMPATH <alternate-termcap-file>
> > >
> > >I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
> > >Consult man pages (tset, environ, ...) for more details.
> > 
> > It may not be that simple.  It might require playing around with
> > terminfo, q.v.
> 
> None of our Unix/Sun experts could figure out how to make it work. I
> ended up throwing out the Cygwin telnet and installing Tera Term, which
> has a VT100 emulation option.

Yes, it was not that simple :-)

JFYI,
captoinfo(1M): convert termcap into terminfo.
tic(1M): terminfo compiler (produce binary format).

Once I've one it, but I don't remember the details.

Regards,
---------------
Takayuki TAMURA
ttathome@remus.dti.ne.jp


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 22:54           ` Takayuki Tamura
@ 1999-06-10 11:11             ` itz
  1999-06-30 22:10               ` itz
  1999-06-30 22:10             ` Takayuki Tamura
  1 sibling, 1 reply; 16+ messages in thread
From: itz @ 1999-06-10 11:11 UTC (permalink / raw)
  To: cygwin

   From: Takayuki Tamura <ttamura@icc.melco.co.jp>

   On Thu, 10 Jun 1999 18:39:41 +1300
   Ross Smith <ross.s@ihug.co.nz> wrote:

   > cygwin@sourceware.cygnus.com wrote:
   > > 
   > > On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
   > > >Ross Smith <ross.s@ihug.co.nz> wrote:
   > > >>cgf wrote:
   > > >>> You'll probably have the best luck if you use the information from
   > > >>> cygwin's /etc/termcap on your UNIX box.
   > > >>
   > > >> Use it how? What do I do with it?
   > > >
   > > >setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
   > > >
   > > >or
   > > >
   > > >setenv TERMPATH <alternate-termcap-file>
   > > >
   > > >I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
   > > >Consult man pages (tset, environ, ...) for more details.
   > > 
   > > It may not be that simple.  It might require playing around with
   > > terminfo, q.v.
   > 
   > None of our Unix/Sun experts could figure out how to make it work. I
   > ended up throwing out the Cygwin telnet and installing Tera Term, which
   > has a VT100 emulation option.

   Yes, it was not that simple :-)

   captoinfo(1M): convert termcap into terminfo.
   tic(1M): terminfo compiler (produce binary format).

   Once I've one it, but I don't remember the details.

Hardly expert stuff, though.  Termcap/terminfo issues ought to be core
area for Unix admins, no?  But people are getting more and more
spoiled by X :-(

-- 
Ian Zimmerman
2325 3rd Street #324
San Francisco, California 94107
U.S.A.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 22:39         ` Ross Smith
  1999-06-09 22:54           ` Takayuki Tamura
@ 1999-06-30 22:10           ` Ross Smith
  1 sibling, 0 replies; 16+ messages in thread
From: Ross Smith @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

cygwin@sourceware.cygnus.com wrote:
> 
> On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
> >Ross Smith <ross.s@ihug.co.nz> wrote:
> >>cgf wrote:
> >>> You'll probably have the best luck if you use the information from
> >>> cygwin's /etc/termcap on your UNIX box.
> >>
> >> Use it how? What do I do with it?
> >
> >setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
> >
> >or
> >
> >setenv TERMPATH <alternate-termcap-file>
> >
> >I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
> >Consult man pages (tset, environ, ...) for more details.
> 
> It may not be that simple.  It might require playing around with
> terminfo, q.v.

None of our Unix/Sun experts could figure out how to make it work. I
ended up throwing out the Cygwin telnet and installing Tera Term, which
has a VT100 emulation option.

--
Ross Smith <ross.s@ihug.co.nz> The Internet Group, Auckland, New Zealand
========================================================================
  I know you're desperate, I really sympathise
  I see the morbid horror flicker in your eyes
  But rest assured I'm gonna help to ease your pain
  I'm gonna put a thousand tiny implants in your brain     [Motorhead]

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-10 11:11             ` itz
@ 1999-06-30 22:10               ` itz
  0 siblings, 0 replies; 16+ messages in thread
From: itz @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

   From: Takayuki Tamura <ttamura@icc.melco.co.jp>

   On Thu, 10 Jun 1999 18:39:41 +1300
   Ross Smith <ross.s@ihug.co.nz> wrote:

   > cygwin@sourceware.cygnus.com wrote:
   > > 
   > > On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
   > > >Ross Smith <ross.s@ihug.co.nz> wrote:
   > > >>cgf wrote:
   > > >>> You'll probably have the best luck if you use the information from
   > > >>> cygwin's /etc/termcap on your UNIX box.
   > > >>
   > > >> Use it how? What do I do with it?
   > > >
   > > >setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
   > > >
   > > >or
   > > >
   > > >setenv TERMPATH <alternate-termcap-file>
   > > >
   > > >I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
   > > >Consult man pages (tset, environ, ...) for more details.
   > > 
   > > It may not be that simple.  It might require playing around with
   > > terminfo, q.v.
   > 
   > None of our Unix/Sun experts could figure out how to make it work. I
   > ended up throwing out the Cygwin telnet and installing Tera Term, which
   > has a VT100 emulation option.

   Yes, it was not that simple :-)

   captoinfo(1M): convert termcap into terminfo.
   tic(1M): terminfo compiler (produce binary format).

   Once I've one it, but I don't remember the details.

Hardly expert stuff, though.  Termcap/terminfo issues ought to be core
area for Unix admins, no?  But people are getting more and more
spoiled by X :-(

-- 
Ian Zimmerman
2325 3rd Street #324
San Francisco, California 94107
U.S.A.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Telnet again
  1999-06-09 19:42 Telnet again Ross Smith
  1999-06-09 19:50 ` cygwin
@ 1999-06-30 22:10 ` Ross Smith
  1 sibling, 0 replies; 16+ messages in thread
From: Ross Smith @ 1999-06-30 22:10 UTC (permalink / raw)
  To: Cygwin Mailing List

OK, I've got Sergey Okhapkin's telnet, and now I can login to our Unix
boxes. But I can't run Emacs on them because it doesn't know what
terminal type I'm using. I tried setting it to VT100 but that doesn't
work. Does anyone know how to fix this?

--
Ross Smith <ross.s@ihug.co.nz> The Internet Group, Auckland, New Zealand
========================================================================
  I know you're desperate, I really sympathise
  I see the morbid horror flicker in your eyes
  But rest assured I'm gonna help to ease your pain
  I'm gonna put a thousand tiny implants in your brain     [Motorhead]

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 20:58     ` Takayuki Tamura
  1999-06-09 22:00       ` cygwin
@ 1999-06-30 22:10       ` Takayuki Tamura
  1 sibling, 0 replies; 16+ messages in thread
From: Takayuki Tamura @ 1999-06-30 22:10 UTC (permalink / raw)
  To: ross.s; +Cc: cygwin

On Thu, 10 Jun 1999 16:08:51 +1300
Ross Smith <ross.s@ihug.co.nz> wrote:

> > The terminal type is 'cygwin' which is roughly similar to 'linux'.
> 
> The Unix system (it's SunOS 5.6) doesn't understand either of those.
> 
> > You'll probably have the best luck if you use the information from
> > cygwin's /etc/termcap on your UNIX box.
> 
> Use it how? What do I do with it?

setenv TERMCAP '<paste the linux entry from cygwin's termcap>'

or

setenv TERMPATH <alternate-termcap-file>

I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
Consult man pages (tset, environ, ...) for more details.

Regards,
---------------
Takayuki TAMURA
ttathome@remus.dti.ne.jp

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 20:08   ` Ross Smith
  1999-06-09 20:58     ` Takayuki Tamura
@ 1999-06-30 22:10     ` Ross Smith
  1 sibling, 0 replies; 16+ messages in thread
From: Ross Smith @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

cygwin@sourceware.cygnus.com wrote:
> 
> On Thu, Jun 10, 1999 at 03:43:25PM +1300, Ross Smith wrote:
> >OK, I've got Sergey Okhapkin's telnet, and now I can login to our Unix
> >boxes. But I can't run Emacs on them because it doesn't know what
> >terminal type I'm using. I tried setting it to VT100 but that doesn't
> >work. Does anyone know how to fix this?
> 
> The terminal type is 'cygwin' which is roughly similar to 'linux'.

The Unix system (it's SunOS 5.6) doesn't understand either of those.

> You'll probably have the best luck if you use the information from
> cygwin's /etc/termcap on your UNIX box.

Use it how? What do I do with it?

--
Ross Smith <ross.s@ihug.co.nz> The Internet Group, Auckland, New Zealand
========================================================================
  I know you're desperate, I really sympathise
  I see the morbid horror flicker in your eyes
  But rest assured I'm gonna help to ease your pain
  I'm gonna put a thousand tiny implants in your brain     [Motorhead]

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 19:50 ` cygwin
  1999-06-09 20:08   ` Ross Smith
@ 1999-06-30 22:10   ` cygwin
  1 sibling, 0 replies; 16+ messages in thread
From: cygwin @ 1999-06-30 22:10 UTC (permalink / raw)
  To: Ross Smith; +Cc: Cygwin Mailing List

On Thu, Jun 10, 1999 at 03:43:25PM +1300, Ross Smith wrote:
>OK, I've got Sergey Okhapkin's telnet, and now I can login to our Unix
>boxes. But I can't run Emacs on them because it doesn't know what
>terminal type I'm using. I tried setting it to VT100 but that doesn't
>work. Does anyone know how to fix this?

The terminal type is 'cygwin' which is roughly similar to 'linux'.

You'll probably have the best luck if you use the information from
cygwin's /etc/termcap on your UNIX box.

-chris

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 22:00       ` cygwin
  1999-06-09 22:39         ` Ross Smith
@ 1999-06-30 22:10         ` cygwin
  1 sibling, 0 replies; 16+ messages in thread
From: cygwin @ 1999-06-30 22:10 UTC (permalink / raw)
  To: ttathome; +Cc: ross.s, cygwin

On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
>Ross Smith <ross.s@ihug.co.nz> wrote:
>>cgf wrote:
>>> You'll probably have the best luck if you use the information from
>>> cygwin's /etc/termcap on your UNIX box.
>> 
>> Use it how? What do I do with it?
>
>setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
>
>or
>
>setenv TERMPATH <alternate-termcap-file>
>
>I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
>Consult man pages (tset, environ, ...) for more details.

It may not be that simple.  It might require playing around with
terminfo, q.v.

-chris

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Telnet again
  1999-06-09 22:54           ` Takayuki Tamura
  1999-06-10 11:11             ` itz
@ 1999-06-30 22:10             ` Takayuki Tamura
  1 sibling, 0 replies; 16+ messages in thread
From: Takayuki Tamura @ 1999-06-30 22:10 UTC (permalink / raw)
  To: ross.s; +Cc: cygwin

On Thu, 10 Jun 1999 18:39:41 +1300
Ross Smith <ross.s@ihug.co.nz> wrote:

> cygwin@sourceware.cygnus.com wrote:
> > 
> > On Thu, Jun 10, 1999 at 12:57:26PM +0900, Takayuki Tamura wrote:
> > >Ross Smith <ross.s@ihug.co.nz> wrote:
> > >>cgf wrote:
> > >>> You'll probably have the best luck if you use the information from
> > >>> cygwin's /etc/termcap on your UNIX box.
> > >>
> > >> Use it how? What do I do with it?
> > >
> > >setenv TERMCAP '<paste the linux entry from cygwin's termcap>'
> > >
> > >or
> > >
> > >setenv TERMPATH <alternate-termcap-file>
> > >
> > >I'm not sure the latter exists in Solaris (FreeBSD has it, I remember).
> > >Consult man pages (tset, environ, ...) for more details.
> > 
> > It may not be that simple.  It might require playing around with
> > terminfo, q.v.
> 
> None of our Unix/Sun experts could figure out how to make it work. I
> ended up throwing out the Cygwin telnet and installing Tera Term, which
> has a VT100 emulation option.

Yes, it was not that simple :-)

JFYI,
captoinfo(1M): convert termcap into terminfo.
tic(1M): terminfo compiler (produce binary format).

Once I've one it, but I don't remember the details.

Regards,
---------------
Takayuki TAMURA
ttathome@remus.dti.ne.jp


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~1999-06-30 22:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-09 19:42 Telnet again Ross Smith
1999-06-09 19:50 ` cygwin
1999-06-09 20:08   ` Ross Smith
1999-06-09 20:58     ` Takayuki Tamura
1999-06-09 22:00       ` cygwin
1999-06-09 22:39         ` Ross Smith
1999-06-09 22:54           ` Takayuki Tamura
1999-06-10 11:11             ` itz
1999-06-30 22:10               ` itz
1999-06-30 22:10             ` Takayuki Tamura
1999-06-30 22:10           ` Ross Smith
1999-06-30 22:10         ` cygwin
1999-06-30 22:10       ` Takayuki Tamura
1999-06-30 22:10     ` Ross Smith
1999-06-30 22:10   ` cygwin
1999-06-30 22:10 ` Ross Smith

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