-
Updated
Jul 4, 2021 - 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 4,480 public repositories matching this topic...
-
Updated
Jun 8, 2021
-
Updated
Jul 2, 2021 - Common Lisp
It would be useful to add support for git bundles in magit. From what I can see there is no implementation supporting this and I always find myself needing to use a shell for this task instead.
-
Updated
Jun 29, 2021 - Go
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
May 18, 2021 - Emacs Lisp
-
Updated
Jul 4, 2021 - Emacs Lisp
Using the native (x86_64-w64-mingw32) Windows Emacs 27.2 build:
eldev.bat -p -dtT -C test --expect 100
[00:00.016] Started up on Thu Jul 1 06:05:20 2021
[00:00.021] Running on GNU Emacs 27.2 (build 1, x86_64-w64-mingw32)
of 2021-03-26
[00:00.031] Project directory: `c:/users/pidsleywin/ghq/github.com/bbatsov/projectile/'
[00:00.040] No file `c:/users/pidsleywin/.eld
Expected behavior
Be able to eval (< 1 nil) and get a reasonable stack trace.
Actual behavior
CIDER panics with *Messages*
error in process filter: cider-stacktrace-render-frame: Format specifier doesn’t match argument type
error in process filter: Format specifier doesn’t match argument type
and a Stacktrace buffer like
1. Unhandled java.lang.NullPointerExc
-
Updated
Jul 4, 2021 - Emacs Lisp
-
Updated
Nov 26, 2019 - Emacs Lisp
-
Updated
Jul 2, 2021 - Emacs Lisp
-
Updated
Jan 2, 2021 - CSS
-
Updated
Jul 4, 2021 - Emacs Lisp
-
Updated
Jul 1, 2021 - Python
Hi,
Looks like auto-complete ignores completion-styles when building the candidate list...
Problem shows itself on non substring based completion styles, eg. partial-completion.
To reproduce:
(Emacs 27.1, auto-complete #aafd3f5)
; <emacs --no-init-file>
; <set up path to auto-complete>
(require 'auto-complete)
(require 'auto-complete-config)
(ac-config-default)
(define-key-
Updated
Jul 2, 2021 - Emacs Lisp
-
Updated
Jun 21, 2021 - Emacs Lisp
-
Updated
May 26, 2021 - Emacs Lisp
At this point, the 'table modification' actions are aligned left:
Hence, when scrolling the table to the right, they scroll out of view and cannot be used anymore:
Should
Quite simple when you know treemacs--get-bounds-of-project exists.
-
Updated
Jul 3, 2021 - Emacs Lisp
- Repository
- emacs-mirror/emacs
- Website
- www.gnu.org/software/emacs/emacs.html
- Wikipedia
- Wikipedia


First off, I would like to thank all of you for working on this project that allows beginners like myself to live inside emacs
Describe the feature
It would be great if doom had a module that set up and configured a matrix client, similar to how our
ircmodule works already. Matrix is similar to discord in that it supports images and other stylistic abilites that irc lacks.As far as I