Basil L. Contovounesios
4abffdc8bb
Update docs
8 years ago
Matus Goljer
14f76df800
Update docs
8 years ago
Matus Goljer
e52909f098
Add smarter key destructuring
8 years ago
Matus Goljer
8c4e27fa7e
Implement -setq
8 years ago
Basil L. Contovounesios
72b8d39458
Add -common-prefix
...
Re: #260
8 years ago
Matus Goljer
91d8cb01e6
Move inits and tails under reductions in the examples
9 years ago
Matus Goljer
1b9061c5f5
Update docs
9 years ago
Matus Goljer
d8bcf567ef
Add -running-sum and -running-product
9 years ago
Matus Goljer
f8c8dc002c
Add -tails and -inits
9 years ago
Wilfred Hughes
66e3e94341
Define -second-item through to -fifth-item
...
cl-second is a very useful function that has no dash
equivalent. Define functions for accessing the second, third, fourth
and fifth items of a list.
9 years ago
Wilfred Hughes
e9b861154e
Mention that -select and -remove are related
...
These functions do the opposite of each other, so it's useful to
mention the other one in the docstrings.
9 years ago
Basil L. Contovounesios
0273913927
Update docs
9 years ago
Wilfred Hughes
0297166f41
Docs: Clarify that we don't modify the original list
...
Fixes #231
9 years ago
Phillip Lord
05dc0aa3fe
Add copyright assignment statement to documentation
9 years ago
Philippe Vaucher
9dfb01a593
Correct use of eval-after-load
...
With a symbol, only the file providing the feature triggers the
eval-after-load. With a string, any file named the same way triggers
it. This is problematic for custom configurations named after
packages.
9 years ago
Matus Goljer
73a28ae359
Fix function application in documentation
9 years ago
Matus Goljer
1422b70b56
Update info
9 years ago
Matus Goljer
937f8a1886
Update documentation
10 years ago
Wilfred Hughes
1fce650170
Add `-each-indexed` and an anaphoric equivalent ( #178 )
...
This adds `-each-indexed` and an anaphoric variant `--each-indexed`,
equivalent to `-map-indexed`.
Whilst `--each` already defines `it-index`, it's not documented. Having
a separate version is more explicit and more discoverable because it's
similarly named to `-map-indexed`.
Fixes #175 .
10 years ago
Syohei YOSHIDA
22e494ade9
Update MELPA URLs
11 years ago
Magnar Sveen
fa90644543
Release 2.12.0
11 years ago
Matus Goljer
ffe72fbee0
Update documentation.
11 years ago
Phillip Lord
c6c21052e2
Add support for GNU ELPA.
...
Update the copyright lines following copyright assignment policy.
11 years ago
Matus Goljer
1c2f43d379
Add "See also" for the reduce family
11 years ago
Magnar Sveen
2aeeacb090
Release 2.11.0
11 years ago
Matus Goljer
2db56f59ac
[-let] Add support for &as bindings ( #115 )
11 years ago
Matus Goljer
c61fc349a6
Add -remove-first/last, -map-first/last, -replace-first/last
11 years ago
Matus Goljer
b308794148
[ Fix #73 ] Add a mention of -filter to -keep docstring
11 years ago
Matus Goljer
cf7ca2317a
[ Fix #97 ] Add -remove-item
11 years ago
Mark Oteiza
a803dd51af
Merge readme changes
11 years ago
Magnar Sveen
2b69c146e4
Add dash.info and dash.texi to repo
11 years ago