Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread elextr
@hroncok what happens if there is no snowman in sight, but you have a space character followed by the code point FE0F (which you can enter as `u` all at once and you get a funny `u` then `fe0f` and ``). -- You are receiving this because you are subscribed to this thread. Reply to this email dir

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Colomban Wendling
FWIW I just tried to compile Geany master with Clang as well as with [what seem to be Fedora's hardening flags](https://fedoraproject.org/wiki/Changes/Harden_All_Packages), yet I still can't reproduce. I also tried to run in Valgrind's memcheck in case it was a memory access error that was simp

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Matthew Brush
> So, the colored variant seems not relevant for the crash. Agree, it seems unlikely that it's related to the font, but @hroncok does have a different emoji font than Noto. > Can I run it without make install? Do I need to do this with plugins and > geany somehow combined? You could configure

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Miro Hrončok
Can I run it without make install? Do I need to do this with plugins and geany somehow combined? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1041#issuecomment-739417346

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Enrico Tröger
> > Also, my snowman is always in the uncolored variant > > To copy into Geany, I had to "Edit" this issue description and copy/paste > from there (and then cancel the edit). I think you also need a fallback font > that provides it to be installed like [Noto Color > Emoji](https://www.google.co

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Miro Hrončok
``` $ fc-match -s monospace | grep -i emoji OpenSansEmoji.ttf: "OpenSansEmoji" "Regular" NotoColorEmoji.ttf: "Noto Color Emoji" "Regular" ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plug

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Matthew Brush
Here: ```bash $ fc-match -s monospace | grep -i emoji NotoColorEmoji.ttf: "Noto Color Emoji" "Regular" ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1041#issuecomment-73922

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread elextr
> I kinda think that having the colored version is a must for the crash to > happen :/ Perhaps, but not the sole requirement, @codebrainz has the coloured snowman, and no crash -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHu

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Matthew Brush
> I don't have the "DejaVu Sans Mono Regular" font variant Me either > Also, my snowman is always in the uncolored variant To copy into Geany, I had to "Edit" this issue description and copy/paste from there (and then cancel the edit). I think you also need a fallback font that provides it to

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Miro Hrončok
I kinda think that having the colored version is a must for the crash to happen :/ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1041#issuecomment-739218929

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Enrico Tröger
I don't have the "DejaVu Sans Mono Regular" font variant :(. Also, my snowman is always in the uncolored variant, even when not "split": ![geany_snowman](https://user-images.githubusercontent.com/617017/101240684-c6c45400-36e8-11eb-8b2f-5ccc0c6785d9.png) Not sure why this is. Still, no matter wha