Alex Murray

Results 112 comments of Alex Murray

I found the same thing - turns out is was a combination of `diff-hl` and `spaceline-all-the-icons` - I had `diff-hl-flydiff-mode` enabled - once turning this off was much faster. Seems...

FYI - I pushed a change to projectile (https://github.com/bbatsov/projectile/commit/7951b17e6d4adef8fcb4e15ef6c466ef53b59ccf) to cache `(projectile-project-root)` which helps with some performance issues - I noticed this myself with `spaceline-all-the-icons` but I see I am...

@braham-snyder - you're welcome - glad it was helpful to you.

How about just: (use-package irony :ensure t :config (unless (irony--locate-server-executable) (call-interactively #'irony-install-server)))

And if you want it to be fully automatic (so no need to hit enter to accept the default compile command for irony) - from http://emacs.stackexchange.com/a/10416/144: ```elisp ;; -*- lexical-binding:...

I suggest perhaps adding another button - 'quick reply' to show the quick reply area, and keep the existing 'reply' button to use the full thunderbird reply window.

This is likely because of the use of LTO and cmocka's use of --wrap not playing nicely together: https://bugzilla.redhat.com/show_bug.cgi?id=1693831 So either disable LTO when building flashrom or perhaps there is...

> > So either disable LTO when building flashrom or perhaps there is a way to disable it just for the tests via meson? > > So far I was...

Was a CVE ever assigned for this issue?