Re: Ruby EOL in Cygwin 3.4.9?

2023-10-11 Thread Yasuhiro Kimura via Cygwin
From: "Hendrickson, Eric D via Cygwin" 
Subject: Ruby EOL in Cygwin 3.4.9?
Date: Wed, 11 Oct 2023 16:37:29 +

> Hello all,
> 
> As a ~25 year user and sometime contributor to Cygwin, I support Cygwin here 
> at my place of work.  Does anyone know why we are deploying Ruby 2.6 which 
> EOL about 18 months ago?
> 
> https://www.ruby-lang.org/en/downloads/branches/
> 
> I'm concerned about proliferation of EOL versions of Ruby in case some 
> security risk / 0Day is identified.
> 
> Please advise.
> Eric Hendrickson

On my environment version of Ruby is 3.2.2.

(Cygwin64)yasu@rolling[1005]% uname -a  
~
CYGWIN_NT-10.0-22621 rolling 3.4.9-1.x86_64 2023-09-06 11:19 UTC x86_64 Cygwin
(Cygwin64)yasu@rolling[1006]% type ruby 
~
ruby is /usr/bin/ruby
(Cygwin64)yasu@rolling[1007]% ruby --version
~
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-cygwin]
(Cygwin64)yasu@rolling[1008]%

I use https://ftp.iij.ad.jp/pub/cygwin as download site and there are
surely ruby-3.2.2-2.hint, ruby-3.2.2-2.tar.xz, ruby-3.2.2-2-src.hint
and ruby-3.2.2-2-src.tar.xz under
https://ftp.iij.ad.jp/pub/cygwin/x86_64/release/ruby/.

So I guess download site you use is out of sync.

---
Yasuhiro Kimura

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


Re: Tmux crashes on copy

2024-01-17 Thread Yasuhiro Kimura via Cygwin
From: David Stephenson via Cygwin 
Subject: Tmux crashes on copy
Date: Wed, 17 Jan 2024 12:30:59 +

> When using the copy function in tmux it crashes on Enter.
> 
> Steps:
> 
> ctrl-[ (enter copy mode)
> Navigate to text
> space (start copy)
> Navigate to end of text
> Enter (to select highlighted text) at this point tmux crashes
> 
> cygcheck.out (email redacted) and tmux.exe.stackdump attached
> 
> Thanks

I have same problem with Windows 11 2023H2, and it disappears if I
rollback libncursesw10 package from 6.4-20231230 to 6.4-3.20230114.
So we may hit the bug of libncursesw10 6.4-20231230.

Regards.

---
Yasuhiro Kimura

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


Re: [PATCH] emacs-anthy outdated

2025-08-05 Thread Yasuhiro Kimura via Cygwin
From: Katsumi Yamaoka via Cygwin 
Subject: [PATCH] emacs-anthy outdated
Date: Mon, 04 Aug 2025 15:46:13 +0900

>   The emacs-anthy package, that runs with the anthy package, is
> probably one of the easiest ways to do writing Japanese text
> with Emacs even now.  A thing a user needs to add to the Emacs
> init file is just: (require 'anthy)
>   However, some modules are outdated and do not work with the
> modern Emacs like what Cygwin distributes.  So, I post a minimal
> patch to make the emacs-anthy package work.  Where `minimal'
> means that it doesn't contain feature modifications of any kind,
> and leaves some warnings that Emacs issues when compiling.

Anthy and related cygwin packages should be replaced with Anthy
Unicode.

Anthy Unicode
https://github.com/fujiwarat/anthy-unicode

It is fork of Anthy and officially approved as successor by Yusuke
Tabata, the author of original Anthy.

---
Yasuhiro Kimura

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