Re: [PATCH v3] Cygwin: console, pty: Prevent error in legacy console mode.

2019-11-11 Thread Takashi Yano
Hi Ken, On Mon, 11 Nov 2019 19:39:46 + Ken Brown wrote: > After this commit, the XWin Server Start Menu shortcut no longer works. I > think > it's /usr/bin/xwin-xdg-menu.exe that fails, but I haven't checked this > carefully. Could you please check whether the attached patch solves the

Re: [PATCH] regtool: Ignore /proc/registry{,32,64}/ prefix, with forward or backslashes, allowing path completion

2019-11-11 Thread Brian Inglis
On 2019-11-11 09:28, Corinna Vinschen wrote: > On Nov 11 08:30, Brian Inglis wrote: >> On 2019-11-11 02:19, Corinna Vinschen wrote: >>> On Nov 11 10:13, Corinna Vinschen wrote: On Nov 10 09:14, Brian Inglis wrote: The patch idea is nice. Two nits, though. Please shorten the commit

Re: [PATCH v3] Cygwin: console, pty: Prevent error in legacy console mode.

2019-11-11 Thread Ken Brown
Hi Takashi, On 11/6/2019 11:29 AM, Takashi Yano wrote: > --- > winsup/cygwin/environ.cc | 2 +- > winsup/cygwin/fhandler.h | 1 + > winsup/cygwin/fhandler_console.cc | 46 --- > winsup/cygwin/fhandler_tty.cc | 14 ++ > 4 files

[PATCH] regtool: allow /proc/registry{,32,64}/ registry path prefix

2019-11-11 Thread Brian Inglis
The user can supply the registry path prefix /proc/registry{,32,64}/ to use path completion. --- winsup/doc/utils.xml| 7 +-- winsup/utils/regtool.cc | 17 ++--- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml index

Re: [PATCH] regtool: Ignore /proc/registry{,32,64}/ prefix, with forward or backslashes, allowing path completion

2019-11-11 Thread Corinna Vinschen
On Nov 11 08:30, Brian Inglis wrote: > On 2019-11-11 02:19, Corinna Vinschen wrote: > > On Nov 11 10:13, Corinna Vinschen wrote: > >> On Nov 10 09:14, Brian Inglis wrote: > >> The patch idea is nice. Two nits, though. > >> Please shorten the commit msg summary line and add a bit of descriptive >

Re: [PATCH] regtool: Ignore /proc/registry{,32,64}/ prefix, with forward or backslashes, allowing path completion

2019-11-11 Thread Brian Inglis
On 2019-11-11 02:19, Corinna Vinschen wrote: > On Nov 11 10:13, Corinna Vinschen wrote: >> On Nov 10 09:14, Brian Inglis wrote: >> The patch idea is nice. Two nits, though. >> Please shorten the commit msg summary line and add a bit of descriptive >> text instead. Sorry, I forget and don't

Re: [PATCH] Cygwin: pty: Disable clear screen for ssh sessions with -t option.

2019-11-11 Thread Michael Haubenwallner
Hi Takashi, On 11/11/19 10:17 AM, Corinna Vinschen wrote: > On Nov 8 22:42, Takashi Yano wrote: >> I came up with another alternative. How about the attached >> patch? This forcibly redraws screen when the first native >> program is executed after creating new pty (pseudo console), >> instead

Re: [PATCH] regtool: Ignore /proc/registry{,32,64}/ prefix, with forward or backslashes, allowing path completion

2019-11-11 Thread Corinna Vinschen
On Nov 11 10:13, Corinna Vinschen wrote: > Hi Brian, > > > The patch idea is nice. Two nits, though. > > Please shorten the commit msg summary line and add a bit of descriptive > text instead. > > > On Nov 10 09:14, Brian Inglis wrote: > > --- > > winsup/utils/regtool.cc | 13 -

Re: [PATCH] Cygwin: pty: Disable clear screen for ssh sessions with -t option.

2019-11-11 Thread Corinna Vinschen
Hi Takashi, On Nov 8 22:42, Takashi Yano wrote: > Hi Corinna, > > On Fri, 8 Nov 2019 12:09:55 +0100 > Corinna Vinschen wrote: > > On Oct 24 15:33, Corinna Vinschen wrote: > > > On Oct 24 19:17, Takashi Yano wrote: > > > > On Thu, 24 Oct 2019 11:38:17 +0200 > > > > Corinna Vinschen wrote: > > >

Re: [PATCH] regtool: Ignore /proc/registry{,32,64}/ prefix, with forward or backslashes, allowing path completion

2019-11-11 Thread Corinna Vinschen
Hi Brian, The patch idea is nice. Two nits, though. Please shorten the commit msg summary line and add a bit of descriptive text instead. On Nov 10 09:14, Brian Inglis wrote: > --- > winsup/utils/regtool.cc | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff