xuchunyang / osx-dictionary.el

Mac OS X Dictionary.app interface for Emacs
139 stars 23 forks source link

Capture only stdout and discard stderr #20

Closed nixmaniack closed 4 years ago

nixmaniack commented 4 years ago

Similar fix was applied at https://github.com/itchyny/dictionary.vim with commit https://github.com/itchyny/dictionary.vim/commit/4f95609166e91ea71fe613e5041670a5fcee7a6e.

Fixes #19.

Reasoning for using ... 2>/dev/null: