Dan Kessler

Results 18 issues of Dan Kessler

For some workflows, it would be convenient to specify (in advance) the value of `biblio--target-buffer` that will be used during the biblio session. I can motivate this with a specific...

Currently, if a user clones a buffer (with e.g., 'clone-indirect-buffer'), the new clone will not be added to the current perspective. This can be a little surprising: suppose I'm working...

The documentation for the [`spacemacs-evil` evil](https://develop.spacemacs.org/layers/+spacemacs/spacemacs-evil/README.html#note-about-evil-collection) layer provides a suggestion for how users might enable `evil-collection` for a particular package. I wanted to enable `evil-collection` for info, so following the...

#### Description :octocat: Even with the `latex` layer enabled, when editing `latex` files (that end in `.tex`) none of the major mode bindings are available and also `lsp` falls down....

AUCTeX has changed its naming conventions, e.g., latex-mode is now LaTeX-mode. In order to support both users of the "new" AUCTeX and the "old" AUCTeX, I've configured the keybinding part...

#### Description :octocat: When I have the `lsp` layer enabled, `auto-completion` does not respect the `:disabled-for org` property and so `company` remains enabled for `Org` buffers. This seems to be...

Core
- Bug tracker -
stale

I'm trying to use `clustermq` on a slurm-based HPC system. It's configured in such a way that worker nodes can very freely communicate with one another, but the login node's...

enhancement

## Expected behavior Suppose I am editing a comment in a latex file, e.g., ```latex Blah blah % here is a comment (|) blah blah ``` where point is at...

bug

see [this PR for spacemacs](https://github.com/syl20bnr/spacemacs/pull/15364) for an entirely analogous fix. In brief, `helm` supports constructing sources directly as alists, but [discourages it](https://github.com/emacs-helm/helm/wiki/Developing#sources). Building the sources using macros fully supports the...

Note: this is closely related to #16364, but offers a more comprehensive fix without removing the functionality This commit is motivated by a bug I encountered wherein `ess` would not...