-
Hi, again my thanks for maintaining YASnippet!
I was trying to write a long string in one of my snippets and I got this weird trace:
```
Warning (yasnippet): Couldn’t find: "[[:space:]
]*Because[[…
-
The `elpy.el` file contains the lines:
```
;; Version: 1.35.0
;; Package-Requires: ((company "0.9.10") (emacs "24.4") (highlight-indentation "0.7.0") (pyvenv "1.20") (yasnippet "0.13.0") (s "1.12.0…
-
i use flyspell-popup every day and its very useful, but I can't find how to clear its memory. I use a snippet with yasnippet for a latex glossary entry of '\gls'. But its now showing up as the default…
-
When trying to expand templates provided by `terraform-ls` I get the following:
```hcl
resource "${1}" "name" {
${3}
}
```
![image](https://github.com/fejfighter/eglot-tempel/assets/130121…
-
Hi there,
I've recently noticed that when I update my Emacs packages, by far the longest step is updating yasnippet package collections. Emacs is fairly slow to untar packages on my machine, and s…
-
Basically when we toggle inside the `yasnippet` key list in the minibuffer, if possible I want to see selected one's content before applying it.
When any key is selected can we see its content? bef…
-
Example is that my yas javascript snippets appears also appears in json mode :
https://github.com/capitaomorte/yasnippet/issues/580#issuecomment-125998167
IIRC I had similar problems with something e…
-
when run auto-complete function, get a error like
ac-yasnippet-candidates: Wrong number of arguments: (lambda nil "Get snippet tables for current buffer.
Return a list of `yas/table' objects. The li…
-
I get more or less the same backtrace if I try to process the org block interactively, so I suppose it's not build system related, but rather some change in emacs.
```
emacs -Q -L . --batch -l doc/…
-
When an abbreviation starts with the left parenthesis (`(`), this parenthesis is not shown up in the YASnippet snippets menu.
Software Versions:
- OS: macOS 10.14.6
- Emacs: v26.3
- YASnippet:…