emacs: notmuch-address-command 'as-is throws error (was: [PATCH] emacs: Add more front ends for address completion)

2022-02-21 Thread Alexander Adolf
Alexander Adolf writes: > [...] > Hence, from my personal point of view, moving _all_ completion to go > through completion-at-point-functions seems the only reasonable way > forward. > > That would remove any special cases for when company is available from > the elisp. Fewer third-party

Re: [PATCH v3] removed use of 'echo -n' (and echo -n -e ...)

2022-02-21 Thread David Bremner
Tomi Ollila writes: > In most cases used printf %s ... instead. > > echo -n > file lines to create empty / truncate files were > changed to : > file lines, like done in in test-lib-emacs.sh > > And one echo -n " " replaced with use of sed "s/^/ /" in next line. applied to master. d