From 2844fdeeec396e973450497fb8e8bfbca60e32cc Mon Sep 17 00:00:00 2001 From: deb0ch Date: Fri, 16 Dec 2016 17:10:25 +0100 Subject: [PATCH] fix FIXMEs --- winum.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winum.el b/winum.el index 765a434..472119d 100644 --- a/winum.el +++ b/winum.el @@ -38,6 +38,9 @@ ;; ;; FIXME: Error during redisplay: (eval (winum-get-number-string)) signaled ;; (wrong-type-argument numberp nil) when opening a helm buffer. +;; FIXME: when `winum-scope' is changed from frame-local to non-local in +;; customize, the mode-line is messed up until next `winum-update'. +;; FIXME: The mode-line's window number is not always up to date in all frames. ;; (eval-when-compile (require 'cl-lib)) @@ -50,9 +53,6 @@ (defcustom winum-scope 'global "Frames affected by a number set." - ;; FIXME: when changed from frame-local to non-local in customize, need to - ;; force update or `winum-get-number' fails and messes the - ;; modeline until next update. :group 'winum :type '(choice (const :tag "frame local" frame-local)