stardiviner

Results 108 issues of stardiviner

AUCTeX support complete behind `\begin{equ` to `begin{equation` with keybinding `[M-TAB]`. company-auctex should support this too.

When I load elscreen with `(require 'elscreen)`. But got this error: ``` Debugger entered--Lisp error: (wrong-type-argument consp nil) byte-code #(elscreen nil t) ad-Advice-require(# elscreen nil t) apply(ad-Advice-require # (elscreen nil...

Here is the discussion https://github.com/stardiviner/kiwix.el/commit/3330d7ef3e151afab8280448928d584dce641cc3 I hope to use elquery in my package kiwix.el, Currently kiwix.el joined GNU non-ELPA repo. It requires external library also on GNU ELPA repo too....

I use `use-package` to load `emacs-eclim`. ``` lisp (use-package emacs-eclim :ensure t :config ;; Control `eclimd' from emacs (require 'eclimd) ) ``` But use-package can't load it correctly. Maybe `emacs-eclim-pkg.el`...

Function `preceding-sexp` is obsolete from Emacs 25.1

``` myapp clojure -A:dev 2019-12-07 20:08:59.995:INFO::main: Logging initialized @23659ms to org.eclipse.jetty.util.log.StdErrLog [Figwheel] Compiling build dev to "bin/main.js" [Figwheel] Successfully compiled build dev to "bin/main.js" in 8.808 seconds. [Figwheel] Outputting main...

After `clj -A:dev` I got error: ``` 2019-12-08 11:21:50.745:INFO::main: Logging initialized @21779ms to org.eclipse.jetty.util.log.StdErrLog [Figwheel] Compiling build dev to "bin/main.js" [Figwheel] Successfully compiled build dev to "bin/main.js" in 2.424 seconds....

When ob-async execute source block in a temp buffer with `with-temp-buffer`. Like this: ```elisp (with-temp-buffer (insert "") (goto-char (point-min)) (let* ((context (org-element-context)) (src-block-info (org-babel-get-src-block-info nil context)) (type (org-element-type context))) (when...

reference https://github.com/lewang/command-log-mode/issues/4#issuecomment-144595337

I wish `*command-log*` buffer can show in any position which I want. the extension https://github.com/m2ym/popwin-el can be used to manage popup buffers. I wish command-log-mode can use `popup-to-buffer` by default,...