Saturday, April 6, 2024

running tests with make -j test

Is there any way to run tests in parallel? It seems like some of them might overwrite the same directory (in any case I couldn't get make -j to work).

Partitioning would be a nastier alternative (make 3 copies of the shadow dir, run make make unittests, make scripttests, make $(TERM_TESTS) in each; though I don't know how to resolve that makefile variable from a script). Plus I'm not sure the three separate dependencies take equally long.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/dbbb9a08-f671-48c6-aa5c-40f5cc4984bcn%40googlegroups.com.

Re: Registration Payments

On Sa, 06 Apr 2024, Al SW Moreau wrote:

> Actually what is the correct way to register / sponsor now? The links from
> vim.org still take you to a PayPal form sending payments to Bram. I've been
> wondering about that for a while and this discussion seems to imply this
> information exists elsewhere.

As mentioned, the paypal account should still work. Unfortunately,
no-one can anylonger relate the donators to the respective vim.org
accounts. That's why the accounts are no longer updated. And at the same
time, the voting feature is no longer useful.

Thanks,
Christian
--
The human race never solves any of its problems. It merely outlives them.
-- David Gerrold

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/ZhFGY/3CjY/r6%2BjM%40256bit.org.

Re: Registration Payments

Actually what is the correct way to register / sponsor now? The links from vim.org still take you to a PayPal form sending payments to Bram. I've been wondering about that for a while and this discussion seems to imply this information exists elsewhere.
On Tuesday, March 12, 2024 at 9:08:04 AM UTC+2 Christian Brabandt wrote:

On Mo, 11 Mär 2024, Trev wrote:

> Hello,
>
> I regret to inform you all that since Bram's passing, I had never
> updated my registration fee payments in PayPal. I have made months of
> payments to regi...@moolenaar.net. Not only are my payments perhaps
> piling up where they are not helpful, but I am missing out on valuable
> contributor clout! I honestly can't recall the last time I was sent a
> registration "key" and my amount "contributed" does not match the number
> I've actually donated.
>
> I hope you can recover the donations. What should I do from here?

Just wanted you all know, I am taking this off-list and checking with
Trey and the ICCF directly.

Thanks,
Christian
--
The best way to preserve a right is to exercise it, and the right to
smoke is a right worth dying for.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/00a53491-8822-4db1-bfc3-3574167955a4n%40googlegroups.com.

Friday, April 5, 2024

Re: First things first

On Do, 04 Apr 2024, Jorge Ventura wrote:

> a) Where can I see the new address for registering and sending money?
>
> I sent this morning money and PayPal showed me Bram's mail. I am not
>
> asking for my money back, rather some pointers to the new registering and
>
> voting processes.


Thanks for sponsoring. I think the paypal address still works and the
money is well received by the ICCF. This may change in the future, but I
don't know the details.

> b) is there any database with all supported Platforms/OS?
>
> For a side project, I am gathering such data formation.

It's probably in the help documents somewhere. I struggle to find this
always and have thought of adding a specific section to the help files,
if it isn't there already.

> c) What would be the future of Vim?
>
> I believe that Bram has become an institution for the software community,
>
> if he was not already. Therefore, what are the next steps for Vim? I really
>
> do not want that due to politics, lack of ideas, over compromising, or simply
>
> for whatever reason Vim falls apart.

The Vim community is healthy and we are continuing the development of
Vim. You can follow it on github or on the vim-dev mailing list. We try
to slowly improve Vim and fix bugs as we can. No big plans however.

You are welcome to help with whatever you can (doc updates, cleaning up
the issue list, code, add tests, etc).


Thanks,
Christian
--
Using words to describe magic is like using a screwdriver to cut roast beef.
-- Tom Robbins

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/Zg%2BhefE2jirQEvHu%40256bit.org.

Thursday, April 4, 2024

Re: Normal commands forbidden in command line

> Why are some normal commands not allowed in the command line window?

Why would they be? There is no use for them there.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/eovhr6t4mjqfshibpx7e42aiikmzu5jyzkmmasdrcqtd4haznq%403e2w67noe36w.

Normal commands forbidden in command line

Hello.

Why are some normal commands not allowed in the command line window? I'm thinking of Q in particular, but I see there are others as well: ctrl-t, ctrl-^, …

I was looking to avoid the 'Entering Ex mode' message, and it seems to me the only way might be to filter it out with :filter. But, it doesn't seem possible to get into Ex mode from the command line.


Matan

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/5BBF0CB2-EDE4-4E85-85C2-C9C3ED5E95D4%40gmail.com.

First things first

Hello dear vim community,


I am very sorry to get to know some time ago about Bram. As a vim user, I

kind of owe him more than my admiration. I learnt to code with vim, and as a

c developer. This amazing tool is more than suitable for such language.


Now my questions.


a) Where can I see the new address for registering and sending money?

I sent this morning money and PayPal showed me Bram's mail. I am not

asking for my money back, rather some pointers to the new registering and

voting processes.


b) is there any database with all supported Platforms/OS?

For a side project, I am gathering such data formation.


c) What would be the future of Vim?

I believe that Bram has become an institution for the software community,

if he was not already. Therefore, what are the next steps for Vim? I really

do not want that due to politics, lack of ideas, over compromising, or simply

for whatever reason Vim falls apart.


Kind regards,

Jorge Ventura

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAD_8VnZyAd%2Bj6YUdRFDd8W-vrPdXnzc28pjbDJ_r5F%2B4CF4kGw%40mail.gmail.com.