This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > cask exec elsa pomidor.el | |
| pomidor.el:69:49:error:Argument 1 accepts type String but received Mixed | |
| pomidor.el:74:49:error:Argument 1 accepts type String but received Mixed | |
| pomidor.el:79:53:error:Argument 1 accepts type String but received Mixed | |
| pomidor.el:84:55:error:Argument 1 accepts type String but received Mixed | |
| pomidor.el:90:22:error:Argument 1 accepts type String but received Unbound | |
| pomidor.el:113:27:error:Reference to free variable `pomidor-default-alert'. | |
| pomidor.el:125:22:error:Argument 1 accepts type (Cons Mixed Mixed)? but received Unbound | |
| pomidor.el:131:37:error:Reference to free variable `pomidor-play-sound-file-emacs'. | |
| pomidor.el:141:9:error:Reference to free variable `pomidor-time-face'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defun magit-process-filter (proc string) | |
| "Default filter used by `magit-start-process'." | |
| (with-current-buffer (process-buffer proc) | |
| (let ((inhibit-read-only t)) | |
| (magit-process-yes-or-no-prompt proc string) | |
| (magit-process-username-prompt proc string) | |
| (magit-process-password-prompt proc string) | |
| (goto-char (process-mark proc)) | |
| (setq string (propertize string 'magit-section | |
| (process-get proc 'section))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (package "eask-test" | |
| "1.0.0" | |
| "") | |
| (package-file "eask-test.el") | |
| (source gnu) | |
| (source melpa) | |
| (depends-on "emacs" "26.1") |
OlderNewer