You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While editing some files that have faulty coding (non-UTF8, file-coding not correctly set), after every file change there is a prompt to select a coding system with the error message:
These default coding systems were tried to encode text
in the buffer ‘ *temp file*-855866’:
(utf-8 (127 . 4194294) (221 . 4194300) (287 . 4194294) (372 . 4194276) (482 .
4194300) (604 . 4194271) (706 . 4194300) (1493 . 4194276) (1547 . 4194276)
(2118 . 4194276) (2168 . 4194276))
However, each of them encountered characters it couldn’t encode:
utf-8 cannot encode these: ...
Click on a character (or switch to this window by ‘SPC w w’
and select the characters by RET) to jump to the place it appears,
where ‘SPC u C-x =’ will give information about it.
Select one of the safe coding systems listed below,
or cancel the writing with SPC w p p and edit the buffer
to remove or modify the problematic characters,
or specify any other coding system (and risk losing
the problematic characters).
raw-text no-conversion
A backtrace of the write-region call (issued by git-gutter) gives:
While editing some files that have faulty coding (non-UTF8, file-coding not correctly set), after every file change there is a prompt to select a coding system with the error message:
A backtrace of the
write-region
call (issued by git-gutter) gives:Maybe git-gutter does not respect the newly selected / changed coding? I could not resolve the issue. Setting a different coding does not work.
The text was updated successfully, but these errors were encountered: