public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Emacs and CTRL key problems using Cygwin 3.0.3
@ 2019-03-15  6:30 Jeffrey Walton
  2019-03-15  9:59 ` Thomas Wolff
  2019-03-17  5:06 ` Jeffrey Walton
  0 siblings, 2 replies; 7+ messages in thread
From: Jeffrey Walton @ 2019-03-15  6:30 UTC (permalink / raw)
  To: cygwin

Hi Everyone,

I just upgraded to Cygwin 3.0.3. 3.0.3 was an in-place upgrade over
top the previous version. I don't recall the previous version.

I used Cygwin x86_64 flavor and SSH'd into a Linux box. I opened a
text file with emacs and tried to delete a line with CTRL+K. Notice
the '5;5u' where the delete was supposed to occur:

    IS_APK=$(command -v apk 2>/dev/null | grep -v "^no " | wc -l)

    5;5u5;5u5;5u

    if [ "$IS_DNF" -ne 0 ]; then

Formerly emacs worked as expected.

Any ideas what might be going sideways?

Jeff

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Emacs and CTRL key problems using Cygwin 3.0.3
  2019-03-15  6:30 Emacs and CTRL key problems using Cygwin 3.0.3 Jeffrey Walton
@ 2019-03-15  9:59 ` Thomas Wolff
  2019-03-15 11:17   ` Jeffrey Walton
  2019-03-17  5:06 ` Jeffrey Walton
  1 sibling, 1 reply; 7+ messages in thread
From: Thomas Wolff @ 2019-03-15  9:59 UTC (permalink / raw)
  To: cygwin

Am 15.03.2019 um 07:29 schrieb Jeffrey Walton:
> Hi Everyone,
>
> I just upgraded to Cygwin 3.0.3. 3.0.3 was an in-place upgrade over
> top the previous version. I don't recall the previous version.
>
> I used Cygwin x86_64 flavor and SSH'd into a Linux box. I opened a
> text file with emacs and tried to delete a line with CTRL+K. Notice
> the '5;5u' where the delete was supposed to occur:
>
>      IS_APK=$(command -v apk 2>/dev/null | grep -v "^no " | wc -l)
>
>      5;5u5;5u5;5u
>
>      if [ "$IS_DNF" -ne 0 ]; then
>
> Formerly emacs worked as expected.
Fixed with mintty 2.9.8.
Thomas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Emacs and CTRL key problems using Cygwin 3.0.3
  2019-03-15  9:59 ` Thomas Wolff
@ 2019-03-15 11:17   ` Jeffrey Walton
  2019-03-15 11:29     ` Thomas Wolff
  2019-03-15 16:05     ` Andrey Repin
  0 siblings, 2 replies; 7+ messages in thread
From: Jeffrey Walton @ 2019-03-15 11:17 UTC (permalink / raw)
  To: cygwin

On Fri, Mar 15, 2019 at 5:59 AM Thomas Wolff <towo@towo.net> wrote:
>
> Am 15.03.2019 um 07:29 schrieb Jeffrey Walton:
> > Hi Everyone,
> >
> > I just upgraded to Cygwin 3.0.3. 3.0.3 was an in-place upgrade over
> > top the previous version. I don't recall the previous version.
> >
> > I used Cygwin x86_64 flavor and SSH'd into a Linux box. I opened a
> > text file with emacs and tried to delete a line with CTRL+K. Notice
> > the '5;5u' where the delete was supposed to occur:
> >
> >      IS_APK=$(command -v apk 2>/dev/null | grep -v "^no " | wc -l)
> >
> >      5;5u5;5u5;5u
> >
> >      if [ "$IS_DNF" -ne 0 ]; then
> >
> > Formerly emacs worked as expected.
> Fixed with mintty 2.9.8.

I just updated, and saw mintty was the only package. But I am still
seeing the issue.

Jeff

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Emacs and CTRL key problems using Cygwin 3.0.3
  2019-03-15 11:17   ` Jeffrey Walton
@ 2019-03-15 11:29     ` Thomas Wolff
  2019-03-15 16:05     ` Andrey Repin
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Wolff @ 2019-03-15 11:29 UTC (permalink / raw)
  To: cygwin

Am 15.03.2019 um 12:16 schrieb Jeffrey Walton:
> On Fri, Mar 15, 2019 at 5:59 AM Thomas Wolff <towo@towo.net> wrote:
>> Am 15.03.2019 um 07:29 schrieb Jeffrey Walton:
>>> Hi Everyone,
>>>
>>> I just upgraded to Cygwin 3.0.3. 3.0.3 was an in-place upgrade over
>>> top the previous version. I don't recall the previous version.
>>>
>>> I used Cygwin x86_64 flavor and SSH'd into a Linux box. I opened a
>>> text file with emacs and tried to delete a line with CTRL+K. Notice
>>> the '5;5u' where the delete was supposed to occur:
>>>
>>>       IS_APK=$(command -v apk 2>/dev/null | grep -v "^no " | wc -l)
>>>
>>>       5;5u5;5u5;5u
>>>
>>>       if [ "$IS_DNF" -ne 0 ]; then
>>>
>>> Formerly emacs worked as expected.
>> Fixed with mintty 2.9.8.
> I just updated, and saw mintty was the only package. But I am still seeing the issue.
Sure you're running mintty 2.9.8 when you again see the issue? Please 
check in Options - About.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Emacs and CTRL key problems using Cygwin 3.0.3
  2019-03-15 11:17   ` Jeffrey Walton
  2019-03-15 11:29     ` Thomas Wolff
@ 2019-03-15 16:05     ` Andrey Repin
  2019-03-16  5:37       ` Jeffrey Walton
  1 sibling, 1 reply; 7+ messages in thread
From: Andrey Repin @ 2019-03-15 16:05 UTC (permalink / raw)
  To: Jeffrey Walton, cygwin

Greetings, Jeffrey Walton!

>> Am 15.03.2019 um 07:29 schrieb Jeffrey Walton:
>> > Hi Everyone,
>> >
>> > I just upgraded to Cygwin 3.0.3. 3.0.3 was an in-place upgrade over
>> > top the previous version. I don't recall the previous version.
>> >
>> > I used Cygwin x86_64 flavor and SSH'd into a Linux box. I opened a
>> > text file with emacs and tried to delete a line with CTRL+K. Notice
>> > the '5;5u' where the delete was supposed to occur:
>> >
>> >      IS_APK=$(command -v apk 2>/dev/null | grep -v "^no " | wc -l)
>> >
>> >      5;5u5;5u5;5u
>> >
>> >      if [ "$IS_DNF" -ne 0 ]; then
>> >
>> > Formerly emacs worked as expected.
>> Fixed with mintty 2.9.8.

> I just updated, and saw mintty was the only package. But I am still
> seeing the issue.

2.9.7 was released very recently. You probably grabbed that version, and 2.9.8
did not hit your mirror yet.

P.S.
Please teach your mail agent to not quote raw email addresses.


-- 
With best regards,
Andrey Repin
Friday, March 15, 2019 18:55:43

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Emacs and CTRL key problems using Cygwin 3.0.3
  2019-03-15 16:05     ` Andrey Repin
@ 2019-03-16  5:37       ` Jeffrey Walton
  0 siblings, 0 replies; 7+ messages in thread
From: Jeffrey Walton @ 2019-03-16  5:37 UTC (permalink / raw)
  To: cygwin

On Fri, Mar 15, 2019 at 12:05 PM Andrey Repin <anrdaemon@yandex.ru> wrote:
> Greetings, Jeffrey Walton!
> >> Am 15.03.2019 um 07:29 schrieb Jeffrey Walton:
> >> > ...
> >> >      IS_APK=$(command -v apk 2>/dev/null | grep -v "^no " | wc -l)
> >> >
> >> >      5;5u5;5u5;5u
> >> >
> >> >      if [ "$IS_DNF" -ne 0 ]; then
> >> >
> >> > Formerly emacs worked as expected.
> >> Fixed with mintty 2.9.8.
>
> > I just updated, and saw mintty was the only package. But I am still
> > seeing the issue.
>
> 2.9.7 was released very recently. You probably grabbed that version, and 2.9.8
> did not hit your mirror yet.

OK, thank. I updated again today and there were no updates.

I rebooted in case something old was in memory. The problem is still present.

> Please teach your mail agent to not quote raw email addresses.

Yes, certainly. How does one do it?

Jeff

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Emacs and CTRL key problems using Cygwin 3.0.3
  2019-03-15  6:30 Emacs and CTRL key problems using Cygwin 3.0.3 Jeffrey Walton
  2019-03-15  9:59 ` Thomas Wolff
@ 2019-03-17  5:06 ` Jeffrey Walton
  1 sibling, 0 replies; 7+ messages in thread
From: Jeffrey Walton @ 2019-03-17  5:06 UTC (permalink / raw)
  To: cygwin

On Fri, Mar 15, 2019 at 2:29 AM Jeffrey Walton <noloader@gmail.com> wrote:
>
> ...
> I used Cygwin x86_64 flavor and SSH'd into a Linux box. I opened a
> text file with emacs and tried to delete a line with CTRL+K. Notice
> the '5;5u' where the delete was supposed to occur:

The updates that were applied earlier today fixed the issue.

Thanks.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2019-03-17  5:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15  6:30 Emacs and CTRL key problems using Cygwin 3.0.3 Jeffrey Walton
2019-03-15  9:59 ` Thomas Wolff
2019-03-15 11:17   ` Jeffrey Walton
2019-03-15 11:29     ` Thomas Wolff
2019-03-15 16:05     ` Andrey Repin
2019-03-16  5:37       ` Jeffrey Walton
2019-03-17  5:06 ` Jeffrey Walton

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