MS_Y

Results 50 issues of MS_Y

We are already using LTO(Link Time Optimization). As discussed in #7, we can test popular distributions([doom](https://github.com/hlissner/doom-emacs), [spacemacs](https://github.com/syl20bnr/spacemacs)). I think optimization will be a little more possible if we profile the...

`batwatch` can't be compiled. ```shell ## Input zcompile batwatch ## Result zsh: parse error near `|' zcompile: can't read file: batwatch ```

enhancement

### Linux - Pure GTK support(https://deathwish.info/2020/08/01/pgtk-nativecomp/) - Repo: https://github.com/flatwhatson/emacs#branch=pgtk-nativecomp - Build Sample: https://github.com/mpsq/emacs-gcc-wayland-devel-builder ### Mac - Already mentioned #99 - Repo: - https://bitbucket.org/mituharu/emacs-mac/src/master/ - https://github.com/d12frosted/homebrew-emacs-plus - https://github.com/aquamacs-emacs/aquamacs-emacs - Build Sample:...

enhancement
osx
linux
windows

The Mac also performs build tests. #195 It will be in the form of adding to [.github/workflows/test.yml](https://github.com/emacs-ng/emacs-ng/blob/master/.github/workflows/test.yml)

enhancement
osx
CI

It can be supported as a compile option when it is stabilized later. - https://lists.gnu.org/archive/html/emacs-devel/2021-06/msg00175.html - https://www.reddit.com/r/emacs/comments/ns4oaw/new_garbage_collector_proposal_by_daniel/

feature request

https://github.com/black7375/emacs-ng/runs/2303740930?check_suite_focus=true ``` In file included from dispnew.c:28: In file included from ./termchar.h:23: In file included from ./dispextern.h:138: ./wrgui.h:64:9: warning: 'NativeRectangle' macro redefined [-Wmacro-redefined] #define NativeRectangle Emacs_Rectangle ^ ./nsgui.h:89:9: note: previous...

webrender
osx

We can investigate compatibility with packages or distributions. **Method** It is investigated based on two. - c961560317b5caaf19120e897a18b8c2fd08698a: before merge #185 - ~~e1705229ca31ed450c5237573ba3f40c26207e07: merge~~ - 6282755a944729988fac3d06ad6304e4ce10a432: upstream **Distributions** - [ ]...

documentation

command `ls -l` show `total` count. It would be convenient if you provide it. ![image](https://user-images.githubusercontent.com/25581533/110568385-cce42980-814a-11eb-8eb2-2df56f06bde2.png) - [Image ref](https://serverfault.com/questions/290081/why-does-ls-lh-and-ls-ldh-give-me-varying-file-size) **Related** #799

When I run onivim2, it crashes and turns off. IME: [Riey/kime](https://github.com/Riey/kime) OS Info: ``` Linux black7375 5.12.9-1-MANJARO #1 SMP PREEMPT Thu Jun 3 14:56:42 UTC 2021 x86_64 GNU/Linux ``` onivim2-crash.log...

bug
I-crash
platform-linux

### Clear and concise description of the problem Jest ecosystem has [jest-runner](https://github.com/facebook/jest/tree/main/packages/jest-runner) or [create-jest-runner](https://github.com/jest-community/create-jest-runner). It can be extended to test in an environment such as an [electron](https://github.com/d4rkr00t/jest-electron-runner). Also, It would...

enhancement