CsBigDataHub

Results 53 comments of CsBigDataHub

`28bed069a7cc0f9d6937276b5a1eec949abc280a` commit crashes emacs during minibuffer completion in `M-:` and `TAB`. `debug-on-quit` or `debug-on-error` does not stop the crash

❤️ the `a45aed9479f610bcbc7a171b60d915fefc9b586a (2021-07-25)` build . Best native-compile build I have used on Macos.

@jimeh Any insights in to this? Here are the exported variables. ![image](https://user-images.githubusercontent.com/23665525/166125436-98e4fba2-ed2a-4d91-ae78-4b5aa564cede.png) ran ``` brew reinstall libgccjit --build-from-source --force brew reinstall gcc --build-from-source --force ``` still facing this error ```...

Thanks @jimeh , I think this is an issue with this script - https://github.com/jimeh/build-emacs-for-macos/blob/master/helper/emacs-cli.bash I think this will help - https://unix.stackexchange.com/questions/30446/strange-behavior-in-dirname-readlink-f-0

> @CsBigDataHub That script should be irrelevant to your issue. It is added to the built Emacs.app after the normal build process has completed, while in your case you're not...

Thanks @jimeh , Since I still wanted to use `emacs-28.1` I have updated this line in `./build-emacs-for-macos/sources/emacs-mirror-emacs-5a223c7/configure.ac' at https://github.com/emacs-mirror/emacs/blob/5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7/configure.ac#L3847 . Build was successful. Once again thanks for looking in to...

> It seem you are using TUI emacs, right? No GUI I am trying to find a solution, so far came across - https://github.com/rolandwalker/flyspell-lazy https://github.com/redguardtoo/wucuo

Notes from https://www.emacswiki.org/emacs/FlyspellLazy > ‘flyspell-mode’ has performance issues on some platforms. Specifically, keyboard responsiveness may be significantly degraded on OS X.

After disabling `disabling flycheck-popup-tip-mode` Memory report ``` 376,795,176 61% - flyspell-post-command-hook 376,545,272 61% - flyspell-check-word-p 221,224,680 35% - sit-for 112,992,004 18% - timer-event-handler 112,992,004 18% - apply 76,879,664 12% +...

FYI - https://github.com/flycheck/flycheck-popup-tip/issues/11