Re: Warnings -Wmaybe-uninitialized (x2) at src/insexpand.c:2459 after applying patches 1539 and 1540

2025-07-15 Fir de Conversatie Tony Mechelynck
On Tue, Jul 15, 2025 at 8:13 AM Christian Brabandt wrote: > > > On Mo, 14 Jul 2025, Tony Mechelynck wrote: > > > Are you sure you pushed it to https://www.vim.org/hgweb/vim/ ? "hg in" > > gives me nothing new after the runtime files changeset which followed >

Re: Warnings -Wmaybe-uninitialized (x2) at src/insexpand.c:2459 after applying patches 1539 and 1540

2025-07-14 Fir de Conversatie Tony Mechelynck
On Mon, Jul 14, 2025 at 9:48 PM Christian Brabandt wrote: > > > On Mo, 14 Jul 2025, Tony Mechelynck wrote: > > > After applying patches 1539 and 1540 I get the following in all builds > > (Tiny, Normal and Huge): > > > > insexpand.c: In function ‘ins_compl

Warnings -Wmaybe-uninitialized (x2) at src/insexpand.c:2459 after applying patches 1539 and 1540

2025-07-13 Fir de Conversatie Tony Mechelynck
After applying patches 1539 and 1540 I get the following in all builds (Tiny, Normal and Huge): insexpand.c: In function ‘ins_compl_new_leader’: insexpand.c:2459:9: warning: ‘save_w_wrow’ may be used uninitialized [-Wmaybe-uninitialized] 2459 | show_pum(save_w_wrow, save_w_leftcol);

Missing tag v9.1.1538 on Mercurial server

2025-07-11 Fir de Conversatie Tony Mechelynck
Mercurial changeset 333ccd1e9743 (corresponding to git changeset 7306e8fcdb6fd17276b6aafb23a522cefecb5857) adds patchlevel 1538 to src/version.c but the corresponding tag is missing in .hgtags ; I don't know about the git tag, bookmark, or whatever. N.B. AFAICT this changeset otherwise only change

Re: Interpreted languages

2025-07-01 Fir de Conversatie Tony Mechelynck
P.S. I found how to add +lua: apparently when upgrading lua automatically from 3.13 to 3.14 package lua314-devel had not been installed. Best regards, Tony. On Mon, Jun 30, 2025 at 1:22 AM Tony Mechelynck wrote: > > The gvim I normally use is "Huge without interpreted languages&qu

Interpreted languages

2025-06-29 Fir de Conversatie Tony Mechelynck
The gvim I normally use is "Huge without interpreted languages" but I also compile a build "with languages" just in case I might have a use for it. At the moment it has -lua -mzscheme +perl -python +python3 +ruby +tcl. Maybe I should try to find how to build with +lua (IIRC some Wikipedia template

Compile warning -Wmaybe-uninitialized in ex_cmds.c after applying patches 9.1.1474 to 1478

2025-06-24 Fir de Conversatie Tony Mechelynck
Compile warning -Wmaybe-uninitialized in ex_cmds.c after applying patches 9.1.1474 to 1478 On "make reconfig" in any build using gcc (SUSE Linux) 15.1.1 20250528: ex_cmds.c: In function ‘ex_uniq’: ex_cmds.c:838:24: warning: ‘save_c’ may be used uninitialized [-Wmaybe-uninitialized] 838 |

Vim 9.1.1391 : patchlevel 1391 missing in src/version.c

2025-05-14 Fir de Conversatie Tony Mechelynck
The v9.1.1391 patch for src/version.c includes several changes, but it does not add an additional patchlevel to the list static int included_patches[] starting at new line 710, therefore the resulting Vim identifies itself as revision 9.1.1390. Best regards, Tony. -- -- You received this messag

[FIXED] Re: "E36 Not enough room" while sourcing handcrafted session file

2025-05-10 Fir de Conversatie Tony Mechelynck
On Fri, May 9, 2025 at 5:38 PM Tony Mechelynck wrote: > > On Fri, May 9, 2025 at 10:55 AM Christian Brabandt wrote: > > > > > > On Fri, 09 May 2025, Tony Mechelynck wrote: > > > > > On Fri, May 9, 2025 at 7:54 AM Tony Mechelynck > > > wrote: >

Re: "E36 Not enough room" while sourcing handcrafted session file

2025-05-09 Fir de Conversatie Tony Mechelynck
On Fri, May 9, 2025 at 10:55 AM Christian Brabandt wrote: > > > On Fri, 09 May 2025, Tony Mechelynck wrote: > > > On Fri, May 9, 2025 at 7:54 AM Tony Mechelynck > > wrote: > > > > > > Since a few days, while sourcing the following session file: > >

Re: new gtk errors

2025-05-09 Fir de Conversatie Tony Mechelynck
line, but no more than one line of edit window (or is it an empty status line ?) above it On Fri, May 9, 2025 at 10:56 AM Christian Brabandt wrote: > > Hi, > Can you both please respond to the mentioned ticket? Is this that bad, > that we need to revert? > > Thanks, > Chris

Re: new gtk errors

2025-05-09 Fir de Conversatie Tony Mechelynck
P.S. Oh, and X11, I don't use Wayland. Best regards, Tony. On Fri, May 9, 2025 at 9:58 AM Tony Mechelynck wrote: > > This seems to be the same problem as the one I reported a few minutes > ago as «"E36 Not enough room" while sourcing handcrafted session > file». I am

Re: new gtk errors

2025-05-09 Fir de Conversatie Tony Mechelynck
This seems to be the same problem as the one I reported a few minutes ago as «"E36 Not enough room" while sourcing handcrafted session file». I am now with gvim 9.1.1374 but it has been happening for a couple of days in earlier versions. Huge version with GTK3 GUI. The GUI opened with just enough h

Re: "E36 Not enough room" while sourcing handcrafted session file

2025-05-08 Fir de Conversatie Tony Mechelynck
On Fri, May 9, 2025 at 7:54 AM Tony Mechelynck wrote: > > Since a few days, while sourcing the following session file: > > " Vim session file > " This one was not generated by :mksession. > > " e ~/.mozilla/seamonkey/eiox68r9.default/user.js > e ~/.mozil

Re: "Connection refused" on Mercurial server

2025-04-26 Fir de Conversatie Tony Mechelynck
On Sat, Apr 26, 2025 at 8:03 PM Christian Brabandt wrote: > > > On Fri, 25 Apr 2025, Tony Mechelynck wrote: > > > I'm giving below my "last good" and "first bad" attempts at > > connection. This is still happening at 2025-04-25 23:15 Belgian

"Connection refused" on Mercurial server

2025-04-25 Fir de Conversatie Tony Mechelynck
I'm giving below my "last good" and "first bad" attempts at connection. This is still happening at 2025-04-25 23:15 Belgian summer time (UTC+0200). linux-tuxedo:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date comparing with https://www.vim.org/hgweb/vim/ searching for changes no change

Compile warning in all builds in insexpand.c (at patchlevel 9.1.1312, not at patchlevel 9.1.1309)

2025-04-16 Fir de Conversatie Tony Mechelynck
In function ‘ins_compl_build_pum’, inlined from ‘ins_compl_show_pum’ at insexpand.c:1668:8, inlined from ‘ins_compl_show_pum’ at insexpand.c:1654:1: insexpand.c:1520:52: warning: ‘match_count’ may be used uninitialized [-Wmaybe-uninitialized] 1520 | if (max_matches > 0 && m

At patchlevel 9.1.1301, compile warning in insexpand.c in Normal and Huge but not Tiny

2025-04-14 Fir de Conversatie Tony Mechelynck
In function ‘cpt_compl_refresh’, inlined from ‘ins_compl_new_leader’ at insexpand.c:2218:6: insexpand.c:6450:16: warning: ‘cb’ may be used uninitialized [-Wmaybe-uninitialized] 6450 | if (cb) |^ insexpand.c: In function ‘ins_compl_new_leader’: insexpand.c:6430

Patchlevel 9.1.1253 missing

2025-03-29 Fir de Conversatie Tony Mechelynck
AFAICT patchlevel 9.1.1253 is mentioned neither in src/version.c nor in .hgtags. I suppose this "weirdness" is due to distraction and can be left as-is. Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are reply

Re: [vim/vim] No GUI support? (Discussion #16570)

2025-02-05 Fir de Conversatie Tony Mechelynck
On Mon, Feb 3, 2025 at 2:00 AM Michael Scheper wrote: > > I'm trying to install gVim 9 on Mint 21.3 Cinnamon. > > configure complained about a missing library, and sudo apt install > libncurses-dev made that go away. Then, after I complied it using make, vim > worked great… but gvim was missing

Warning : Python 2 devpackage dropped from openSUSE Tumbleweed today

2025-01-31 Fir de Conversatie Tony Mechelynck
Among my several shadow builds of Vim, I used to compile one with +python (i.e. Python 2) -python3. Today with no change in my configuration it came back with -python -python3. AFAICT package python-devel has been dropped by my openSUSE Tumbleweed distro. After installing python311-devel and changi

Re: [vim/vim] Always load defaults.vim (PR #14883)

2025-01-29 Fir de Conversatie Tony Mechelynck
I notice three kinds of answers in this thread : • Always use defaults.vim regardless of whether there is a vimrc. • Never use defaults.vim, i.e. go back to prehistory when even vimrc_example.vim didn't exist. • Use defaults.vim by default when no vimrc is found, unless it is explicitly disabled by

Re: [SOLVED] Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 11:37 PM Christian Brabandt wrote: > > Note: I am not sure yet how well the hg bridge will be working on the > new server. I need to monitor it a bit for the future. Hopefully it will > work fine however. > > On Sun, 19 Jan 2025, Tony Mechelynck wro

[SOLVED] Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 10:44 PM Tony Mechelynck wrote: > > On Sun, Jan 19, 2025 at 10:29 PM Christian Brabandt > wrote: > > > > > > On Mon, 13 Jan 2025, Tony Mechelynck wrote: > > > > > P.S. When I try "hg in" from http://hg.vim.org/ (my n

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 10:29 PM Christian Brabandt wrote: > > > On Mon, 13 Jan 2025, Tony Mechelynck wrote: > > > P.S. When I try "hg in" from http://hg.vim.org/ (my new default server > > address) I get 403 Forbidden, and from hg://256bit.org/vim (which I >

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 9:56 PM Eric Pruitt wrote: > > On Sun, Jan 12, 2025 at 04:33:28PM +0100, Tony Mechelynck wrote: > > So I'm faced with a dilemma : either remain (maybe forever) with the > > 9.1.873 which I configured myself and didn't change since your > &

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 12, 2025 at 8:23 PM Christian Brabandt wrote: […] > It's great to be smart 'cause then you know stuff. The advantage of being smart is that you can play dumb. The opposite is totally impossible. — Attributed to Woody Allen. -- -- You received this message from the "vim_dev" maillis

Re: Any ETA for a Mercurial server ?

2025-01-13 Fir de Conversatie Tony Mechelynck
P.S. When I try "hg in" from http://hg.vim.org/ (my new default server address) I get 403 Forbidden, and from hg://256bit.org/vim (which I just tried, just in case) I get 404 Not found. Best regards, Tony. On Sun, Jan 12, 2025 at 8:23 PM Christian Brabandt wrote: > > > On Sun

Any ETA for a Mercurial server ?

2025-01-12 Fir de Conversatie Tony Mechelynck
Hi Christian, Last night openSUSE Tumbleweed has updated more than 9000 packages, and their Vim is now at version 9.1.993; but of course it is not exactly configured the way I'd like it. So I'm faced with a dilemma : either remain (maybe forever) with the 9.1.873 which I configured myself and didn

Why change the defaults ?

2024-12-01 Fir de Conversatie Tony Mechelynck
I see several threads aguing in favour of a change of Vim's defaults. I believe that such changes are unwise, and here is why : At the moment, there are several sets of "default" option settings in Vim : - "compatible" defaults (or "vi defaults") used when the -C switch is used on the command-li

I'm still further ahead than behind

2024-11-28 Fir de Conversatie Tony Mechelynck
I'm still further ahead than behind, so no hurry yet: Vim from my openSUSE distro: 9.1.836 -- 37 patchlevels Vim I compiled myself when the Mercurial server was still online: 9.1.873 -- 22 patchlevels Latest Vim as posted on vim-dev: 9.1.895 so my best choice is still my own-compiled Vim (wit

Re: What should we do if the Mercurial source server is retired ?

2024-11-21 Fir de Conversatie Tony Mechelynck
On Thu, Nov 21, 2024 at 3:33 PM Marvin Renich wrote: > > * Tony Mechelynck [241121 00:10]: > > On Wed, Nov 20, 2024 at 7:48 PM Marvin Renich wrote: > > > I have, in the past, used the hggit extension > > > (https://hg-git.github.io/), rather than the git exten

Re: What should we do if the Mercurial source server is retired ?

2024-11-20 Fir de Conversatie Tony Mechelynck
On Wed, Nov 20, 2024 at 7:48 PM Marvin Renich wrote: > > * Tony Mechelynck [241120 04:27]: > > The "official" solution, if the Mercurial server is retired forever, > > is to use git instead, but to at least one of us (me) and possibly > > more, git is so foreig

Re: HG-Bridge disabled (Mercurial connection refused)

2024-11-20 Fir de Conversatie Tony Mechelynck
On Wed, Nov 20, 2024 at 11:10 AM Christian Brabandt wrote: > > > On Wed, 20 Nov 2024, Christian Brabandt wrote: > > > > > On Wed, 20 Nov 2024, Tony Mechelynck wrote: > > > > > On Tue, Nov 19, 2024 at 4:47 PM Christian Brabandt > > > wrote: > &

What should we do if the Mercurial source server is retired ?

2024-11-20 Fir de Conversatie Tony Mechelynck
The "official" solution, if the Mercurial server is retired forever, is to use git instead, but to at least one of us (me) and possibly more, git is so foreign that we would rather explore all other possible solutions before resorting to it. This message is written by and for this kind of user. So

Re: HG-Bridge disabled (Mercurial connection refused)

2024-11-20 Fir de Conversatie Tony Mechelynck
P.S. On Wed, Nov 20, 2024 at 10:49 AM Tony Mechelynck wrote: > > On Wed, Nov 20, 2024 at 10:34 AM Christian Brabandt > wrote: > […] > > Oh, Apparently I am still pushing to osdn, I thought I had disabled this > > long time ago. For the time being, you can continue to u

Re: HG-Bridge disabled (Mercurial connection refused)

2024-11-20 Fir de Conversatie Tony Mechelynck
On Wed, Nov 20, 2024 at 10:34 AM Christian Brabandt wrote: […] > Oh, Apparently I am still pushing to osdn, I thought I had disabled this > long time ago. For the time being, you can continue to use that one. […] I would, if it would let me ; but AFAICT Mercurial is adamant about not letting me p

Re: HG-Bridge disabled (Re: Mercurial connection refused)

2024-11-19 Fir de Conversatie Tony Mechelynck
someone at the receiving end like me it would just be a matter of adjusting the source aliases (i.e. those displayed by "hg paths") to make sure that the "default" source is the one we normally want to pull from. A piece of cake. > > Thanks, > Chris My pleasure, To

Re: HG-Bridge disabled (Re: Mercurial connection refused)

2024-11-19 Fir de Conversatie Tony Mechelynck
On Wed, Nov 20, 2024 at 2:10 AM Tony Mechelynck wrote: > > On Tue, Nov 19, 2024 at 4:47 PM Christian Brabandt wrote: > > > > Hi, > > just to let everybody know. Because of serious load issues, the HG > > bridge is disabled for now. > > > > Just for my re

Re: Mercurial connection refused

2024-11-19 Fir de Conversatie Tony Mechelynck
On Tue, Nov 19, 2024 at 2:55 PM Christian Brabandt wrote: > > > On Tue, 19 Nov 2024, Tony Mechelynck wrote: > > > linux-tuxedo:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date > > abort: error: Connection refused > > exit status 255 > >

Mercurial connection refused

2024-11-19 Fir de Conversatie Tony Mechelynck
linux-tuxedo:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date abort: error: Connection refused exit status 255 Tue 19 Nov 14:48:32 CET 2024 linux-tuxedo:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date abort: error: Connection refused exit status 255 Tue 19 Nov 14:48:50 CET 20

Re: Mercurial server timed out [SOLVED]

2024-11-14 Fir de Conversatie Tony Mechelynck
On Thu, Nov 14, 2024 at 8:59 AM Christian Brabandt wrote: > > > On Do, 14 Nov 2024, Tony Mechelynck wrote: > > > The following has now been fixed. > > > > On Wed, Nov 13, 2024 at 9:46 PM Tony Mechelynck > > wrote: > > > > > > Trying to pull

Re: Mercurial server timed out [SOLVED]

2024-11-13 Fir de Conversatie Tony Mechelynck
The following has now been fixed. On Wed, Nov 13, 2024 at 9:46 PM Tony Mechelynck wrote: > > Trying to pull from http://hg.256bit.org/vim (which worked previously) > > linux-tuxedo:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date > abort: error: Connection ti

Mercurial server timed out

2024-11-13 Fir de Conversatie Tony Mechelynck
Trying to pull from http://hg.256bit.org/vim (which worked previously) linux-tuxedo:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date abort: error: Connection timed out exit status 255 Wed 13 Nov 21:32:50 CET 2024 linux-tuxedo:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date a

Re: gui_xim.c included even in Vim without GUI — is this normal ?

2024-08-25 Fir de Conversatie Tony Mechelynck
On Mon, Aug 26, 2024 at 3:15 AM Tony Mechelynck wrote: > > On Sat, Aug 24, 2024 at 4:24 PM Christian Brabandt wrote: > > > > > > On Fr, 23 Aug 2024, Tony Mechelynck wrote: > > > > > Hello, I just noticed that the module gui_xim.c is included even in >

Re: gui_xim.c included even in Vim without GUI — is this normal ?

2024-08-25 Fir de Conversatie Tony Mechelynck
On Sat, Aug 24, 2024 at 4:24 PM Christian Brabandt wrote: > > > On Fr, 23 Aug 2024, Tony Mechelynck wrote: > > > Hello, I just noticed that the module gui_xim.c is included even in > > Vim without GUI, where AFAICT no other GUI module is compiled-in. Is > > this

Re: Commit: patch 9.1.0696: installing runtime files fails when using SHADOWDIR

2024-08-25 Fir de Conversatie Tony Mechelynck
On Sun, Aug 25, 2024 at 8:30 PM Christian Brabandt wrote: > > patch 9.1.0696: installing runtime files fails when using SHADOWDIR > > Commit: > https://github.com/vim/vim/commit/663950d700f496c1db09307253e6b1b2a56140d5 > Author: James McCoy > Date: Sun Aug 25 20:22:11 2024 +0200 > > patch

gui_xim.c included even in Vim without GUI — is this normal ?

2024-08-23 Fir de Conversatie Tony Mechelynck
Hello, I just noticed that the module gui_xim.c is included even in Vim without GUI, where AFAICT no other GUI module is compiled-in. Is this normal ? Here is the configuration for my Tiny build without GUI (the src/Makefile is unchanged from the distribution and the src/shadow-tiny/Makefile resen

[SOLVED] Connection timeout on http://hg.256bit.org/vim

2024-07-13 Fir de Conversatie Tony Mechelynck
On Sat, Jul 13, 2024 at 5:03 AM Tony Mechelynck wrote: > > hg in || echo "exit status" $? ; date > abort: error: Connection timed out > exit status 255 > Sat 13 Jul 04:51:13 CEST 2024 > > Best regards, > Tony. Works for me now (13:06 CEST) Best regards, Tony.

Connection timeout on http://hg.256bit.org/vim

2024-07-12 Fir de Conversatie Tony Mechelynck
hg in || echo "exit status" $? ; date abort: error: Connection timed out exit status 255 Sat 13 Jul 04:51:13 CEST 2024 Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visi

Re: Commit: patch 9.1.0432: Ancient XPM preprocessor hack may cause build errors

2024-05-22 Fir de Conversatie Tony Mechelynck
On Wed, May 22, 2024 at 5:00 PM Christian Brabandt wrote: > > patch 9.1.0432: Ancient XPM preprocessor hack may cause build errors > > Commit: > https://github.com/vim/vim/commit/5090f838bbcd3a13433d9fe20a94f3ce6b796eb1 > Author: Drew Vogel > Date: Wed May 22 16:51:53 2024 +0200 > > patch

Re: bwipeout "%" fails with E94 in vim9script

2024-05-14 Fir de Conversatie Tony Mechelynck
On Tue, May 14, 2024 at 4:10 AM Michael Soyka wrote: > > Chris, > > Thank you for the explanation but I don't think it explains everything. > See below. > > On 05/13/2024 4:15 PM, Christian Brabandt wrote: > > On Mo, 13 Mai 2024, Michael Soyka wrote: > > > >> Yes, your are right- the bwipeout comm

Re: Commit: patch 9.1.0409: too many strlen() calls in the regexp engine

2024-05-11 Fir de Conversatie Tony Mechelynck
On Sun, May 12, 2024 at 12:15 AM Christian Brabandt wrote: > > patch 9.1.0409: too many strlen() calls in the regexp engine > > Commit: > https://github.com/vim/vim/commit/82792db6315f7c7b0e299cdde1566f2932a463f8 > Author: John Marriott > Date: Sun May 12 00:07:17 2024 +0200 > > patch 9.1.

Re: [SOLVED] Re: Commit: patch 9.1.0297: Patch 9.1.0296 causes too many issues

2024-04-10 Fir de Conversatie Tony Mechelynck
On Thu, Apr 11, 2024 at 3:21 AM Tony Mechelynck wrote: > > On Wed, Apr 10, 2024 at 4:30 PM Christian Brabandt wrote: > > > > patch 9.1.0297: Patch 9.1.0296 causes too many issues > > > > Commit: > > https://github.com/vim/vim/commit/c97f4d61cde24030f2f7d2318e

[SOLVED] Re: Commit: patch 9.1.0297: Patch 9.1.0296 causes too many issues

2024-04-10 Fir de Conversatie Tony Mechelynck
4 +0200 > > patch 9.1.0297: Patch 9.1.0296 causes too many issues > > Problem: Patch 9.1.0296 causes too many issues > (Tony Mechelynck, @chdiza, CI) > Solution: Back out the change for now […] After this patch, the many errors I got when opening CSS (o

CSS syntax suddenly produces lots of errors

2024-04-09 Fir de Conversatie Tony Mechelynck
Suddenly when opening a CSS file in Vim (or when opening an HTML file, because HTML syntax invokes CSS syntax), I see a huge lot of errors. This is at patchlevel 9.1.296 or earlier. I didn't see it a few days ago but I'm not sure at which changeset it appeared. I'm copying below what I saw while o

Patchlevel 283 mistakenly tagged v9.1.0282 on Mercurial

2024-04-09 Fir de Conversatie Tony Mechelynck
Patchlevel 283 (csid 67dc61280eba) was mistakenly tagged v9.1.0282 on Mercurial, depriving changeset 3d1e6800e2a8 of its legitimate tag. I don't know which tags, if any, are set on the git repository. Patch numbers in src/version.c are OK. Best regards, Tony. -- -- You received this message f

Compile warning in insexpand.c with +eval after applying patches 9.1.189-190

2024-03-20 Fir de Conversatie Tony Mechelynck
For instance in Normal build : In function ‘get_complete_info’, inlined from ‘f_complete_info’ at insexpand.c:3175:5: insexpand.c:3123:31: warning: ‘li’ may be used uninitialized [-Wmaybe-uninitialized] 3123 | ret = list_append_dict(li, di); |

Re: Commit: runtime(mswin): revert back the check for clipboard_working support

2024-03-13 Fir de Conversatie Tony Mechelynck
On Wed, Mar 13, 2024 at 4:45 PM Christian Brabandt wrote: > > runtime(mswin): revert back the check for clipboard_working support > > Commit: > https://github.com/vim/vim/commit/760f664213dea9a300454992ba1589f4601d622f > Author: Christian Brabandt > Date: Wed Mar 13 16:38:16 2024 +0100 […] Th

and composing characters in Insert mode with 'delcombine' on : Bug or feature ?

2024-02-27 Fir de Conversatie Tony Mechelynck
In Insert mode with 'delcombine' set, when the cursor is in a screen cell containing not only a spacing character but also one or more combining characters (or, in gvim, seems to be between that screen cell and the one before it) skips the spacing character and removes a composing character (I hav

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Tony Mechelynck
On Sat, Feb 10, 2024 at 1:15 AM Luca Saccarola wrote: > > > Ok, so option two for a possible solution is not really an option. > Thanks for letting me know. > > But in your reply you aren't even acknowledge the first possible > solution witch I think solve a legitimate problem in vim's usability,

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Tony Mechelynck
On Fri, Feb 9, 2024 at 8:20 PM 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 > === > > Currently in vim, o

[FIXED]: gcc still complains about use of uninitialized var

2024-01-31 Fir de Conversatie Tony Mechelynck
1 22:10:50 2024 +0100 > > patch 9.1.0067: gcc still complains about use of uninitialized var > > Problem: gcc still complains about use of uninitialized var > ((Tony Mechelynck, after 9.1.0064/9.1.0066)) > Solution: This time init the correct variable &g

Re: Commit: patch 9.1.0066: gcc complains about use of uninitialized var

2024-01-31 Fir de Conversatie Tony Mechelynck
4 +0100 > > patch 9.1.0066: gcc complains about use of uninitialized var > > Problem: gcc complains about use of uninitialized var > (Tony Mechelynck, after 9.1.0064) > Solution: initialize button to silence gcc > > Signed-off-by: Christian B

Warning in gui_gtk_x11.c at changeset hg:d15d40bf532b — git:8fecb472c4a3f0f1ea364422424c56d1e0771b3e

2024-01-30 Fir de Conversatie Tony Mechelynck
gui_gtk_x11.c: In function ‘scroll_event’: gui_gtk_x11.c:2135:9: warning: ‘button’ may be used uninitialized [-Wmaybe-uninitialized] 2135 | gui_send_mouse_event(button, (int)event->x, (int)event->y, | ^~ 2136 |

Re: "around word" doesn't behave consistently due to white space, why?

2024-01-20 Fir de Conversatie Tony Mechelynck
On Fri, Jan 19, 2024 at 5:50 PM Gary Johnson wrote: > > On 2024-01-16, Britton Kerin wrote: > > The sequence 'vaw' (visual around word is how I think of it) does > > weird things depending on white space: > > > > * 'vaw' while on 'a' in 'foo bar' selects ' bar' (space followed by bar) > > > >

Wrong Mercurial tag and description patchno

2023-12-19 Fir de Conversatie Tony Mechelynck
The following is in error: | o changeset: 36588:730a3ddebdd2 | | tag: v9.0.2175 | | user:Christian Brabandt | | date:Tue Dec 19 20:15:06 2023 +0100 | | files: src/optionstr.c src/version.c | | description: | | patch 9.0.2175: Compile error with Motif UI + mo

Re: Mercurial "Connection refused" for "hg in" on http://hg.256bit.org/vim

2023-12-18 Fir de Conversatie Tony Mechelynck
On Mon, Dec 18, 2023 at 9:23 AM Christian Brabandt wrote: > > > On So, 17 Dez 2023, Tony Mechelynck wrote: > > > linux-tuxedo:~/.build/vim/vim-hg # hg paths > > bitbucket = https://bitbucket.org/vim-mirror/vim > > default = http://hg.256bit.org/vim > > osd

Re: After applying patches 9.0.2168 to 9.0.2173 : warning -Wmaybe-uninitialized in vim9cmds.c (not in Tiny)

2023-12-17 Fir de Conversatie Tony Mechelynck
On Sun, Dec 17, 2023 at 3:26 AM Yegappan Lakshmanan wrote: > > Hi Tony, > > On Sat, Dec 16, 2023 at 3:50 PM Tony Mechelynck > wrote: >> >> vim9cmds.c: In function ‘compile_defer’: >> vim9cmds.c:2051:18: warning: ‘type’ may be used uninitialized >> [-Wmaybe

After applying patches 9.0.2168 to 9.0.2173 : warning -Wmaybe-uninitialized in vim9cmds.c (not in Tiny)

2023-12-16 Fir de Conversatie Tony Mechelynck
vim9cmds.c: In function ‘compile_defer’: vim9cmds.c:2051:18: warning: ‘type’ may be used uninitialized [-Wmaybe-uninitialized] 2051 | else if (check_func_args_from_type(cctx, type, argcount, TRUE, | ^ 2052 |

Re: Missing tags (again) on Mercurial

2023-12-12 Fir de Conversatie Tony Mechelynck
On Tue, Dec 12, 2023 at 8:41 AM Christian Brabandt wrote: > > > On Di, 12 Dez 2023, Tony Mechelynck wrote: > > > Something has gone wrong again. > > > > Remember: tags v9.0.2140 to v9.0.2142 had gone missing, but tags > > v9.0.2143 to v9.0.2155 had been set cor

Missing tags (again) on Mercurial

2023-12-11 Fir de Conversatie Tony Mechelynck
Something has gone wrong again. Remember: tags v9.0.2140 to v9.0.2142 had gone missing, but tags v9.0.2143 to v9.0.2155 had been set correctly. Well, now tags v9.0.2156 to v9.0.2158 have gone missing again. This concerns only the Mercurial .hgtags metadata (and I don't know about any git metadata

Missing tags in the latest batch of Mercurial changesets

2023-12-10 Fir de Conversatie Tony Mechelynck
I added the following to my Mercurial clone of the Vim distribution. The changeset ID at the top of each new changeset may be different from those you will get if and when you add them: @ changeset: 36508:24a1f9015465 | tag: tip | user:Tony Mechelynck | date:Sun Dec

Re: Problem in vim-enahanced rpm for ALMALINUX8 causing segmentation fault.

2023-11-15 Fir de Conversatie Tony Mechelynck
On Wed, Nov 15, 2023 at 6:55 PM Tony Mechelynck wrote: > > On Tue, Oct 31, 2023 at 1:53 PM varun bali wrote: > > > > Hi, > > > > We are facing segmentation fault in vim-enhanced rpm, when we are opening > > two or more files simultaneously from vim on sam

Re: Problem in vim-enahanced rpm for ALMALINUX8 causing segmentation fault.

2023-11-15 Fir de Conversatie Tony Mechelynck
On Tue, Oct 31, 2023 at 1:53 PM varun bali wrote: > > Hi, > > We are facing segmentation fault in vim-enhanced rpm, when we are opening two > or more files simultaneously from vim on same server, then if we reboot the > system vim generates core/crashes. Attaching gdb log for same and core file

Build failure in vim9class.c in +eval builds after updating source to 9.0.2086

2023-11-02 Fir de Conversatie Tony Mechelynck
For example in Normal build: In file included from vim.h:570, from vim9class.c:15: vim9class.c: In function ‘ex_class’: vim9class.c:1563:24: error: ‘e_abstract_must_be_followed_by_def_or_static’ undeclared (first use in this function); did you mean ‘e_abstract_must_be_followed_by_

Re: Commit: patch 9.0.2050: Vim9: crash with deferred function call and exception

2023-10-19 Fir de Conversatie Tony Mechelynck
On Thu, Oct 19, 2023 at 11:00 AM Christian Brabandt wrote: > > patch 9.0.2050: Vim9: crash with deferred function call and exception [...] This patch lacks a change to src/version.c so when running the executable, :intro and :version both say it is patchlevel 2049. The repository tags are OK AFAI

Re: [vim/vim] vim.org should redirect to www.vim.org (Issue #11259)

2023-10-17 Fir de Conversatie Tony Mechelynck
On Sun, Oct 2, 2022 at 7:52 PM Martin Tournoij wrote: > This has been mentioned several times, but the maintainer of the DNS > records says it doesn't work. I forgot the details. > Fortunately several browsers handle this if you type "vim.org". > > Neither Firefox not Chromium on my system do thi

Compile warning -Wmaybe-uninitialized about xxd (in gcc 13.2.1) for all featuresets of Vim

2023-10-06 Fir de Conversatie Tony Mechelynck
cd xxd; CC="gcc" CFLAGS=" -O2 -fno-strength-reduce -Wall -Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L/usr/local/lib -Wl,--as-needed" \ make -f Makefile make[1]: Entering directory '/root/.build/vim/vim-hg/src/shadow-tiny/xxd' gcc -O2 -fno-str

Re: Warning message -Wunused-function at optionstr.c:901 in Normal and Tiny after applying patches up to 9.0.1989

2023-10-05 Fir de Conversatie Tony Mechelynck
Oops... to 9.0.1991. On Thu, Oct 5, 2023 at 9:16 PM Tony Mechelynck wrote: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce > -Wall -Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=1 -o objects/optionstr.o

Warning message -Wunused-function at optionstr.c:901 in Normal and Tiny after applying patches up to 9.0.1989

2023-10-05 Fir de Conversatie Tony Mechelynck
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/optionstr.o optionstr.c optionstr.c:902:1: warning: ‘expand_set_opt_callback’ defined but not used [-Wunused-function]

Re: Moving the Vim Homepage on 26.09.2023

2023-09-26 Fir de Conversatie Tony Mechelynck
P.S. I also tried with Firefox instead of SeaMonkey, with the same (lack of) results. Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.ph

Re: Moving the Vim Homepage on 26.09.2023

2023-09-26 Fir de Conversatie Tony Mechelynck
g, please let me know and I'll fix it. > > Best, > Christian > -- > The fancy is indeed no other than a mode of memory emancipated from the order > of space and time. -- Samuel Taylor Coleridge > This is Tony Mechelynck and I'm using the mail interface because the Go

Re: Updates on the Vim project

2023-08-28 Fir de Conversatie Tony Mechelynck
On Mon, Aug 28, 2023 at 9:11 PM Christian Brabandt wrote: > > > On Mo, 28 Aug 2023, Tony Mechelynck wrote: > > > Christian, do you have any recommendations for someone who would want > > to continue porting the changes from git to Mercurial if you ever > > deci

Re: Updates on the Vim project

2023-08-28 Fir de Conversatie Tony Mechelynck
On Mon, Aug 28, 2023 at 7:05 PM Christian Brabandt wrote: […] > I use git, because all the information can easily be found in the > internet and it is still very actively developed and a lot of questions > on how to use it have already been asked :). > > For mercurial I have to refresh my memories

Re: Updates on the Vim project

2023-08-28 Fir de Conversatie Tony Mechelynck
On Thu, Aug 24, 2023 at 4:17 PM Ernie Rael wrote: > > On 23/08/24 2:44 AM, Tony Mechelynck wrote: > > [...] > > Well, if the Mercurial mirror goes puff, I'll have to decide > > either to fall back on the Vim from my distro (always somewhat behind, > > cur

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie Tony Mechelynck
On Wed, Aug 23, 2023 at 10:18 PM Christian Brabandt wrote: [...] > For a similar reason and because of the mess I created with the > mercurial mirror, I am thinking to retire the mercurial repository. I > think it is pretty clear that nowadays git is the preferred VCS of > choice for most programm

Re: Commit: patch 9.0.1786: Vim9: need instanceof() function

2023-08-24 Fir de Conversatie Tony Mechelynck
On Thu, Aug 24, 2023 at 8:01 AM Christian Brabandt wrote: > > > On Do, 24 Aug 2023, Christian Brabandt wrote: > > > > > On Mi, 23 Aug 2023, Tony Mechelynck wrote: > > > > > Discontinuous tagging again : notice the second line below. > > > > >

Re: Commit: patch 9.0.1786: Vim9: need instanceof() function

2023-08-23 Fir de Conversatie Tony Mechelynck
On Wed, Aug 23, 2023 at 9:15 PM Christian Brabandt wrote: > > patch 9.0.1786: Vim9: need instanceof() function > > Commit: > https://github.com/vim/vim/commit/afe0466fb1695fa8b9782eea8a8e9f9540d4cb85 > Author: LemonBoy > Date: Wed Aug 23 21:08:11 2023 +0200 [...] Discontinuous tagging again :

Re: Patch 9.0.1678

2023-07-17 Fir de Conversatie Tony Mechelynck
15 hours after Christian's message, the runtime/filetype.vim at https://github.com/vim/vim/tree/master/runtime still seems not to have been updated since patchlevel 9.0.1668 — and of course patch 1678 hasn't yet appeared on the Mercurial repository either, because it gets its updates from the git m

Re: :tearoff command not available in Vim 9.0.1664 for Linux even when exists(':tearoff') == 2

2023-06-26 Fir de Conversatie Tony Mechelynck
On Mon, Jun 26, 2023 at 1:31 PM Bram Moolenaar wrote: > > > Tony wrote: > > > • In Normal gvim with Motif GUI in GUI mode, :echo exists(':tearoff') > > gives 0 but menus can be teared off from the menu bar with the mouse > > • In the same in Console mode, :echo exists(':tearoff') gives 2 > > • In

Re: After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Tony Mechelynck
On Mon, Jun 26, 2023 at 1:14 PM Christian Brabandt wrote: > > > On Mo, 26 Jun 2023, Tony Mechelynck wrote: > > > On Mon, Jun 26, 2023 at 12:10 PM Christian Brabandt wrote: > > > > > > > > > On Mo, 26 Jun 2023, Tony Mechelynck wrote: > > >

Re: After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Tony Mechelynck
On Mon, Jun 26, 2023 at 12:10 PM Christian Brabandt wrote: > > > On Mo, 26 Jun 2023, Tony Mechelynck wrote: > > > At hg CSID 448aef880252 by Christian Brabandt: Problem detected at or > > near src/Makefile line 1972. I believe there is a problem of some kind > >

After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Tony Mechelynck
At hg CSID 448aef880252 by Christian Brabandt: Problem detected at or near src/Makefile line 1972. I believe there is a problem of some kind with src/auto/config.mk or src/shadow/auto/config.mk. Neither plain "make" nor "make reconfig" work. For the time being I have updated back to previous change

:tearoff command not available in Vim 9.0.1664 for Linux even when exists(':tearoff') == 2

2023-06-25 Fir de Conversatie Tony Mechelynck
• In Normal gvim with Motif GUI in GUI mode, :echo exists(':tearoff') gives 0 but menus can be teared off from the menu bar with the mouse • In the same in Console mode, :echo exists(':tearoff') gives 2 • In Huge gvim with GTK3 GUI (where menus cannot be teared off with the mouse), :echo exists(':t

Re: Patch 9.0.1638

2023-06-17 Fir de Conversatie Tony Mechelynck
On Sat, Jun 17, 2023 at 4:01 PM Bram Moolenaar wrote: > > > Patch 9.0.1638 (after 9.0.1637) > Problem:crypt tests hang and cause memory errors > Solution: Move variable to start of function. > Files: src/fileio.c [...] This gives me a compiler warning in the Tiny build, as follows: gc

Re: X11 requirements -- solved

2023-06-15 Fir de Conversatie Tony Mechelynck
On Thu, Jun 15, 2023 at 5:24 PM tooth pik wrote: > > i thought i had exhausted google, but with yet another stab at it, in > vim.fandom.com i found reference to two packages i didn't have: libxpm-dev > and libxt-dev > > i added both and boom, i again have a gui -- i don't know if i needed both

Re: X11 requirements list

2023-06-15 Fir de Conversatie Tony Mechelynck
On Thu, Jun 15, 2023 at 4:09 PM tooth pik wrote: > > some months ago i managed to break gvim messing around doing i wish i > remembered what, probably something to do with getting nvidia drivers to work > on my system > > for me vim no longer builds with X11, vim builds fine but no gui > > is th

Re: Vim configured with both --with-features=normal and --enable-libsodium ends up with libsodium linked in but the +sodium feature disabled

2023-05-08 Fir de Conversatie Tony Mechelynck
On Mon, May 8, 2023 at 11:09 PM Bram Moolenaar wrote: [...] > This is indeed strange. The configure check for sodium defaults to only > checking when using "huge" features. That makes sense, it is something > advanced, not always needed. But in the src/feature.h file the > FEAT_HUGE macro is ch

Re: Same number different colors for ctermbg and ctermfg

2023-05-04 Fir de Conversatie Tony Mechelynck
On Thu, May 4, 2023 at 12:14 PM Enan Ajmain <3nan.ajm...@gmail.com> wrote: > > Hi, > > For the value 7, ctermfg and ctermbg gives different colors. 'ctermfg=7' > gives non-bold white, which is expected. But 'ctermbg=7' gives bold > Black color. I'm assuming there is a if-conditional somewhere tha

  1   2   3   4   5   6   7   8   9   10   >