From 915727d8738bfbcbe78992b4218daaa00b4b4c33 Mon Sep 17 00:00:00 2001 From: "Juan E. Maya" Date: Tue, 30 Jan 2018 10:28:13 +0100 Subject: [PATCH] Updated Emacs instructions (markdown) --- Emacs-instructions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Emacs-instructions.md b/Emacs-instructions.md index caccc6f..efe60dd 100644 --- a/Emacs-instructions.md +++ b/Emacs-instructions.md @@ -39,6 +39,11 @@ Note! If you get `error in process filter: Attempt to shape unibyte text`, check ;; (46 . ".\\(?:\\(?:\\.[.<]\\)\\|[.=-]\\)") ``` +If you are using `projectile-ag` you might also face `error in process filter: Attempt to shape unibyte text`. To avoid this comment the following line from the above script: +```elisp +;; (94 . ".\\(?:=\\)") +``` + If you're using the latest [railwaycat Mac port](https://github.com/railwaycat/homebrew-emacsmacport) of Emacs, you can instead use: ```elisp