Noam Postavsky

Results 112 comments of Noam Postavsky

> could you temporarily configure git to use http:// instead of the git:// protocol: Interesting, I was unaware of this config option. Looks like it's present [since git 1.5.5.1](https://github.com/git/git/blob/master/Documentation/RelNotes/1.5.5.1.txt#L23). The...

I think it might be a little crowded in the package list. But putting it in the description seems like a good idea, pull requests welcome. :)

> I can see the version column after M-x package-list-packages. s/can/can't, right? > How to do with el-get-list-packages or other command? 1. Add a `version` method and implement it for...

I guess this entry in `etc/NEWS` is relevant: ``` * Incompatible Lisp Changes in Emacs 27.1 --- ** Just loading a theme's file no longer activates the theme's settings. Loading...

> > we should be hijacking package-archives in the package.rcp recipe. > > @dimitri could you be specific what you mean here.? I think "we should **not** be hijacking package-archives..."...

> el-get-http-install(auto-complete-ruby "http://... @aspiers: I wonder if the openssl version is a red herring, since you got this from an http install and not https. That said, I have successfully...

> no makefile found After running `autoreconf` you need to run `./configure` which produces `Makefile` from `Makefile.in`.

Running `make clean` (*EDIT: or whatever XCode equivalent is*) first might help (assuming this isn't a totally fresh checkout). Otherwise I'm not sure how `USE_ALLOCA` isn't getting defined, because it...

> ``` > Change elpy prefixes to yas-snips > > Thanks to @AndreaCrotti for the review and suggestion. > ``` I suggest not to put `@user` into commit messages. Some...