branch: elpa/xah-fly-keys commit b3dd7a1c7c3c0f8225a8d195cefcf2f4c7429bfb Author: Xah Lee <x...@xahlee.org> Commit: Xah Lee <x...@xahlee.org>
fixed a bug in xah-extend-selection. missing square bracket in [:blank:]. but the code turns out not useful so is commented out. --- xah-fly-keys.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xah-fly-keys.el b/xah-fly-keys.el index d26f1efa0a..ad4ef43369 100644 --- a/xah-fly-keys.el +++ b/xah-fly-keys.el @@ -4,7 +4,7 @@ ;; Author: Xah Lee ( http://xahlee.info/ ) ;; Maintainer: Xah Lee <x...@xahlee.org> -;; Version: 26.11.20250321204900 +;; Version: 26.11.20250324000003 ;; Created: 2013-09-10 ;; Package-Requires: ((emacs "27")) ;; Keywords: convenience, vi, vim, ergoemacs, keybinding @@ -2119,11 +2119,11 @@ Version: 2023-11-14" (skip-chars-forward "-_a-zA-Z0-9") (setq mark-active t)) - ((and (looking-at "[:blank:]") - (prog2 (backward-char) (looking-at "[:blank:]") (forward-char))) - ;; (message "debug: left and right both space" ) - (skip-chars-backward "[:blank:]") (push-mark (point) t t) - (skip-chars-forward "[:blank:]")) + ;; ((and (looking-at "[[:blank:]]") + ;; (prog2 (backward-char) (looking-at "[[:blank:]]") (forward-char))) + ;; ;; (message "debug: left and right both space" ) + ;; (skip-chars-backward "[[:blank:]]") (push-mark (point) t t) + ;; (skip-chars-forward "[[:blank:]]")) ((and (looking-at "\n") (eq (char-before) 10))