guix-patches
[Top][All Lists]
Advanced

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

[bug#68180] [PATCH v2 4/4] gnu: Add emacs-pde.


From: Maxim Cournoyer
Subject: [bug#68180] [PATCH v2 4/4] gnu: Add emacs-pde.
Date: Tue, 02 Jan 2024 14:41:08 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Hello,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:


[...]

>> +              (make-file-writable "lisp/perltidy.el")
>> +              (emacs-substitute-variables "lisp/perltidy.el"
>> +                ("perltidy-program"
>> +                 (search-input-file inputs "bin/perltidy")))
>> +              (substitute* "lisp/tools/perldoc-cache.pl"
>> +                (("`perldoc")
>> +                 (string-append
>> +                  "`" (search-input-file inputs "bin/perldoc"))))))
> I'd use for-each to make the files writable, possibly also a directory
> excursion.

Done, see v3.

Thanks for the review!

-- 
Maxim

reply via email to

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