-
Updated
Oct 26, 2020 - Emacs Lisp
Emacs
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,979 public repositories matching this topic...
-
Updated
Oct 26, 2020
-
Updated
Oct 25, 2020 - Common Lisp
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
Maybe it's a dump question, but seems flycheck report all the prelude- symbols for this error, is there a way to avoid this error being reported?
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-
Updated
Oct 25, 2020 - Go
-
Updated
Oct 13, 2020 - Emacs Lisp
├── 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
Expected behavior
Pull requests should pass tests if their own specific changes pass eldoc lint run locally.
Actual behavior
cider-connection.el and cider-doc.el files fail on CircleCI and cider-pkg.el additionally fails locally (cider-pkg.el does not seem to be included in the checks run on CircleCI
Steps to reproduce the problem
Install eldev binary on your comp
-
Updated
Oct 26, 2020 - Emacs Lisp
-
Updated
Oct 20, 2020 - Emacs Lisp
-
Updated
Oct 25, 2020 - Shell
-
Updated
Nov 26, 2019 - Emacs Lisp
-
Updated
Oct 26, 2020 - Emacs Lisp
-
Updated
Sep 25, 2020 - CSS
Recent emacs 25.3, most recent auto-complete in melpa. Adding ac-source-semantic but it still doesn't work:

My semantic settings should be correct as company with that works fine:
![image](https://user-images.githubusercontent.com/13259400/34912872-6ea1f9fe-f8ba-11e7-9cbf-2b91e3923f35.
-
Updated
Oct 19, 2020 - Emacs Lisp
-
Updated
Oct 12, 2020 - Emacs Lisp
-
Updated
Oct 26, 2020 - Emacs Lisp
-
Updated
Oct 25, 2020 - Emacs Lisp
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Emacs Lisp
- Repository
- emacs-mirror/emacs
- Website
- www.gnu.org/software/emacs/emacs.html
- Wikipedia
- Wikipedia
Describe the feature
There should be an easier way to open
latex-preview-pane-modewhen in LaTeX mode than usingM-xthen searching for it.System information