emacs-devel
[Top][All Lists]
Advanced

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

Re: Request to add tomelr package to GNU ELPA


From: Kaushal Modi
Subject: Re: Request to add tomelr package to GNU ELPA
Date: Tue, 3 May 2022 20:40:34 -0400

On Tue, May 3, 2022 at 7:02 PM Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>
> > I didn't understand the "COPYING" file reference. My repo doesn't have that
> > file.
>
> Oh, sorry, you call it "LICENSE", indeed.  Does it make more sense now?

Thanks. I ended up adding these lines:

.github
doc
test
Makefile
LICENSE


> I guess the others only require files found in other directories than
> `test`.

No, all tests are in the same test/ dir. That's why I was surprised
that it complained of just the first require.

```
(setq load-prefer-newer t)

(require 'tjson-utils)

(require 'tpredicates)
(require 'tkey)
(require 'tscalar)
(require 'tstring)
(require 'tnil)
(require 'tarray)
(require 'ttable)
(require 'ttable-array)
(require 'tplist)
(require 'tcoerce)
```



reply via email to

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