-
It looks like somehow, `(thing-at-point 'sexp)` is returning `nil` when I call `(yas/create-php-snippet)` inside a class method. If I bring the cursor out of the method, then the function works correc…
-
# Summary
Jorgen, feel free to close this as will not fix if you think it isn't an elpy issue but a core Emacs problem. I'm just posting this here for info for others who are plagued with this prob…
-
I would like to contribute to this project. My original plan was to contribute a short tutorial on RMarkdown. Now I realize that @plantarum is working on one, I think it's better for me not to double …
-
If I add some snippets with keybindings they don't show up in the buffers `describe-bindings` list. Also [which-key](https://github.com/justbur/emacs-which-key) doesn't list them (I guess this is rela…
-
I have `(setq company-minimum-prefix-length 1)`. The company starts after I type one letter, but keep triggering after I delete the letter (it is slow to complete with zero length prefix). Any fix fo…
-
Currently we use 1 char key like s=static, 2 chars key like pa=package and 3 chars key like pub=public.
I feel it's not consistent and hard to remember, so I'm thinking to use 3 chars key for all Jav…
nekop updated
6 years ago
-
This could be seen as a documentation issue :
when using (php-show-arglist) on a PHP core function I'd expect to see it's prototype (what could be quicker than C-C C-F to browse www.php.net and often …
-
I've seen at least a couple of issues asking essentially the same thing: how to expand a key without putting a space before it, because the desired output must not contain a space at the place where t…
-
(Original issue 1155 created by theoden8 on 2015-10-05T23:21:09.587424+00:00)
Hello,
I'd like to report that emacs lisp is wrongly recognized by `pygmentize -g`. `pygmentize -l elisp` works correc…
-
is there a way to browse snippets as a list of names + their key?
i'm trying to learn the keys of some common snippets, and typing a likely candidate like `def` and hitting TAB isn't very efficien…