Re: Compile as DOS application?

2025-05-31 Thread Lee via Cygwin
On Sat, May 31, 2025 at 11:16 AM Jon Turney via Cygwin wrote: > > On 31/05/2025 01:33, Takashi Yano via Cygwin wrote: > > On Sat, 31 May 2025 09:00:10 +0900 > > Takashi Yano wrote: > >> On Sat, 31 May 2025 00:39:24 +0200 > >> Dan Shelton wrote: > >>> Hello! > >>> > >>> Does Cygwin have a compiler

Re: Cygwin package vim breaks the command 'view'

2025-05-31 Thread Lee via Cygwin
On Sat, May 31, 2025 at 11:37 AM andkin773--- via Cygwin wrote: > > Hi, > > I think I found a problem in the Cygwin package vim. > The same symptom has been reported earlier to both vim and Cygwin, but I > think the problem has not yet been found. > https://sourceware.org/pipermail/cygwin/2025-Ja

Re: Cygwin package vim breaks the command 'view'

2025-05-31 Thread David Dyck via Cygwin
Thank you for your research, and proposed fix I had noticed this to from time to time. did alias view >/dev/null 2>&1 || alias view=vim -R need quotes also ? On Sat, May 31, 2025 at 8:50 AM andkin773--- via Cygwin wrote: > Hi, > > Oops, I forgot the quotes for the aliases. > It should be: > >

Re: Cygwin package vim breaks the command 'view'

2025-05-31 Thread andkin773--- via Cygwin
Hi, Oops, I forgot the quotes for the aliases. It should be: alias ex>/dev/null 2>&1 || alias ex="vim -e" alias rvi >/dev/null 2>&1 || alias rvi="vim -Z" alias rview >/dev/null 2>&1 || alias rview="vim -RZ" alias view >/dev/null 2>&1 || alias view="vim -R" Regards, Coen -

Cygwin package vim breaks the command 'view'

2025-05-31 Thread andkin773--- via Cygwin
Hi, I think I found a problem in the Cygwin package vim. The same symptom has been reported earlier to both vim and Cygwin, but I think the problem has not yet been found. https://sourceware.org/pipermail/cygwin/2025-January/257202.html https://github.com/vim/vim/issues/17039 REPRODUCTION: 1. I

Re: Compile as DOS application?

2025-05-31 Thread Jon Turney via Cygwin
On 31/05/2025 01:33, Takashi Yano via Cygwin wrote: On Sat, 31 May 2025 09:00:10 +0900 Takashi Yano wrote: On Sat, 31 May 2025 00:39:24 +0200 Dan Shelton wrote: Hello! Does Cygwin have a compiler which allows compiling ISO C applications as DOS *.exe? Actually, we do have a package for an (o