Yuan Fu

Results 120 comments of Yuan Fu

For those who uses macports, install libssh and use this Makefile. Basically adding `-I/opt/local/include` and `-L/opt/local/lib`. ```makefile # See https://github.com/spook/sshping .PHONY=default sshping man CFLAGS=-I/opt/local/include -Iext -L/opt/local/lib -lssh default: sshping sshping:...

Your update is quite complete and I don't think I can add too much to it, except this: (I'm guessing) ensure that the candidate always have enough space Here you...

> However, in the customize branch, the max width and the column format function (which only take the candidate as a single argument). What about the max width and format...

How about making `The file path format function` always return the full path and let the transformer truncate the path on the fly? I'm sure the truncate function knows the...

I can think of two ways: 1. advice `ivy-set-display-transformer` and filter the transformers. Most packages should follow the rule and use this function. However, if the package modifies `ivy--display-transformers-list` instead,...

Good, I'll add it to eldoc-box's readme.

Thanks. For anyone with the same question: ```emacs-lisp (general-create-definer moon--default-leader :states '(normal visual insert emacs jpnb) :keymaps 'override :prefix "SPC") (general-create-definer moon-global-leader :prefix "S-SPC" :keymaps 'override) (defmacro moon-default-leader (&rest args)...

like [company-childframe](https://github.com/tumashu/company-childframe)?

I forgot to add the link to my fork, sorry. Here it is: https://github.com/casouri/deft/tree/xapian Note that the branch is xapian, not master. You can also give Xeft a try to...