emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#65717: closed ([PATCH] gnu: Add emacs-latex-extra.)


From: GNU bug Tracking System
Subject: bug#65717: closed ([PATCH] gnu: Add emacs-latex-extra.)
Date: Tue, 05 Sep 2023 12:52:02 +0000

Your message dated Tue, 05 Sep 2023 14:50:54 +0200
with message-id <87edjciy1d.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#65717] [PATCH] gnu: Add emacs-latex-extra.
has caused the debbugs.gnu.org bug report #65717,
regarding [PATCH] gnu: Add emacs-latex-extra.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65717: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65717
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-latex-extra. Date: Sun, 03 Sep 2023 19:52:14 +0200
Dear Guix,

Here's a patch packaging the MELPA package 
https://github.com/Malabarba/latex-extra .

Thanks!

-
Sergiu

Attachment: 0001-gnu-Add-emacs-latex-extra.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#65717] [PATCH] gnu: Add emacs-latex-extra. Date: Tue, 05 Sep 2023 14:50:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Sergiu Ivanov <sivanov@colimite.fr> writes:

> If I don't explicitly set $HOME, the build fails with
>
> Debugger entered--Lisp error: (file-missing "Setting current directory" "No 
> such file or directory" "/homeless-shelter/")

OK.

> I tried adding the following to the arguments list:
>
> #:tests? #t
> #:test-command '("make" "test")

Sometimes, it is necessary to skip the Makefile step and write
explicitly what the Makefile is doing right into #:test-command.

Here, I called `ert-run-tests-batch-and-exit' after loading the test
library. The unusual part was the tests required to be run from within
the "tests/" directory, hence the `cd' evaluation:


        #:test-command
        #~(list "emacs" "-Q" "--batch"
                "--eval=(cd \"tests/\")"
                "-l" "latex-extra-test.el"
                "-f" "ert-run-tests-batch-and-exit")

I applied your patch. Thank you!

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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