[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] Add tests for reftex.
From: |
Tassilo Horn |
Subject: |
Re: [PATCH 2/2] Add tests for reftex. |
Date: |
Wed, 12 Jun 2013 16:47:26 +0200 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) |
Rüdiger Sonderfeld <address@hidden> writes:
> On Wednesday 12 June 2013 14:51:23 Tassilo Horn wrote:
>> F reftex-parse-from-file-test
>> Test `reftex-parse-from-file'.
>> (wrong-type-argument stringp nil)
>
> sorry this was a problem caused by an uninitialised variable. I guess
> that's why I didn't caught it.
>
> Adding (reftex-ensure-compiled-variables) prior to the call to
> `reftex-parse- from-file' fixes the issue.
Indeed, committed, thanks!
>> I've never used ert. Is there a way to tell it to also include the
>> line number where it failed?
>
> In ert you can get the backtrace by pressing `b'.
Ah, good to know.
Bye,
Tassilo