From 7c4b37ba394c0c30d9ea04468481ae3072055ee5 Mon Sep 17 00:00:00 2001 From: Matt Beshara Date: Sat, 17 Sep 2022 10:26:55 +1000 Subject: [PATCH] aw--lead-overlay-posframe: Display multi-char paths in correct order --- ace-window-posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace-window-posframe.el b/ace-window-posframe.el index 8f32169..af0beec 100644 --- a/ace-window-posframe.el +++ b/ace-window-posframe.el @@ -16,7 +16,7 @@ (defun aw--lead-overlay-posframe (path leaf) (let* ((wnd (cdr leaf)) - (str (format "%s" (apply #'string path))) + (str (format "%s" (apply #'string (reverse path)))) ;; It's important that buffer names are not unique across ;; multiple invocations: posframe becomes very slow when ;; creating new frames, and so being able to reuse old ones