branch: elpa/emacsql
commit ec4f3d091b8e2c60ee305a63a6f45f0ea5996ed6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Resume development
---
emacsql-mysql.el | 2 +-
emacsql-pg.el | 2 +-
emacsql-psql.el | 2 +-
emacsql-sqlite.el | 2 +-
emacsql.el| 4 ++--
5 files changed, 6
branch: elpa/emacsql
commit 7434263d82f16b902278af68659c8cab6b27867b
Author: Christopher Wellons
Commit: Christopher Wellons
Oops, drop leftover function call.
---
emacsql-psql.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/emacsql-psql.el b/emacsql-psql.el
index cde5008213..f7a895ef
branch: elpa/emacsql
commit 6318472b20dbc54728808d1579f45c973c88c8a7
Author: Christopher Wellons
Commit: Christopher Wellons
Link the Makefiles together.
---
Makefile| 14 ++
sqlite/Makefile | 2 +-
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/Makefil
branch: elpa/emacsql
commit 847f3bd87fe96d9f75e28271b1b65f813809998d
Author: Christopher Wellons
Commit: Christopher Wellons
Add new keywords to listing.
---
README.md | 15 +++
1 file changed, 15 insertions(+)
diff --git a/README.md b/README.md
index d189cbbe10..6e95635e4c 100
branch: elpa/emacsql
commit 016f2bf05a43a340470d4470f5c12c7f1531ef85
Author: Christopher Wellons
Commit: Christopher Wellons
Give up compiling at compile time.
How did this ever work in the first place ...?
---
emacsql-sqlite.el | 39 +--
1 file
branch: elpa/emacsql
commit e597696682a9a7f9d2a8350dfe1f7beb05365da4
Author: Christopher Wellons
Commit: Christopher Wellons
Fix some indentation (whitespace cleanup)
---
emacsql-sqlite.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacsql-sqlite.el b/emacsql-sqlite
branch: elpa/emacsql
commit 6f6533ab702ac87ce98f7abedfbb18e2de877181
Author: Christopher Wellons
Commit: Christopher Wellons
Add Cygwin note.
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4b280ab916..52bdc4ddcc 100644
--- a/R
branch: elpa/emacsql
commit 4a570e3016d60baee84df75aa126864ee117d3df
Author: Christopher Wellons
Commit: Christopher Wellons
Predict new location when compiling binary.
---
emacsql-sqlite.el | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/emacsql-sqlite.el b/emac
branch: elpa/emacsql
commit e6ce8ded45e93fad40332c9b6f6288bfea60d709
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Require url when running emacsql-sqlite-download
Also suppress a byte-compile warning.
---
emacsql-sqlite.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(
branch: elpa/emacsql
commit 3e16afce8b2a7e0573816a7b3b30828c5f046b43
Author: Christopher Wellons
Commit: Christopher Wellons
Escape backslashes as well.
---
sqlite/emacsql.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sqlite/emacsql.c b/sqlite/emacsql.c
index a3f
branch: main
commit 7e1a099d7bd53adb8be94c66d734f2be2f24a3eb
Author: Stefan Kangas
Commit: Stefan Kangas
* elpa-packages (flx-ido): New package.
---
elpa-packages | 5 +
1 file changed, 5 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index b84fa24a6a..8254411cb2 100644
--- a
branch: elpa/emacsql
commit 97ccd7d9e6a30a1ad6e7d67ac1ec9cca02ea24db
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update library commentaries of package libraries
Some of these commentaries didn't take into account that these
libraries are no longer included in the `emacsql'
branch: elpa/emacsql
commit 40c41d0d978dd53d56d3aa38fd532ddcb5802e21
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 3.1.0
---
emacsql.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacsql.el b/emacsql.el
index d3803727b1..966a273009 100644
--- a/ema
branch: elpa/emacsql
commit 6d8cd9366284b5a27268ff4b783e2c34573d5b60
Author: Wojciech Siewierski
Commit: GitHub
README: Remove a duplicate word
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7b6e1fa400..06630fe786 100644
--- a/R
branch: elpa/emacsql
commit e7b932a5c9ce3406492121561fd4191e406e1a21
Author: Matthew Bauer
Commit: Matthew Bauer
Handle read-only emacsql install diretory
Some systems will have set installs to read-only. This means that we
cannot comopile emacsql-sqlite directly in that directo
branch: elpa/emacsql
commit 9ee397b2be2c4f00624a363e21b1af0433b360d6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Whitespace cosmetics
---
emacsql-compiler.el | 3 ++-
tests/emacsql-compiler-tests.el | 10 ++
2 files changed, 8 insertions(+), 5 deletions(-)
diff --g
branch: elpa/emacsql
commit c89ccf82dfba245085d28903fa6fa0059915695d
Author: Christopher Wellons
Commit: Christopher Wellons
Make a reconnect generic method.
---
README.md | 1 +
emacsql.el | 9 -
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
i
branch: elpa/emacsql
commit a164ecd9d31dbd45a646244906ac077d5a331419
Author: Ákos Kiss
Commit: Ákos Kiss
Implement operator precedence handling
---
emacsql-compiler.el | 181
tests/emacsql-compiler-tests.el | 17 +++-
2 files changed, 14
branch: elpa/emacsql
commit 9dca5996168c4963eb67e61c7f17fdcb8228e314
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix whitespace
---
emacsql-compiler.el | 8
emacsql.el | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/emacsql-compiler.el b/emacsql-
branch: externals/debbugs
commit e1afc68cd15769e5cb970ef9da948bf46e8ad6dc
Author: Michael Albinus
Commit: Michael Albinus
Release debbugs 0.35
* debbugs.el: Bump version to 0.35.
---
debbugs.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debbugs.el b/debbugs
branch: elpa/flx
commit bebf04568461f0af4311033663fbd21ca7a3ad5e
Author: Le Wang
Commit: Le Wang
gracefully handle large collections
fixes #24
---
flx-ido.el | 31 +--
1 file changed, 21 insertions(+), 10 deletions(-)
diff --git a/flx-ido.el b/flx-ido.e
branch: elpa/flx
commit c75f14fbc2a63a9c3dba066194f9d7d756ca4a26
Author: Le Wang
Commit: Le Wang
Fix docstring bugs from checkdoc.
---
flx-ido.el | 17 ++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index 3db624bb34..088e61e02c 10064
branch: elpa/flx
commit 7017d8416b40734123bf2b71458f4394b138cec7
Author: Philipp Stephani
Commit: Philipp Stephani
Add LICENSE file.
This makes it easier for humans and tooling to identify the license of the
code.
---
LICENSE | 674 +
elpasync pushed a change to branch elpa/flx.
at 7b44a5abb2 Merge pull request #109 from skangas/bump-version
This branch includes the following new commits:
new 331ef6f109 first commit
new 3bcaf03434 add readme
new 5a23bc7da3 update tests
new 6189f05c7e a
branch: elpa/flx
commit 807d69455585d89804ecef233a9462db7d0524d8
Author: Le Wang
Commit: Le Wang
remove reference to `flx-ido-big-demo`
- fixes #82
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index 3032cad596..eb7b69ac90 100644
--- a/RE
branch: elpa/flx
commit b3402059291913094b8d6c34f23e333410714e01
Author: PythonNut
Commit: PythonNut
Tidy up docstrings
---
flx.el | 23 +++
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/flx.el b/flx.el
index 9c2a9f8473..97985553ec 100644
--- a/flx.el
+
branch: elpa/flx
commit 2a816e25df038612e63f60f4badc8f6789072eef
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Add file misc/.nosearch
This prevent that the directory "misc/" is added to the `load-path'.
---
misc/.nosearch | 0
1 file changed, 0 insertions(+), 0 deletions(-)
dif
branch: elpa/flx
commit 8849b398161f94b94dfc48d9664f66f49555a2cf
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Make flx-capital-p behave correctly for non-latin words
It's entirely possible for one to have non-latin words in his ido
candidates. This commit improves `flx-capita
branch: elpa/flx
commit a1ac8f97ecb4a0cbb4764210048484fe96074c65
Author: Le Wang
Commit: Le Wang
fix `ido-merge-work-directories`
- items are cons cells of (basename . dirname)
- match should be performed against basename
- caching is skipped for the merge case
- flx hig
branch: elpa/flx
commit 5a23bc7da3afb81cd298f7c4b3717bc37c9471e2
Author: Le Wang
Commit: Le Wang
update tests
---
tests/flx-test.el | 279
tests/mflex-test.el | 63
tests/run-test.el | 16 +--
3 files changed, 287 inser
branch: elpa/flx
commit c41f9f50870b19505c2bf74a82f0ecf1546db921
Author: Le Wang
Commit: Le Wang
reorder README sections
---
README.md | 118 +++---
1 file changed, 59 insertions(+), 59 deletions(-)
diff --git a/README.md b/README.md
branch: elpa/flx
commit dd428a8cc659604afa174720a24b55e2b1f8bb6a
Author: Le Wang
Commit: Le Wang
Add some debug statements.
---
flx-ido.el | 8
1 file changed, 8 insertions(+)
diff --git a/flx-ido.el b/flx-ido.el
index 414b01137e..93f01a586f 100644
--- a/flx-ido.el
+++ b/flx-ido.e
branch: elpa/flx
commit 48ebd6c857cce9cf41f98ebffef7f72b79caa2eb
Author: Le Wang
Commit: Le Wang
Make prefix-matchine one way.
---
flx-ido.el | 24 +++-
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index 3a99ba0fd2..414b01137e 10
branch: elpa/flx
commit c3229e0075959eeb41f20008440bfa7ad40a995b
Author: Le Wang
Commit: Le Wang
cask install into project root
---
tests/run-test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/run-test.el b/tests/run-test.el
index 93df0b08fa..c9842f7348 100644
branch: elpa/flx
commit ad87db4348f7f2596a86d31c6cfbebe9c9f3b1c2
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Make flx-ido depend on flx on package level
It makes sense to have flx and flx-ido as separate packages on repos
like Marmalade and MELPA, since there can be many com
branch: elpa/flx
commit aba36b564ed2bc77d443ced0424bf5c510f2b40c
Author: PythonNut
Commit: PythonNut
Rename flx-get-matches-worker
---
flx.el | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/flx.el b/flx.el
index 4b2a783a23..4a2c
branch: externals/org
commit 71a5f75bbbef5cc2dc9e6e4cc7d77560a39b1578
Merge: 45dc19516a 02909fe371
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
---
lisp/org-element.el | 1 +
lisp/ox.el | 14 +++-
testing/lisp/test-ox.el | 58
branch: elpa/flx
commit 569beec178ad96c006aae62d8f1f0f8c61523893
Merge: 27bc47899a 638313b829
Author: Le Wang
Commit: Le Wang
Merge pull request #39 from artagnon/minor-cleanups
Minor cleanups
---
.gitignore | 2 ++
flx-ido.el | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
branch: elpa/flx
commit e80bc0dea4dfa954feb5a314aeb6db7b71c811bf
Author: Le Wang
Commit: Le Wang
more ido optimizations, refactor out flx-propertize
---
flx-ido.el | 192
flx-scratch-helm.el | 16 +
flx.el | 35
branch: elpa/flx
commit 6189f05c7e45688f0e83e28941bf6b6914b75b95
Author: Le Wang
Commit: Le Wang
add flx, ido implementation and helm experiment
---
flx-ido.el | 73 ++
flx-scratch-helm.el | 69 ++
flx.el | 268
branch: elpa/flx
commit 095f2e70f997db6872de47e85f4a5f899cc9d7a7
Author: Le Wang
Commit: Le Wang
remove text property of selected item
fixes #13
---
flx-ido.el | 16
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index e8596e
branch: elpa/flx
commit 451711cfeb23e0ebd56c3fe775ff3df6401bbd50
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Improve comment headers
I've adjusted the comment headers (and footers) to be aligned with the
commonly accepted standard format and `M-x checkdoc`.
---
flx-ido.el |
branch: elpa/flx
commit 279179b5afb00e5b74a108c6b45017fdcd578b8e
Author: Le Wang
Commit: Le Wang
travis show pwd
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index f787d05e64..eaae514c4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13
branch: elpa/flx
commit 64b8e0f9340891f3e655d57cc50e06475ecb85cc
Author: Le Wang
Commit: Le Wang
work around ido bug 10994
- delete runs of same string in completion
---
flx-ido.el | 30 +-
1 file changed, 25 insertions(+), 5 deletions(-)
diff --git a/f
branch: elpa/flx
commit 7a2601481c4c75d8b4b036d85e0dabcfd6f3242a
Author: PythonNut
Commit: PythonNut
Simplify flx-propertize
---
flx.el | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/flx.el b/flx.el
index 86d4b64ec3..9c2a9f8473 100644
--- a/flx.el
+++ b/
branch: elpa/flx
commit 3d631fdd381da2415c922bcc199a0a7e7f1ce8bc
Author: Le Wang
Commit: Le Wang
Improve behaviour backspacing flx -> flex.
- Keep flx highlights if still within threshold.
- #55
---
flx-ido.el | 45 ++---
1 file changed,
branch: elpa/flx
commit fb1ded43df489c876a9a4799c93d6d4189a51ba2
Author: Le Wang
Commit: Le Wang
cache cons cell lists too
---
flx-ido.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index fb9ea25834..4815a46c77 100644
--- a/flx-ido.el
+++ b
branch: elpa/flx
commit 5ab18c3101ae55f1331dadd9f30cf3aa15475d71
Author: Le Wang
Commit: Le Wang
fix over manipulation of strings
- the fix for bug 10994 caused Emacs to hang since modified string is
not "eq" original.
- reverse order of list as api expects
r
branch: elpa/flx
commit 225fae97c9e6abd554ba1f247d20ac3d7bc73e2d
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Mention Marmalade in the README
---
README.md | 5 +
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 95bce2f951..503171a37b 100644
--- a/README.md
+
branch: elpa/flx
commit a1fef0710485acbdfe1170d70ad9cb32ae42bcf2
Author: Le Wang
Commit: Le Wang
Fix C-k to kill buffer at head.
- fixes #46
---
flx-ido.el | 7 +++
1 file changed, 7 insertions(+)
diff --git a/flx-ido.el b/flx-ido.el
index ee97efd6ea..e5768ce03a 100644
--- a/f
branch: elpa/flx
commit 12589211c6d9e1d9dd628f09719d51f6b8257a8e
Author: Le Wang
Commit: Le Wang
Implement case-fold searching
- #52
---
flx.el| 15 ++-
tests/flx-test.el | 29 +
2 files changed, 31 insertions(+), 13 deletions(-)
branch: elpa/flx
commit 3cd3bf768700330d40cec019926311875ff364d1
Author: Le Wang
Commit: Le Wang
add perf test-case
---
tests/flx-test.el | 20
1 file changed, 20 insertions(+)
diff --git a/tests/flx-test.el b/tests/flx-test.el
index f8ea45572c..4eb8d9c5c8 100644
--- a
branch: elpa/flx
commit 9440288782aa90f95d0c97162076d1f866100f5e
Author: Le Wang
Commit: Le Wang
Refactor to make prefix match clear.
---
flx-ido.el | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index 45e39a6997..ee97efd6ea 100644
--
branch: externals/posframe
commit 219dc8f35b7a2cd8f313777a349e0abdbd2e1dff
Author: Feng Shu
Commit: Feng Shu
Remove :position-info
---
posframe.el | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/posframe.el b/posframe.el
index cb091ee498..38551549a4 100644
--- a/po
branch: elpa/flx
commit 3208d8131e746587732a3280a25c838e32f0caf5
Author: Le Wang
Commit: Le Wang
make undecorate select item more thorough
- e.g. when selecting directory
---
flx-ido.el | 24
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/fl
branch: elpa/flx
commit 1c42be202d036f6de07b78a91cc60f553c81bc30
Merge: d77b703c37 225fae97c9
Author: Le Wang
Commit: Le Wang
Merge pull request #29 from bbatsov/marmalade
Mention Marmalade in the README
---
README.md | 5 +
1 file changed, 5 insertions(+)
diff --git a/README.
branch: elpa/flx
commit a15638e40351f50b9dbbd61120fc9e24112d183b
Merge: f9bd16221b 490412dcc9
Author: Le Wang
Commit: Le Wang
Merge pull request #26 from bbatsov/master
Update a few predicate functions according to the common Emacs Lisp style
---
flx.el| 27 +++-
branch: elpa/flx
commit 1f175f3c6539b8c512162610e4c1732e4ade34f8
Author: Le Wang
Commit: Le Wang
add comment about disabling ido faces
---
README.md | 2 ++
flx-ido.el | 5 -
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0e0f14efc1..66d9d6ff9
branch: elpa/flx
commit 0c41fc616dfbc013d2cd6d32a9177b45855b8735
Author: Le Wang
Commit: Le Wang
update package install instrucations
#31
---
README.md | 29 +++--
1 file changed, 19 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 50
branch: elpa/flx
commit 3054a8038d00cf6fe791e3b87f82f9d08472fc2f
Author: Le Wang
Commit: Le Wang
Fix typo in README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a7e0e07b28..3032cad596 100644
--- a/README.md
+++ b/README.md
branch: elpa/flx
commit 43f78d48151029c095365c5503f49082d69e0246
Author: Le Wang
Commit: Le Wang
Touch-up commentary.
---
README.md | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 541e377b2a..2de2cc40ed 100644
--- a/README.md
++
branch: elpa/flx
commit a792c2c5f1cb04d66b09f7503d4fd84b6e39cbe7
Author: Le Wang
Commit: Le Wang
change advice to before, fix comments
---
flx-ido.el | 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index 9ae2cc98d3..5a61a12abc 100644
-
branch: elpa/flx
commit af1010e4ad5ff953c8473b34ae40dc080ef3f530
Author: Le Wang
Commit: Le Wang
Reverting "fix `ido-merge-work-directories`"
Revert "fix `ido-merge-work-directories`"
This reverts commit a1ac8f97ecb4a0cbb4764210048484fe96074c65.
---
flx-ido.el | 45
branch: elpa/flx
commit f5fda2897ff0f51d97020bbda3a3f5d6aa36dcb5
Author: Le Wang
Commit: Le Wang
enable lexical-binding
---
flx.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flx.el b/flx.el
index 17c4fe560b..62e471d46b 100644
--- a/flx.el
+++ b/flx.el
@@ -1,4 +1,4 @
branch: elpa/flx
commit 3d159069428b91874965bd47fb420c3eead55618
Author: Le Wang
Commit: Le Wang
move demo into misc
---
flx-scratch-helm.el => misc/flx-helm-demo.el | 0
ido-demo.el => misc/flx-ido-demo.el | 7 +--
flx-test-list.el => misc/flx-test-list.el| 0
3 files chan
branch: elpa/flx
commit 9200e2730956272c693738e52a2095ffc87cb363
Author: Le Wang
Commit: Le Wang
use "flex" filtering when collection too large
#44
---
flx-ido.el | 13 +
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index f9c69aa
branch: elpa/flx
commit 222f60d28ea03433ded06f4783c6e0e12eebb3b5
Merge: a792c2c5f1 b1702e2aa1
Author: Le Wang
Commit: Le Wang
Merge pull request #18 from jschaf/master
Add colon to non-word characters
---
flx.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
branch: elpa/flx
commit 48e10bf54fa1325d7d77d9cb44278a87beb72862
Author: Stefan Kangas
Commit: Stefan Kangas
Update to latest version of GPLv3 boilerplate
---
flx-ido.el| 14 ++
flx.el| 14 ++
tests/flx-test.el | 14 ++
3 files changed
branch: elpa/flx
commit 3b650d13f7f361ffcf848e3993a33c3ec06b4a8a
Merge: 222f60d28e f068b2bc1f
Author: Le Wang
Commit: Le Wang
Merge pull request #23 from bbatsov/doc-improvements
Improve the formatting of the README and extend it a bit
---
README.md | 117 ++
branch: elpa/flx
commit 551b0952741d8237bec9f25314fa07b65eeadc94
Author: Le Wang
Commit: Le Wang
fix travis cask path
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ae75353365..f787d05e64 100644
--- a/.travis.yml
+++ b/.tr
branch: elpa/flx
commit 80bb88c32f6f1ca9d6632cfa69b0ea10d4e265ce
Author: Le Wang
Commit: Le Wang
Clean test .elcs but never compile them.
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b0d3613d91..9c613a7d22 100644
--- a/Makefil
branch: elpa/flx
commit 5c23a9e87d6938f5bb5dcb93a42e95ad1723f1c3
Merge: e3b3f0533e c342eb02a9
Author: Le Wang
Commit: GitHub
Merge pull request #114 from tarsiiformes/silencio
No longer bind obsolete max-specpdl-size
---
flx.el | 10 ++
1 file changed, 6 insertions(+), 4 de
branch: elpa/flx
commit cc3258bb10ab220166b1c2409597999a34a0b79a
Author: Le Wang
Commit: Le Wang
cache key should be based on whole input
- files, dirs also cached
---
flx-ido.el | 49 +++--
1 file changed, 27 insertions(+), 22 deletions(
branch: elpa/flx
commit acf230e2c9bc62aac1bc2c4c0ebfd998556a84ed
Author: Le Wang
Commit: Le Wang
Lower default flx-ido-threshold -> 500.
- Now that it works well.
---
flx-ido.el | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/flx-ido.el b/flx-ido.el
index 70
branch: elpa/flx
commit b95294518c9475caad61a487644d7e70348cf87f
Author: Sean Whitton
Commit: Sean Whitton
Debian and Ubuntu installation instructions
This ELPA package is now available from the Debian and Ubuntu package
repositories.
---
README.md | 5 +
1 file changed, 5 ins
branch: elpa/flx
commit 4d625bdfb92f12738f12606ad869a26f2020e66e
Author: PythonNut
Commit: PythonNut
Test score before building possible match
---
flx.el | 45 ++---
1 file changed, 26 insertions(+), 19 deletions(-)
diff --git a/flx.el b/flx.el
index
branch: elpa/flx
commit e5c0680ebf2d853cafe8329d6fe42a5449716a07
Author: JenChieh
Commit: JenChieh
Add badges to README.
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 34e6a8db35..dcdf49b61a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6
branch: elpa/flx
commit 9c5cb5de0202b4eaac9359c84ca7ce9cbd7ee835
Merge: ae0981b253 d633b6e14a
Author: Le Wang
Commit: GitHub
Merge pull request #95 from emacsjanitors/silencio
Set custom type of options
---
flx-ido.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/flx-ido.el
branch: elpa/flx
commit 3bcaf0343444c7a1a962c7cf26982e8e9702aeee
Author: Le Wang
Commit: Le Wang
add readme
---
README.md | 4
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 00..dbd23de2c1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,
branch: elpa/flx
commit 46040d0b096a0340d91235561f27a959a61d0fef
Merge: 9c5cb5de02 82d647a5c6
Author: Jonathan Hayase
Commit: GitHub
Merge pull request #97 from antmak/patch-1
Fix incorrect markup in the readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
di
branch: elpa/flx
commit 490412dcc9660174c84715fbfc16275e6ca06f2d
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Rename predicate functions according to Emacs Lisp style
In Emacs predicate should name like something-p instead of
is-something. I've updated a few predicate functio
branch: elpa/flx
commit a62e3dd974b796ce3b9d43f070f45f8a818de6b0
Author: Stefan Kangas
Commit: Stefan Kangas
Add missing license statements
---
misc/flx-helm-demo.el | 17 +
misc/flx-ido-demo.el | 17 +
misc/flx-test-list.el | 17 +
tests/run
branch: elpa/flx
commit 30329208830b4aff18c9ebacea192515000633d7
Author: Brian Suh
Commit: Brian Suh
Fix search results changing positions as you type.
---
flx-ido.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flx-ido.el b/flx-ido.el
index 7cb18b0efb..bc85adab89 100
branch: elpa/flx
commit 67379d0a0186e7e7800589356511d3b94dbca81a
Author: Le Wang
Commit: Le Wang
2nd try fix for `ido-merge-work-directories`
- items are cons cells of (basename . dirname)
- match should be performed against basename
- caching is skipped for the merge case
branch: elpa/flx
commit 7110df04e26858e6fa1b0fda744cee9bd381e7a8
Author: Le Wang
Commit: Le Wang
update tests
---
mflex-sort.el | 22
tests/flx-test.el | 62 +++
2 files changed, 58 insertions(+), 26 deletions(-)
branch: elpa/flx
commit 3f567a47419f50f2fac8ba2c31f651e85e19e757
Author: Le Wang
Commit: Le Wang
back out clojure style `<`
---
flx.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/flx.el b/flx.el
index 62e471d46b..931a8ade9a 100644
--- a/flx.el
+++ b/flx.el
@@ -292,
branch: elpa/flx
commit f9bd16221b39cffe48a5be6434dab71a768413ec
Author: Le Wang
Commit: Le Wang
update large collection guidelines
#24
---
README.md | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index f304658a5d..
branch: elpa/flx
commit 5fe7f8a94a199ea796cdfa88ecc45e6227d599ad
Author: PythonNut
Commit: PythonNut
Add algorithmic optimizations
---
flx.el | 128 ++---
1 file changed, 68 insertions(+), 60 deletions(-)
diff --git a/flx.el b/flx
branch: elpa/flx
commit 9fec96087b787154aeced2c4efceee7feba6
Author: Le Wang
Commit: Le Wang
fix sort modifying list by side-effect bug
---
flx-scratch-helm.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/flx-scratch-helm.el b/flx-scratch-helm.el
index bd0c8
branch: elpa/flx
commit 0519734c5bb7dc93a3cb37ec08740468722dc915
Author: Le Wang
Commit: Le Wang
consider runs of capitals to be same word
#8
---
flx.el| 5 +++--
tests/flx-test.el | 53 +
2 files changed, 36 insertio
branch: elpa/flx
commit 27bc47899a97c1b0ced2c7c5d54e7492fdb8a351
Merge: e24352a502 ce2d375f82
Author: Le Wang
Commit: Le Wang
Merge pull request #37 from artagnon/make
Makefile: introduce all, clean targets
---
Makefile | 14 +-
1 file changed, 13 insertions(+), 1 delet
branch: elpa/flx
commit 638313b829897fe4a82308093296a837a460babe
Author: Ramkumar Ramachandra
Commit: Ramkumar Ramachandra
.gitignore: ignore emacs temporary files
Signed-off-by: Ramkumar Ramachandra
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b
branch: elpa/flx
commit 6800cc34a90dd94a0c4b9344e9ea5f828b983221
Author: Ramkumar Ramachandra
Commit: Ramkumar Ramachandra
flx-ido: fix comment in advice for ido-set-matches-1
Signed-off-by: Ramkumar Ramachandra
---
flx-ido.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
branch: elpa/flx
commit bdfd9d98aa0fe729a49314867a0d73edb1d464a1
Author: Le Wang
Commit: Le Wang
add travis status image
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index dbd23de2c1..504b45e5b0 100644
--- a/README.md
+++ b/README
branch: elpa/flx
commit fd10bf595d2e15cf5c06ddfbcf2027459460e848
Author: Le Wang
Commit: Le Wang
fix typo
resolves #5
---
README.md | 2 +-
flx-ido.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 676492a128..d754f285fd 100644
branch: elpa/flx
commit dd47185f5b43cd79047c7e940b7550ee3535aed8
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
flx-inc-vec: Improve doc-string
---
flx.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/flx.el b/flx.el
index 43a337b8e1..eb2522928c 100644
--- a/flx.
branch: elpa/flx
commit abe1a77c022ad787a8338cdc763f0b1666a2d690
Merge: 569beec178 7424f54816
Author: Le Wang
Commit: Le Wang
Merge pull request #38 from artagnon/cl-lib
Use cl-lib everywhere, not cl
---
flx-ido.el | 15 +++
flx.el | 43 ++---
branch: elpa/flx
commit 61dcc4f563b9a335716c23dcefb247b54ea477c3
Author: Le Wang
Commit: Le Wang
Reset caches on file reload.
- #52
---
flx.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/flx.el b/flx.el
index 81c3e88855..ba96806b97 100644
--- a/flx.
branch: elpa/flx
commit a31814e5efe6a308ddd6586099a66f20accac9ec
Author: Le Wang
Commit: Le Wang
update README to say alpha
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d754f285fd..b6c1eeb3e5 100644
--- a/README.md
+++ b/
branch: elpa/flx
commit 4cd6d9c9e4524b66a6b4ee76d2b7679c5c7d2376
Author: Ramkumar Ramachandra
Commit: Ramkumar Ramachandra
flx: require cl-lib; avoid ugly eval-when-compile
Also prefix various functions with "cl-", and add a Package-Requires
header.
Signed-off-by: Ramku
401 - 500 of 640 matches
Mail list logo