Emacs/cc-ida: Fix ccide-find-implementation concerning operator methods (add missing regexp quoting)
Minor fixes in KChooseWindow and MediaStarter
(save-excursion
(goto-char (point-min))
(let ((re (concat (if (eq (char-syntax (aref name 0)) ?w) "\\<" "")
- name
+ (regexp-quote name)
(if (eq (char-syntax (aref name (1- (length name)))) ?w) "\\>" "")))
fallback rv check-state)
(while (and (not rv) (re-search-forward re nil t))