Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug + patch: `zstyle ':completion:*' menu select=long-list` fails to start menu selection
- X-seq: zsh-workers 48143
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Bug + patch: `zstyle ':completion:*' menu select=long-list` fails to start menu selection
- Date: Fri, 5 Mar 2021 00:26:51 +0200
- Archived-at: <https://zsh.org/workers/48143>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-03/CAHLkEDvP%2BFzrscyZXt95EMudG99PKVje_ZhYg1EJ0Z7vkB%2BJEg%40mail.gmail.com>
- In-reply-to: <20210304201721.GA16874@tarpaulin.shahaf.local2>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDsQf35TbffpyPEyLWx72G8MQgfvFvynoptfGd3qQhDbbQ@mail.gmail.com> <20210304201721.GA16874@tarpaulin.shahaf.local2>
On Thu, Mar 4, 2021 at 10:17 PM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> Thanks. Haven't reviewed the patch, but assuming it's correct, it'd be
> great to have this test upgraded to a proper regression test; see
> Test/README in the source tree.
I would, but I'm unable to build Zsh from source on my Mac and thus
unable to run the tests. I get this error when I try to run `make
install.bin install.modules install.fns`:
```
Updated `zsh.mdh'.
make[3]: *** No rule to make target `headers'. Stop.
make[2]: *** [headers] Error 1
make[1]: *** [headers] Error 2
make: *** [install.bin] Error 2
```
Also, my `config.log` file contains a bunch of fatal errors like this:
```
conftest.c:12:34: fatal error: 'foo.h' file not found
#include <foo.h>
```
Help would be appreciated.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author