Fork me on GitHub
#emacs
<
2016-07-24
>
richiardiandrea20:07:43

hello folks is there a place where https://elpa.gnu.org/packages/let-alist.html is stored as git repo? I don't seem to find it anywhere @malabarba

malabarba20:07:23

There's a repo for submitting bugs

malabarba20:07:35

but the main development is done directly on Elpa

malabarba20:07:57

Wait, now I can't find it either

malabarba20:07:29

maybe I deleted it and don't remember. 😳

malabarba20:07:56

Anyway, is there any reason you need the repo? @richiardiandrea

richiardiandrea20:07:28

no well it a dep of squggly-clojure and my setup uses submodules...in any case I can just copy the files no probz 😄

malabarba20:07:38

though I think I mispoke. The actual source is in Emacs core

malabarba20:07:58

lisp/emacs-lisp/let-alist.el

malabarba20:07:02

The elpa package is just a mirror

richiardiandrea20:07:47

Oh cool I like the fact that a lot of packages have a GitHub mirror

richiardiandrea20:07:27

Submodules really work well in my setup which is basically emacs-live

malabarba21:07:58

Well, I remember Tarsius was creating github mirrors for basically everything a while back

malabarba21:07:06

So there might be a mirror for this package too

malabarba21:07:26

Look for a github user/organization called emacs-mirrors

richiardiandrea22:07:06

yeah it looks like it is in 25.x

malabarba22:07:02

It's in 25.x, and it's available on Elpa for older Emacs versions

richiardiandrea22:07:09

so I am going to need to keep that file around for not too long good 😄

anmonteiro22:07:32

@richiardiandrea: FWIW, if you want to install emacs from HEAD I’ve been keeping a fork that works on macOS Sierra https://github.com/anmonteiro/emacs

richiardiandrea22:07:06

@anmonteiro: lol I am keeping my fork of emacs-live as well

anmonteiro22:07:12

to install just brew edit emacs to point to my repo and brew install emacs --HEAD --use-git-head --with-cocoa --with-gnutls --with-rsvg --with-imagemagick

richiardiandrea22:07:51

but thanks for the offer 🍻