Re: Localization of language names

2020-10-17 Thread Miguel Ángel Arruga Vivas
Hi, Ludovic Courtès writes: > Brendan Tildesley skribis: > >> Languages listed in the language selection are sometimes in English, >> Rarely in the native language. > > We take language names and their translations from the ‘iso-codes’ > package, specifically the “iso_639-3” message catalog. Qu

Commit access

2020-10-17 Thread Miguel Ángel Arruga Vivas
Hello, everybody! I'm happy to announce with this message my access to the repository and the key I'll use to sign the commits. This text has been signed with it, which has the following information and fingerprint: pub rsa3072 2020-09-09 [SC] [expires: 2022-01-01] 888784C41459ACCB83E7E8

Re: Commit access

2020-10-17 Thread Tobias Geerinckx-Rice
Miguel, Miguel Ángel Arruga Vivas 写道: I'm happy to announce with this message my access to the repository and the key I'll use to sign the commits. Welcome aboard! \o/ I downloaded your key from Savannah[0] and it all checks out. Don't forget to update it next year :-) Kind regards, T G

Re: Commit access

2020-10-17 Thread Brett Gilio
Miguel Ángel Arruga Vivas writes: > Hello, everybody! > > I'm happy to announce with this message my access to the repository and > the key I'll use to sign the commits. This text has been signed with > it, which has the following information and fingerprint: > > pub rsa3072 2020-09-09 [SC] [e

Racket will move on top of Chez soon

2020-10-17 Thread Christopher Lemmer Webber
Just a heads up that right now you *can* run Racket-on-Chez, but soon Racket-on-Chez will be the "default"... maybe it's a good idea to see how hard it will be to make a racket-on-chez package variant. I'm interested in looking at that but it'll probably have to be a while before I can do so... if

Re: File search progress: database review and question on triggers

2020-10-17 Thread Pierre Neidhardt
Pierre Neidhardt writes: > So we could do the same with `guix filesearch`: > > - First try the entry in the database. > > - If not there, try query-path-info and if it succeeds, populate the > database. > > - If query-path-info does not succeed, try our new > query-substitutable-filesearch-in

Re: Manual PDF and translation (modular texlive?)

2020-10-17 Thread zimoun
Hi Ricardo, Thank you for looking at this. On Fri, 16 Oct 2020 at 22:10, Ricardo Wurmus wrote: > I can now build the French and the German manuals in this environment: > > guix environment --pure guix --ad-hoc -e '(begin (use-modules (gnu > packages tex))(texlive-union (list texlive-epsf t

usage of pypi-uri in the pypi importer

2020-10-17 Thread Malte Frank Gerdes
Hi, i noticed that the python pypi importer generates packages definitions which rely on the pypi-uri function declared in the python build system. I observed that the python build system itself doesn't use this function at all, so why is it defined there and not in the python importer, which seem

Re: Manual PDF and translation (modular texlive?)

2020-10-17 Thread Ricardo Wurmus
zimoun writes: > Well, back to the real issue. I do not know if the issue comes from TeX > configuration or from ’makeinfo’. For example, > > --8<---cut here---start->8--- > mkdir -p /tmp/test && cd /tmp/test > > cp ~/guix/doc/{guix.fr,os-*,fdl-1.3,contribu

Re: Manual PDF and translation (modular texlive?)

2020-10-17 Thread zimoun
Hi Ricardo, On Sat, 17 Oct 2020 at 23:55, Ricardo Wurmus wrote: > It’s almost certainly due to configuration of the modular texlive. > We’re generating a whole bunch of font map files and encoding files > already, but something somewhere must still be missing. > > I embarked on a journey to fix

Re: Using #true and #false everywhere?

2020-10-17 Thread Maxim Cournoyer
Hello Tobias, Tobias Geerinckx-Rice writes: > Maxim, > > Maxim Cournoyer 写道: >> I'd only agree to such a change if it's already been standardized in >> the >> RnRS as such > > Sure, I think that's implied. #true and #false are part of the > R7RS-small standard. Thanks, I couldn't find where th

Re: Using #true and #false everywhere?

2020-10-17 Thread Bengt Richter
Hi, On +2020-10-17 21:36:06 -0400, Maxim Cournoyer wrote: > Hello Tobias, > > Tobias Geerinckx-Rice writes: > > > Maxim, > > > > Maxim Cournoyer 写道: > >> I'd only agree to such a change if it's already been standardized in > >> the > >> RnRS as such > > > > Sure, I think that's implied. #true

Re: Removing/replacing “Guix in action” video from the home page?

2020-10-17 Thread Maxim Cournoyer
Hello, Luis Felipe writes: > ‐‐‐ Original Message ‐‐‐ > On Friday, October 16, 2020 10:36 AM, zimoun wrote: > >> Hi, >> >> On Fri, 16 Oct 2020 at 12:28, Ludovic Courtès l...@gnu.org wrote: >> >> > > https://video.hardlimit.com/videos/watch/c0dfb36a-a84b-4363-8b1b-17aeadd4aaaf >> > >> >

Re: Manual PDF and translation (modular texlive?)

2020-10-17 Thread Ricardo Wurmus
zimoun writes: > Hi Ricardo, > > On Sat, 17 Oct 2020 at 23:55, Ricardo Wurmus wrote: > >> It’s almost certainly due to configuration of the modular texlive. >> We’re generating a whole bunch of font map files and encoding files >> already, but something somewhere must still be missing. >> >> I