Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Matthew Brush
> Weird indeed… may be the same as #1022?

Was my first thought too.

-- 
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/1036#issuecomment-731484823

Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Jacob Gustafson
> …or maybe there's a specific spellcheck configuration option that triggers a 
> crash maybe?

Correct! I enable "Check spelling while typing" and then it crashes when I 
paste, even with a temp config. That makes sense.

-- 
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/1036#issuecomment-731399297

Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Colomban Wendling
…or maybe there's a specific spellcheck configuration option that triggers a 
crash maybe?

-- 
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/1036#issuecomment-731353937

Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Colomban Wendling
Weird indeed… may be the same as #1022?

-- 
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/1036#issuecomment-731262489

[Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Jacob Gustafson
- Geany 1.36
- en_US.UTF-8
- GTK 3.24.23
- GLib 2.64.6

Copying and pasting these four characters crashes Geany 1.36 consistently:
![image](https://user-images.githubusercontent.com/7557867/99807263-40ffb080-2b0d-11eb-9a39-944932d5982d.png)

- Opening the file doesn't crash Geany, but _pasting_ it does.

Steps to reproduce issue
1. Copy from Original source: Mailing address at bottom of 

   - optional: Paste into a new text file in `nano` to reproduce issue later 
(copy from there instead of step 1)
 - copy the whole thing from nano or copy just the 4 characters (using GHex)
2. Paste it into any open text file in Geany.

-- 
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/1036