-
It seems like when I'm doing a formal verification of a function involving multiple tables with multiple input variables the verification times out. See the following test:
```
(load "root/fungibl…
-
Thanks for this library! I really enjoy editing Python code with it. One 'killer' feature of PyCharm I am very used to, is its 'Smart Indent pasted lines' feature.
Here is a video demonstrating its…
-
I love helm-ag and I was thinking about creating my own commands which would do helm-ag with a pre-defined query, for example one that would search the project for "TODO" to find all of my TODO marker…
-
The `local` macro supports `defun`, etc. but surprisingly it does not support `defvar`. Instead, the user must use `def`.
I wonder why that is. Wouldn't that trip the user? Why not supporting `de…
-
I use codeium with corfu like this, but I don't get the expected integrated candidates(lsp candidates are not present).
```elisp
(add-hook 'lsp-after-open-hook
(lambda ()
(se…
-
The following code:
```
(defun bw-switch-to-emacs ()
"Switches to Emacs"
(interactive)
(do-applescript "set appName to \"Emacs\"
set needsActivation to false
tell application \"System Events\"
…
-
# Table of Contents
1. [Loopy Clauses Without Loopy Loop](#orgeb4056f)
1. [finding myself yearning for normal loops often](#org70ec2bc)
2. [loopy's convenience comes at the cost of i…
-
+ GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.31) of 2018-08-16
+ Swiper version 20180813.1625
+ [init.el](https://gitlab.com/mrbig/emacs/blob/master/init.el)
Swiper perfor…
-
``` elisp
(defun eclim-problems-correct ()
(interactive)
(let ((p (eclim--problems-get-current-problem)))
(if (not (string-match "\\.\\(groovy\\|java\\)$" (cdr (assoc 'filename p))))
(…
-
The functions run and run-works have identical code except for the window title.
The function run created the window without close button.
![2014-10-17-21 09 10](https://cloud.githubusercontent.com/…
plops updated
8 years ago