doomemacs/modules
Henrik Lissner bfe7b9f1c4
lang/nim: fix invalid argument errors
The nimsuggest plugin tries to build a unique path for temporary files
for its flycheck checker. This path contains /tmp/emacs-nim-mode/A/B,
where A is the frame ID and B is the full path to the file being checked.

However, the original `nimsuggest--get-dirty-dir' incorrectly extracts
the frame ID from the string representation of `selected-frame' if
frame-title-format has been modified (which Doom has). The result is the
title of the frame, which can contain illegal path characters in
Windows, which in turn causes invalid argument errors when
`nimsuggest--make-tempdir' tries to use it.

This should really be reported upstream!
2018-08-30 22:35:25 +02:00
..
app Fix stringp error caused by app/write's doctor 2018-08-25 20:58:42 +02:00
collab
completion completion/helm: fix undefined helm/grep* 2018-08-28 19:35:56 +02:00
config ui/treemacs: fix SPC o P (treemacs-find-file) 2018-08-29 02:16:06 +02:00
editor editor/format: refactor +format-buffer & users 2018-08-30 15:00:33 +02:00
emacs
feature Fix stringp error when inserting new snippets #852 2018-08-30 17:40:33 +02:00
lang lang/nim: fix invalid argument errors 2018-08-30 22:35:25 +02:00
tools General & minor refactoring 2018-08-28 13:36:44 +02:00
ui Fix void-function treemacs-current-visibility error 2018-08-30 13:11:18 +02:00