-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
--color does not work under Emacs #182
Copy link
Copy link
Closed
Labels
bugA bug.A bug.
Description
I'm using rg 0.2.1 and Emacs 25. It looks like --color doesn't have effect under Emacs, while other tools such as grep works.
M-! echo hello | grep --color=always hellogives[01;31m�[Khello�[m�[KM-! echo hello | rg --color=always hellogiveshello(where is the escape code?)
see also emacs-helm/helm#1624 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA bug.A bug.