Skip to content
#

Emacs

emacs logo

Emacs is an extensible text editor written primarily in Emacs Lisp. While it excels at editing text, Emacs stretches the boundaries of what 'text' is.

Here are 3,961 public repositories matching this topic...

doom-emacs
MithicSpirit
MithicSpirit commented Oct 4, 2020

Describe the feature
There should be an easier way to open latex-preview-pane-mode when in LaTeX mode than using M-x then searching for it.

System information

((system
  (type . gnu/linux)
  (config . "x86_64-pc-linux-gnu")
  (shell . "/usr/bin/zsh")
  (uname . "Linux 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64")
  (path "~/.nvm/version
dadinn
dadinn commented Sep 3, 2020

I am running Emacs with the -nw flag from the terminal.

When looking at the commit graph using log all-branches (keymap l b) I cannot differentiate which is the currently checked-out branch, as they all look the same.

In contrast, when using Emacs GUI the current branch is highlighted/boxed, which makes it highly visible.

I would expect the font-faces to be different in the terminal i

brotzeit
brotzeit commented May 8, 2019
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
       0, 1, "",
       doc: /* Make the frame FRAME visible (assuming it is an X window).
If omitted, FRAME defaults to the currently selected frame.  */)
  (Lisp_Object frame)
{
  struct frame *f = decode_live_frame (frame);

  /* I think this should be done with a hook.  */
#ifdef HAVE_WINDOW_SYSTEM
  if (FRA
lljr
lljr commented Sep 22, 2020
├── app
│ ├── components
│ ├── controllers
│ ├── helpers
│ ├── models
│ ├── routes
│ ├── styles
│ │   └── app.css
│ ├── templates
│ │   └── application.hbs
│ ├── app.js
│ ├── index.html
│ └── router.js
├── config
│ ├── ember-cli-update.json
│ ├── environment.js
│ ├── optional-features.json
│ └── targets.js
├── public
│ ├── tests
│ ├── helpers
│ ├── integration
│ ├── unit
skuro
skuro commented Oct 17, 2020

Expected behavior

cider-eval-last-sexp and cider-load-buffer happily compile valid clojure code

Actual behavior

Debugger entered--Lisp error: (scan-error "Containing expression ends prematurely" 23 24)
  scan-sexps(23 1)
  forward-sexp(1)
  clojure-forward-logical-sexp()
  clojure--find-ns-in-direction(backward)
  clojure-find-ns()
  cider-ns-form()
  cider-load-buffer
You can’t perform that action at this time.