Commit Graph

5652 Commits

Author SHA1 Message Date
tarao
bffcd8e90b typo 2021-06-13 19:52:31 +09:00
INA Lintaro
277a285374
Merge pull request #2836 from tarao/github-actions
Run tests on GitHub Actions
2021-06-13 19:34:43 +09:00
tarao
01b471cf7f Remove Travis CI configurations. 2021-06-13 19:32:57 +09:00
tarao
e912671fd7 Run tests on GitHub Actions. 2021-06-13 19:26:17 +09:00
INA Lintaro
04c9da3c3e
Merge pull request #2835 from stephan-cr/unbreak-non-native-comp
Unbreak el-get-remove-autoloads for Emacs < 28
2021-06-13 17:15:52 +09:00
Stephan Creutz
c1f5260230 Replace string-join by mapconcat
Because string-join doesn't exist for Emacs 24.3 and before.
2021-06-11 22:23:45 +02:00
Stephan Creutz
5f26b07ae3 Unbreak el-get-remove-autoloads for Emacs < 28
Starting from Emacs 28 the function autoload-file-load-name takes two
non-optional parameters, but versions before Emacs 27 still takes only
one.
2021-06-11 21:05:38 +02:00
INA Lintaro
52df810e53
Merge pull request #2801 from vedang/fix-obsolete-definition
Fix compilation breakage on Emacs 28 feature/native-comp
2021-06-06 18:11:02 +09:00
Eric Danan
22d38b1e8a pdf-tools.rcp: Update pkgname to new repo
pdf-tools has a new maintainer @vedang, the same change was made on
MELPA.

https://github.com/melpa/melpa/blob/master/recipes/pdf-tools
2021-05-13 13:33:22 +01:00
Eric Danan
77e207de2e org-mode.rcp: don't load contrib directory
The contrib directory was removed from Org's repository, keeping it in
load path generates an error.

https://code.orgmode.org/bzg/org-mode/raw/master/etc/ORG-NEWS
2021-05-13 12:45:28 +01:00
Sébastien Gross
d76ac84ae9
Merge pull request #2826 from ruediger/fix-cmake-mode
recipes/cmake-mode: Update location of source and website.
2021-04-28 12:48:18 +02:00
Sébastien Gross
85ce43eab0
Merge pull request #2829 from hlmbrt/patch-1
Add windows-nt build specifics
2021-04-28 12:47:53 +02:00
H. Lambert
a09d74bb97
Add windows-nt build specifics
See #2828
2021-03-21 07:22:40 +01:00
Alexander Goldstein
74141fced8 adding new package use-package-el-get 2021-02-21 22:36:05 -06:00
Rüdiger Sonderfeld
836680b5d8 recipes/cmake-mode: Update location of source and website. 2021-02-21 15:55:18 +00:00
Vedang Manerikar
67ac3f14ad start-process-shell-command takes only three arguments.
As opposed to `start-process', `call-process-shell-command' or
`call-process'.

This means that when we try to execute an el-get recipe with :sync
nil and :shell t, it fails (without this change).

tested against: Emacs 28.0.50
2021-02-14 14:05:29 +05:30
Vedang Manerikar
cb66b4a88f Pass the loaddefs file to the autoload-file-load-name function
This is a compulsory argument and was missing from the code at the
moment (testing against Emacs 28.0.50)
2021-02-14 14:03:52 +05:30
Vedang Manerikar
c736dedffe Pass the correct number of arguments to define-obsolete-function-alias
Otherwise, the code breaks on the feature/native-comp branch for Emacs 28.
2021-02-14 13:40:53 +05:30
Alexander Goldstein
2e3906155b recipe/egg: egg autoloads are too aggresive
egg adds autoloads to find-file-hook, that trigger before egg been initalized.
2021-02-10 15:09:25 -06:00
Alexander Goldstein
b663bdea58 rinari: adding depends required 2021-02-09 21:18:37 -06:00
Alexander Goldstein
3e41defdb3 recipes/lisppaste.rcp seems only available from emacsattic 2021-02-09 19:04:34 -06:00
Alexander Goldstein
8ed9d12057 recipes/git-blamed.rcp: git-blame was renamed to git-blamed inside git-emacs 2021-02-09 19:03:23 -06:00
Miheer Vaidya
465864352f Add ampl mode 2021-02-07 17:44:55 -07:00
miheer vaidya
c2d9081730
Docs seems to have built in different directory 2021-02-07 12:32:18 -07:00
Sébastien Gross
84dd1837f9
Merge pull request #2811 from alexg0/ruby-test-mode
recipes/ruby-test-mode: adding missing pcre2el dependancy
2021-02-07 17:43:23 +01:00
Sébastien Gross
dbe6cc38d7
Merge pull request #2808 from alexg0/cram-mode
cram-mode: adding a new recipe
2021-02-07 17:39:46 +01:00
Sébastien Gross
d89c47dcfc
Merge pull request #2810 from alexg0/mic-paren
recipes/mic-paren: pointing to latest version
2021-02-07 17:37:56 +01:00
Alexander Goldstein
eaadd49c2a helm-dash and dash-docs recipes 2021-02-02 20:46:00 -06:00
Alexander Goldstein
ea293d2e6c recipes/mic-paren: pointing to latest version 2021-02-02 20:44:58 -06:00
Alexander Goldstein
2b091ecc56 recipes/ruby-test-mode: adding missing pcre2el dependancy 2021-02-02 20:43:10 -06:00
Alexander Goldstein
4a1e76d54a cram-mode: adding a new recipe 2021-02-02 13:12:24 -06:00
Alexander Goldstein
3901678f5e recipes/nxhtml: fixing compile error 2021-02-01 10:30:13 -06:00
Alexander Goldstein
1aee3a0413 Switching to more current version of filladapt.el from emacsmirror
Version at prior version had 'old-style backticks' issue with current Emacen.
2021-01-31 23:39:02 -06:00
miheer vaidya
e3544f1a13
Add how to use packages from el-get
Reference: https://github.com/dimitri/el-get/issues/2787#issuecomment-752063466
2021-01-18 17:09:21 -07:00
Takaaki ISHIKAWA
df95b731ff
Update clang-format to point at code in GitHub 2021-01-14 01:53:18 +09:00
Yagnesh Raghava Yakkala
215ff5e56c
Merge pull request #2793 from rlaboiss/ispell-multi
Use Github's raw URL for file ispell-multi.el
2020-12-31 13:55:35 +05:30
Rafael Laboissière
16eee99c96 Use Github's raw URL for file ispell-multi.el 2020-12-30 10:41:54 +01:00
Alex Ott
4183ac0d68 remove recipe for clang-completion-mode
this fixes #2560
2020-12-27 13:40:30 +01:00
Alex Ott
274c25ac68 fix broken links & remove deleted packages
this fixes #2789
2020-12-27 13:38:57 +01:00
Alex Ott
14822ce1c9 add recipe for go-add-tags package 2020-12-27 12:19:05 +01:00
Alex Ott
8799b3474b Use emacsorphanage for many packages that are abandoned, etc. 2020-12-27 12:11:25 +01:00
Alex Ott
36d58a13f2 fix recipe for gnuplot-mode 2020-12-27 11:20:36 +01:00
Alex Ott
3693ffab73
Merge pull request #2732 from zilti/patch-19
Delete php-electric.rcp
2020-12-27 11:14:49 +01:00
Daniel Ziltener
1aa976f2f8 Fixed ivy-clojuredocs recipe 2020-12-27 11:08:07 +01:00
Daniel Ziltener
05bc5671a4 Three new recipes 2020-12-27 11:08:07 +01:00
Daniel Ziltener
fc82752d74 Adding a few recipes 2020-12-27 11:08:05 +01:00
Alex Ott
d1d0e3350e use Github for emacs-w3m package instead of CSV-based source 2020-12-27 11:02:20 +01:00
Alex Ott
abd6f79eba
Merge pull request #2786 from AdVocem/lsp-mode
Fixed compatibility with lsp-mode above 7.0.1
2020-12-27 10:52:32 +01:00
Alex Ott
28a188b49e
Merge pull request #2780 from vshender/add-lsp-java
Add a recipe for lsp-java (and all the missing dependencies)
2020-12-27 10:51:11 +01:00
Alex Ott
d7fd61897d
Merge pull request #2777 from vshender/fix-ahg
Fix the recipe for ahg
2020-12-27 10:50:06 +01:00