From: g0dil Date: Thu, 28 Jun 2007 09:14:34 +0000 (+0000) Subject: Kde: Add Utilities: kwinid and kraisewindow X-Git-Url: http://g0dil.de/git?p=emacsstuff.git;a=commitdiff_plain;h=2ba2dad06fcb79a8f824fea044de6f84d1ed4b28 Kde: Add Utilities: kwinid and kraisewindow Kde: Add KChooseWindow keyboard window changer Emacs/cc-ide: Add automatic 'typename' when adding class-tempalte prefix toa defun --- diff --git a/cc-ide/cc-ide.el b/cc-ide/cc-ide.el index 67d0de1..7c2fedd 100644 --- a/cc-ide/cc-ide.el +++ b/cc-ide/cc-ide.el @@ -802,6 +802,8 @@ it will be prefixed with the current class prefix." (< (point) (aref parse 2)) (not (looking-at (regexp-quote prefix)))) (let ((pos (string-match "<" prefix))) + (if pos + (insert "typename ")) (if (and pos (looking-at (concat (substring prefix 0 pos) "\\b[^_]"))) (progn