Yuta Yamada
null+****@clear*****
Wed Sep 18 02:41:35 JST 2013
Yuta Yamada 2013-09-18 02:41:35 +0900 (Wed, 18 Sep 2013) New Revision: bbae3fabc19e8ee17bc616eec6526ac2e7c605e7 https://github.com/logaling/logalimacs/commit/bbae3fabc19e8ee17bc616eec6526ac2e7c605e7 Message: Delete needless function(I changed my opinion...) Modified files: logalimacs.el Modified: logalimacs.el (+0 -20) =================================================================== --- logalimacs.el 2013-09-18 02:39:22 +0900 (f6eb343) +++ logalimacs.el 2013-09-18 02:41:35 +0900 (cfdad55) @@ -905,26 +905,6 @@ Otherwise passed character inside region." (setq loga-fly-mode nil) (message "loga-fly-mode disable")) -;;;###autoload -(defun loga-get-flymake-error () - (interactive) - (let* ((line-no (flymake-current-line-no)) - (line-err-info-list (nth 0 (flymake-find-err-info flymake-err-info - line-no))) - (count (length line-err-info-list))) - (while (> count 0) - (when line-err-info-list - (let* ((file (flymake-ler-file (nth (1- count) - line-err-info-list))) - (full-file (flymake-ler-full-file (nth (1- count) - line-err-info-list))) - (text (flymake-ler-text (nth (1- count) - line-err-info-list))) - (line (flymake-ler-line (nth (1- count) - line-err-info-list)))) - (loga-make-buffer (format "[%s] %s" line text)))) - (setq count (1- count))))) - (defun loga-quit () (loga-delete-popup) (switch-to-buffer logalimacs-buffer) -------------- next part -------------- An HTML attachment was scrubbed... Download