public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: SSH & Editing in a Basic Shell, etc
@ 2001-11-20  3:05 Peter M Boyd
  2001-11-29  8:12 ` Peter M Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Peter M Boyd @ 2001-11-20  3:05 UTC (permalink / raw)
  To: cygwin

CYGWIN SSHD does NOT support connection from Windows
NT Client to Windows NT Server and run only a SHELL
environment and NOT a Windows GUI environment AND
support the follwing requirements:

(1)	to page or browse through text files

(2) to use an edit program to edit text files (and
support the CTRL& functions that the editormay need)

(3)	to interrupt a long running function

BUT -- Vshell 1.2 from www.vandyke.com does do all of
these

Peter M Boyd

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: Unix/DOS text mode?
@ 2001-11-14  5:50 Corinna Vinschen
  2001-11-14  9:27 ` SSH & Editing in a Basic Shell, etc Peter M Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2001-11-14  5:50 UTC (permalink / raw)
  To: cygwin

On Wed, Nov 21, 2001 at 10:43:29AM +0100, Bjoern Kahl AG Resy wrote:
> 
>  Hallo !
> 
> On Wed, 21 Nov 2001, Corinna Vinschen wrote:
> 
> On Tue, Nov 20, 2001 at 07:54:47PM -0600, Joshua wrote:
> > >     I think I'm being a bit dense on this issue for which I apologize.  What
> > > option needs to be set to have the Cygwin-packaged vim autodetect
> > > binary/text files and edit/save accordingly?  My .vimrc is a binary file,
> 
> > Nothing.  It should work automagically.  Which it does on my system.
> > I've just tested it explicitely since your postings made me nervous.
> 
>  Hmm. At least for the version I installed last friday (using
>  "install now" (aka setup) on the cygwin site) did *not* work.
>  I have had to copy "/usr/share/vimv/im60/vimrc_example" as
>  ".vimrc" to my $HOME and add the line "set fileformats=unix,dos"
>  under the line "set nocompatible".

Interesting.  I have no such option set explicitely.  When opening
vi and then call `:set fileformats', the output is

  fileformats=unix,dos

And this is the default setting on Unix systems.  Cygwin is treated as
a Unix system by vim.

> > However, the unix/dos file recognition works based on examining only
> > the first line, AFAIK, so if the first line has only a LF instead of
> > an CRLF for some reason, vim treats the file as unixy.  Then you see
> > the ^M beginning with line 2.
> 
>  My english is somewhat limited, but as I understand the "options.txt"
>  in vim doc-folder, vim reads the whole file dicides on how many <CR>,
>  <CR><NL> and >NL> it found. (However, that chapter in the docs is not
>  really clear to me).

You're right.  It examines the whole file but the notes are clear:

- If _all_ lines end in CRLF, it's treated as dos file.
- If _one_ line is found with only a LF, unix is preferred over dos.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2001-11-29 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-20  3:05 SSH & Editing in a Basic Shell, etc Peter M Boyd
2001-11-29  8:12 ` Peter M Boyd
  -- strict thread matches above, loose matches on Subject: below --
2001-11-14  5:50 Unix/DOS text mode? Corinna Vinschen
2001-11-14  9:27 ` SSH & Editing in a Basic Shell, etc Peter M Boyd
2001-11-21  5:44   ` Peter M Boyd

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