From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: emacs export to PDF impossible due to missing pdflatex Date: Thu, 7 Feb 2019 13:44:59 +0100 Message-ID: References: <87lg2sfvfo.fsf@elephly.net> <57fcd8a1c18a0c42d3f3209462cc7a88@riseup.net> <87lg2rdcnt.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grj3I-0001Qy-79 for help-guix@gnu.org; Thu, 07 Feb 2019 07:45:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grj3H-0005Ew-GZ for help-guix@gnu.org; Thu, 07 Feb 2019 07:45:12 -0500 Received: from mail-qt1-x82e.google.com ([2607:f8b0:4864:20::82e]:36240) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grj3H-0005Ek-Ct for help-guix@gnu.org; Thu, 07 Feb 2019 07:45:11 -0500 Received: by mail-qt1-x82e.google.com with SMTP id r9so11736842qtt.3 for ; Thu, 07 Feb 2019 04:45:11 -0800 (PST) In-Reply-To: <87lg2rdcnt.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: quiliro@fsfla.org, help-guix On Thu, 7 Feb 2019 at 13:17, Pierre Neidhardt wrote: > > > > =E2=80=9Cpdflatex=E2=80=9D is provided by =E2=80=9Ctexlive-bin=E2=80= =9D. > > > > Thank you! how did you know? > > I think this is a more general question: Guix currently lacks a way to s= earch > files in substitutes. It would be nice to have this feature :D I agree. Something faster than the plain: $ find /gnu/ -type f -name "stuff" -print All the best, simon