Skip to content

Instantly share code, notes, and snippets.

@feuery
feuery / madness i say.el
Created April 13, 2020 15:33
emacs madness
(let* ((buffer-name (concatenate 'string "qmapper-" (prin1-to-string (random))))
(proc (open-network-stream buffer-name (get-buffer-create buffer-name)
qmapper-server qmapper-editor-port
:nowait nil)))
(process-send-string proc "LIST-TILESETS;\n")
(set-process-sentinel proc (lambda (p e)
(with-current-buffer (get-buffer buffer-name)
(message (buffer-string)))
(kill-buffer buffer-name)))
nil)
C:\Windows>winget install Git.Git
Found Git [Git.Git]
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licences to, third-party packages.
Downloading https://github.com/git-for-windows/git/releases/download/v2.28.0.windows.1/Git-2.28.0-64-bit.exe
██████████████████████████████ 48.7 MB / 48.7 MB
Successfully verified installer hash
Installing ...
Successfully installed!