emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: STatus of MPS branch


From: Michael Albinus
Subject: Re: STatus of MPS branch
Date: Sun, 21 Apr 2024 10:04:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

Hi Gerd,

>> Thanks. Before I do that, could this be caused by macOS' ls vs. gls?
>>
>>   % gls --version
>>   ls (GNU coreutils) 9.5
>>
>> while ls is the macOS one (probably from FreeBSD, but the man page
>> doesn't say so).
>
> I found this in mit init.el
>
>   (if (string-match "Pro" system-name)
>       (setq insert-directory-program "/usr/local/bin/gls")
>     (setq insert-directory-program "/opt/homebrew/bin/gls"))
>
> meaning that the tests wouldn't do that, right?

Perhaps. What does '/usr/local/bin/gls <filename>' return?

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]