A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
smile13241324 on develop
Add /recentf~ to .gitignore (compare)
smile13241324 on develop
Fix a previous attempted fix lo… (compare)
heyarne
duianto (Gitter):
heyarne
oops. yup, what worked
heyarne
Evidlo: your solution tells me rgrep exited early because find
expects a ;
somewhere
heyarne
find: -exec: no terminating ";" or "+"
Evidlo
what was your search query?
Evidlo
It uses grep, not find
heyarne
yes i saw that. find -exec grep
basically, to restrict file types i guess?
Evidlo
this is what I get when i search snip: https://dpaste.de/huMw
heyarne
here's mine: https://dpaste.de/gGhZ
heyarne
when searching for "test"
Evidlo
find v4.6.0 and grep v2.27
Evidlo
both GNU
heyarne
so it works when i terminate it with an escaped ; like \;
heyarne
find doesn't want to let me know its version (??), grep is grep (BSD grep) 2.5.1-FreeBSD
heyarne
on macOS 10.13
Evidlo
easy fix: build GNU find yourslf and add to your path
Evidlo
and grep if necessary
Evidlo
you should submit a bug report
=
in this: (spell-checking :variables =enable-flyspell-auto-completion= t)
seen here http://spacemacs.org/layers/+checkers/spell-checking/README.html
Evidlo
heyarne: you probably have BSD find or something
Evidlo
file a bug with spacemacs, at leasst
heyarne
Yup. man find
opens the "BSD General Commands Manual"
heyarne
Will do. Thx
=
signs should not be included in the command, they are probably just a typo when the html page was exported. They indicate that text inside the =
signs should be shown verbatim (no org specific syntax) source: http://orgmode.org/manual/Emphasis-and-monospace.html=
signs: https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Bcheckers/spell-checking
(spacemacs/add-to-hooks 'visual-fill-column-mode '(visual-line-mode-hook))
(spacemacs/add-to-hooks 'turn-on-visual-line-mode '(org-mode-hook))
(setq fill-column 80)
Evidlo
I have to manually invoke xxx-mode to get new code highlighted
Evidlo
doesn't seem broken right now
Evidlo
I can never reproduce it. It just happens over the course of several days