From 2d62086a8f2ca352ef978ed12a3b6f221bb03dc7 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 17 Oct 2019 11:38:40 +0200 Subject: [PATCH] exwm: Add TODO about "markerp" error. --- .exwm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.exwm b/.exwm index 0f332485..691f366e 100644 --- a/.exwm +++ b/.exwm @@ -4,6 +4,8 @@ (let ((win (shell-command "conky 2>/dev/null | dzen2 -p -dock -ta l -fn \"DejaVu Sans Mono\" &"))) ;; Don't pop the output buffer. (with-current-buffer (window-buffer win) + ;; TODO: Calling fundmental-mode triggers the following error: + ;; error in process filter: Wrong type argument: markerp, nil [2 times] (fundamental-mode) ; So that we don't display it in the shell lister. (rename-buffer " *Async conky|dzen*")) (delete-window win))