fzf.el icon indicating copy to clipboard operation
fzf.el copied to clipboard

error in process filter

Open fhdhsni opened this issue 7 years ago • 2 comments

I get this error

error in process filter: face-attribute: Invalid face: unspecified
error in process filter: Invalid face: unspecified

emacs version:

GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.7) of 2017-02-07

fzf version 0.16.6

fzf.el version 20161226.936

thanks

fhdhsni avatar Apr 29 '17 10:04 fhdhsni

I see the same issue when I call fzf. fzf version: 0.27.3 fzf package version from list-packages: 20210826.140

Maybe relevant, from the *Compile-Log*:

In toplevel form:
fzf.el:118:7:Warning: assignment to free variable ‘fzf-hook’

In fzf-close:
fzf.el:124:9:Warning: reference to free variable ‘fzf-hook’
fzf.el:125:9:Warning: assignment to free variable ‘fzf-hook’
fzf.el:138:1:Warning: Unused lexical argument ‘process-name’
fzf.el:171:1:Warning: Unused lexical variable ‘term-exec-hook’

In fzf/start:
fzf.el:194:11:Warning: assignment to free variable ‘fzf-hook’
fzf.el:202:32:Warning: assignment to free variable
    ‘term-suppress-hard-newline’

In fzf/action-find-file-with-line:
fzf.el:218:18:Warning: ‘goto-line’ is for interactive use only; use
    ‘forward-line’ instead.
fzf.el:279:1:Warning: Unused lexical variable ‘err’

In fzf-recentf:
fzf.el:339:21:Warning: reference to free variable ‘recentf-list’

In end of data:
fzf.el:392:1:Warning: the following functions are not known to be defined:
    turn-off-evil-mode, term-char-mode, projectile-project-root

felzix avatar Oct 25 '21 23:10 felzix

@fhdhsni , @felzix, I assume the problems were resolved with the latest revisions of the code. Can you confirm? Thanks

pierre-rouleau avatar Jan 09 '23 21:01 pierre-rouleau