Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-10 Fir de Conversatie Luca Saccarola
On sab, feb 10 2024 at 11:34:19 +01:00:00, Christian Brabandt wrote: - it puts the burden to configure the clipboard to the users. Yes, I know we can ship pre-configured clipboard provider, but initially this has to be configured by each user separately (and then later eventually merged

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-10 Fir de Conversatie Michael Henry
On 2/10/24 00:35, Tony Mechelynck wrote: > I used to have a HowTo page about it — two, actually, one for > Unix/Linux and one for Windows — but my ISP took down my user > site, saying "Our engineers will gladly design a user site for > you". I thought I had saved the contents somewhere, but alas,

Commit: patch 9.1.0095: tests: test_restricted() fails

2024-02-10 Fir de Conversatie Christian Brabandt
patch 9.1.0095: tests: test_restricted() fails Commit: https://github.com/vim/vim/commit/52eb0b867704e43049cb396e64cadb5bd9a3ad0b Author: Christian Brabandt Date: Sat Feb 10 13:50:54 2024 +0100 patch 9.1.0095: tests: test_restricted() fails Problem: tests: test_restricted()

Commit: patch 9.1.0094: xxd: buffer-overflow when writing color output

2024-02-10 Fir de Conversatie Christian Brabandt
patch 9.1.0094: xxd: buffer-overflow when writing color output Commit: https://github.com/vim/vim/commit/00221487731ea1868c57259c7aa0eb713cd7ade7 Author: Goffredo Baroncelli Date: Sat Feb 10 13:31:06 2024 +0100 patch 9.1.0094: xxd: buffer-overflow when writing color output

Commit: patch 9.1.0093: Still a qsort() comparison function that returns result of subtraction

2024-02-10 Fir de Conversatie Christian Brabandt
patch 9.1.0093: Still a qsort() comparison function that returns result of subtraction Commit: https://github.com/vim/vim/commit/77078276bfe695070441a1bbdc02949d31de8922 Author: zeertzjq Date: Sat Feb 10 13:24:03 2024 +0100 patch 9.1.0093: Still a qsort() comparison function that

Commit: patch 9.1.0092: Compiler warning for missing type in scroll_event()

2024-02-10 Fir de Conversatie Christian Brabandt
patch 9.1.0092: Compiler warning for missing type in scroll_event() Commit: https://github.com/vim/vim/commit/c908371aec920b8174e40a1adb73a50e326a5668 Author: Christian Brabandt Date: Sat Feb 10 13:17:16 2024 +0100 patch 9.1.0092: Compiler warning for missing type in scroll_event()

Commit: patch 9.1.0091: Syntax test fails when run with non C locale

2024-02-10 Fir de Conversatie Christian Brabandt
patch 9.1.0091: Syntax test fails when run with non C locale Commit: https://github.com/vim/vim/commit/627c950e5b30503a084bd0092f9cb2a5fe73fe87 Author: Christian Brabandt Date: Sat Feb 10 13:02:17 2024 +0100 patch 9.1.0091: Syntax test fails when run with non C locale Problem:

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-10 Fir de Conversatie Christian Brabandt
On Fr, 09 Feb 2024, luca.saccar...@saccarosium.com wrote: > Hi all, > I would like to make a proposal for decoupling the clipboard > functionality from X11. > > I've study the code base for some time but I still need some help on > where and how exactly do this. > > The problem > ===

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-10 Fir de Conversatie Luca Saccarola
On ven, feb 9 2024 at 23:01:50 -08:00:00, Gary Johnson wrote: There are a couple of misunderstandings here. Many distributions offer a vim compiled with the X11 feature. The name of the package may not make that clear. For example, in Ubuntu, you would install the vim-gtk package.