bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
360 stars 50 forks source link

With Emacs running in Termcap mode, enabling color prevents extraction #99

Closed pierre-rouleau closed 1 year ago

pierre-rouleau commented 1 year ago

It is possible to enable color output of the command line tools:

Both of the above disable color output. To enable color output, simply customize these user-options and remove the respective command line switches.

Problem: However, when doing so with Emacs running inside a terminal session that displays colors using ANSI code sequences, the file name and line number extraction often fail because the ANSI codes are not filtered out.

pierre-rouleau commented 1 year ago

Fix merged in