A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/emacs-eask/cli/commit/40d82becaf20f0851e5fc37aa17c5f6871c163a3 below:

Unsilent in Eask-file by default · emacs-eask/cli@40d82be · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+9

-8

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+9

-8

lines changed Original file line number Diff line number Diff line change

@@ -1029,7 +1029,7 @@ This uses function `locate-dominating-file' to look up directory tree."

1029 1029

"Try load the Eask-file in START-PATH."

1030 1030

(when-let* ((files (eask--find-files start-path))

1031 1031

(file (car files)))

1032 -

(eask-file-load file)))

1032 +

(eask--unsilent (eask-file-load file))))

1033 1033 1034 1034

(defmacro eask--with-hooks (&rest body)

1035 1035

"Execute BODY with before/after hooks."

@@ -1256,13 +1256,14 @@ version number. DESCRIPTION is the package description."

1256 1256

((eask-pkg-el) ; if -pkg.el is presented,

1257 1257

(setq skipped t) nil) ; skip it

1258 1258

(t (package-buffer-info)))))) ; default read main package file

1259 -

(eask-msg (concat

1260 -

(if eask-package-desc "" "")

1261 -

"Try constructing the package-descriptor (%s)... "

1262 -

(cond (eask-package-desc "succeeded!")

1263 -

(skipped "skipped!")

1264 -

(t "failed!")))

1265 -

(file-name-nondirectory file))))

1259 +

(eask-with-verbosity 'debug

1260 +

(eask-msg (concat

1261 +

(if eask-package-desc "" "")

1262 +

"Try constructing the package-descriptor (%s)... "

1263 +

(cond (eask-package-desc "succeeded!")

1264 +

(skipped "skipped!")

1265 +

(t "failed!")))

1266 +

(file-name-nondirectory file)))))

1266 1267 1267 1268

(defun eask-f-package-file (file)

1268 1269

"Set package FILE."

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4