~suntong001/emacs-starter-kit/+git/master:scratch/icomplete-lazy-highlight-no-string-props

Last commit made on 2021-08-16
Get this branch:
git clone -b scratch/icomplete-lazy-highlight-no-string-props https://git.launchpad.net/~suntong001/emacs-starter-kit/+git/master

Branch merges

Branch information

Name:
scratch/icomplete-lazy-highlight-no-string-props
Repository:
lp:~suntong001/emacs-starter-kit/+git/master

Recent commits

f8c64b0... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

hmmm

* lisp/minibuffer.el (completion--get-lazy-hilit-re):
(completion--flex-get-completion-score): New functions.
(completion--flex-adjust-metadata): Use
completion--flex-get-completion-score.
(completion-lazy-hilit): Use completion--get-lazy-hilit-re.

19defe0... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

should be faster

* lisp/minibuffer.el (completion--get-lazy-hilit-re):
(completion--flex-get-completion-score): New functions.
(completion--flex-adjust-metadata): Use
completion--flex-get-completion-score.
(completion-lazy-hilit): Use completion--get-lazy-hilit-re.

0d1774e... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

no string props

* lisp/minibuffer.el (completion--get-lazy-hilit-re):
(completion--flex-get-completion-score): New functions.
(completion--flex-adjust-metadata): Use
completion--flex-get-completion-score.
(completion-lazy-hilit): Use completion--get-lazy-hilit-re.

70da05a... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

Adjust comments and docstrings for completion-lazy-hilit feature

* lisp/minibuffer.el (completion-lazy-hilit): Adjust docstring.
(completion-pcm--hilit-commonality): Adjust comment.

704855a... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

Merge branch 'master' into scratch/icomplete-lazy-highlight-attempt-2

ab23fa4... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

Sort by recency in flex completion style when no flexy stuff happening

Fixes: bug#49888

* minibuffer.el (completion--flex-adjust-metadata): Fall back to usual
alphanumeric, length, recency strategy if no minibuffer input. There
is still a bug indicated by the nearby FIXMEs, though.

926eeb7... by Augusto Stoffel <email address hidden>

Allow evaluating Python code across machines

* python.el (python-shell-send-string): Ensure that the temporary file
is created in the host running the Python process (bug#50057).

42a98fe... by Lars Ingebrigtsen <email address hidden>

Run execute-extended-command key binding suggestion from a timer

* lisp/simple.el (execute-extended-command): Run the key binding
suggestion from a timer instead of in the program flow -- this
allows `post-command-hook' to be executed immediately (bug#50042).

55772ba... by Lars Ingebrigtsen <email address hidden>

Make Emacs compile with musl instead of glibc

* src/alloc.c: musl doesn't have malloc_info (bug#50058).

36964b2... by Eli Zaretskii

; * src/xdisp.c (display_mode_lines): Fix comment.