Emacs :heart: Debug Adapter Protocol
A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.
lsp-mode :heart: java
lsp-mode :heart: treemacs
Scripts and configurations to leverage lsp-mode in docker environment
lsp-mode :heart: Apple's sourcekit
lsp-mode :heart: helm
A company front-end with icons
push eventemacs-ng/emacs-ng
commit sha 2dbd5e2183067ecf021e18e525c9d62b3814172b
deploy: 207a048e78e6ef9585c8beeeae699a0aeed6313b
push time in 13 minutes
push eventemacs-ng/emacs-ng
commit sha 207a048e78e6ef9585c8beeeae699a0aeed6313b
update last merged emacs commit in readme
push time in 14 minutes
Pull request review commenteclipse/lsp4j
repaired xtend build. workaround for eclipse/xtext#1976
subprojects { apply from: "${rootDir}/gradle/xtend-compiler-settings.gradle" apply from: "${rootDir}/gradle/maven-deployment.gradle" apply from: "${rootDir}/gradle/manifest-gen.gradle"++ configurations.all {+ if (name.contains("Tooling")) {+ resolutionStrategy { + eachDependency { DependencyResolveDetails details ->+ if (details.requested.group == 'org.eclipse.platform' && details.requested.name == 'org.eclipse.core.runtime') {
Will give it a try tomorrow
comment created time in 15 minutes
push eventemacs-ng/emacs-ng
commit sha 97e0eb92909ed770a97710208ea389e4e564c0e1
deploy: fdbf91e2bdf2e201c75d0e7535ea333ac58120c5
push time in 16 minutes
push eventemacs-ng/emacs-ng
commit sha fdbf91e2bdf2e201c75d0e7535ea333ac58120c5
fix docs
push time in 16 minutes
Pull request review commenteclipse/lsp4j
repaired xtend build. workaround for eclipse/xtext#1976
subprojects { apply from: "${rootDir}/gradle/xtend-compiler-settings.gradle" apply from: "${rootDir}/gradle/maven-deployment.gradle" apply from: "${rootDir}/gradle/manifest-gen.gradle"++ configurations.all {+ if (name.contains("Tooling")) {+ resolutionStrategy { + eachDependency { DependencyResolveDetails details ->+ if (details.requested.group == 'org.eclipse.platform' && details.requested.name == 'org.eclipse.core.runtime') {
Can you add the xtext-dev-bom here instead of a resolution strategy?
comment created time in 20 minutes
push eventemacs-ng/emacs-ng
commit sha 0082490b30befd2ede854d18ea43aec457e8aead
deploy: 298c1e3cd9275c7dda4a86902ab5567c69c7bef9
push time in 23 minutes
push eventemacs-ng/emacs-ng
commit sha 298c1e3cd9275c7dda4a86902ab5567c69c7bef9
add handbook/build.md to mkdocs.yml
push time in 24 minutes
push eventemacs-ng/emacs-ng
commit sha cbabea325b8742b0cf40e55cec47f7ff123b2859
deploy: ed1f65b503149ef785ee6449926bb84b2b414630
push time in 27 minutes
push eventeclipse/lsp4j
commit sha baa22bfe7804e0d3f3ad99edef4f36f8b7f971d6
repaired xtend build. workaround for eclipse/xtext#1976 Signed-off-by: Christian Dietrich <[email protected]>
push time in 27 minutes
push eventemacs-ng/emacs-ng
commit sha ed1f65b503149ef785ee6449926bb84b2b414630
update handbook
push time in 27 minutes
Pull request review commenteclipse/lsp4j
repaired xtend build. workaround for eclipse/xtext#1976
subprojects { apply from: "${rootDir}/gradle/xtend-compiler-settings.gradle" apply from: "${rootDir}/gradle/maven-deployment.gradle" apply from: "${rootDir}/gradle/manifest-gen.gradle"++ configurations.all {+ if (name.contains("Tooling")) {+ resolutionStrategy { + eachDependency { DependencyResolveDetails details ->+ if (details.requested.group == 'org.eclipse.platform' && details.requested.name == 'org.eclipse.core.runtime') {+ details.useVersion "3.19.0"
nope they are not, will harmonize
comment created time in 28 minutes
pull request commentemacs-ng/emacs-ng
I'll merge this now. I would very much appreciate contributions to the handbook and also feedback on the readme layout. IMO the readme is very important to make a good first impression and therefore contain a good overview. On the other hand I want to avoid that users stop reading because they think the project is only about feature X. Maybe somebody has some good ideas how we can modify the readme to reflect the actual motivation of the project.
comment created time in 28 minutes
pull request commenteclipse/lsp4j
repaired xtend build. workaround for eclipse/xtext#1976
summary. platform and jdt have version ranges. these version ranges are considered by gradle to bee good and that its a good idea to pull the latest greatest core.runtime and equinix.common versions. these run with java 11 only but the build here runs with java 8, so this will explode.
so here i fix it by telling gradle to pull the versions are are intended to be used by gradle.
an alternative solution would be to run the build with java 11 against java 8 target
comment created time in 28 minutes
issue commentemacs-ng/emacs-ng
Can we include the latest native comp changes
@declanqian does it work now ?
comment created time in 33 minutes
issue commentemacs-ng/emacs-ng
Webrender bleeds symbols/fonts for org notes

Do you have any configuration to disable showing of leading stars? I think it affect emacs to a draw a kind of elements which webrender backend don't support. We need implement this unknown element showing.
comment created time in 34 minutes
issue openedmicrosoft/vscode-java-test
Allow `envFile` alternative to `env` in `java.test.config`
The VS Code launch.json file allows specifying envFile in addition to env. However, there does not appear to be a similar mechanism when running tests via this extension. It would be super handy to be able to have 1 file specify the env rather than duplicate it in both .env and .vscode/settings.json.
created time in 38 minutes
Pull request review commenteclipse/lsp4j
repaired xtend build. workaround for eclipse/xtext#1976
subprojects { apply from: "${rootDir}/gradle/xtend-compiler-settings.gradle" apply from: "${rootDir}/gradle/maven-deployment.gradle" apply from: "${rootDir}/gradle/manifest-gen.gradle"++ configurations.all {+ if (name.contains("Tooling")) {+ resolutionStrategy { + eachDependency { DependencyResolveDetails details ->+ if (details.requested.group == 'org.eclipse.platform' && details.requested.name == 'org.eclipse.core.runtime') {+ details.useVersion "3.19.0"
Is the syntax difference here to line 51 ( and ) important.
comment created time in an hour
issue commentemacs-ng/emacs-ng
Webrender bleeds symbols/fonts for org notes
for some reason its most noticeable with TODO's also, not that it probably matter's but the theme I am using is doom-spacegrey (I have tested on others though)
comment created time in 2 hours
issue commentemacs-ng/emacs-ng
Webrender bleeds symbols/fonts for org notes
I'm using 04958a44d44 * webrender: add LispFrameExt master upstream/master I've also tried this on gnome/wayland (same manjaro environement) and two different PC's. I've noticed that the screen tearing is not an issue on wayland however the symbol bleeding is.
comment created time in 2 hours
issue commentemacs-ng/emacs-ng
Compilation error: undefined symbol reference XML_GetBuffer
@kostafey do you still encounter this issue with the latest changes ?
comment created time in 2 hours
issue commentemacs-ng/emacs-ng
Trouble building and launching on Ubuntu 16.04
Can we close this issue ?
comment created time in 2 hours
issue commentemacs-ng/emacs-ng
Webrender bleeds symbols/fonts for org notes
I can't reproduce this in my local environment. Which commit of emacs-ng are you using?
comment created time in 2 hours
push eventemacs-ng/emacs-ng
commit sha 9da6c580f7152f1311dc11f2dd335ff725d1bcb8
deploy: 40bd0dc39b8aee372325fd0ec31db9b31f7f8bfa
push time in 2 hours
push eventemacs-ng/emacs-ng
commit sha e36183ff466f0f3059811022b0e2085acfd03096
; * etc/TODO (etc/DOC): Update the todo entries.
commit sha 127f1f330b67228217fdcc0a552d37a33dc67bb9
Improve doc strings in log-edit.el * lisp/vc/log-edit.el (log-edit-new-comment-index) (log-edit-maximum-comment-ring-size, log-edit-previous-comment) (log-edit-next-comment, log-edit-comment-search-backward) (log-edit-comment-search-forward) (log-edit-comment-to-change-log) (log-edit-header-contents-regexp, log-edit-font-lock-gnu-style) (log-edit, log-edit-mode, log-edit-fill-entry, log-edit-done) (log-edit-kill-buffer, log-edit-insert-message-template) (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate) (log-edit-rewrite-fixes, log-edit-add-to-changelog) (log-edit-generate-changelog-from-diff) (log-edit-insert-changelog, log-edit-narrow-changelog) (log-edit-changelog-entry, log-edit-changelog-insert-entries) (log-edit-extract-headers): Enhance and reword doc strings.
commit sha 048cc03290abc786f439ee9838c15a81541af2aa
Ensure `<menu-bar> <edit> <clear>' handles rectangular regions * lisp/delsel.el (delete-active-region): Autoload it and make it interactive. * lisp/menu-bar.el (menu-bar-edit-menu): Bind "Clear" to `delete-active-region'.
commit sha e4e8a1e834d7c83341450b65d06e088c92f4316e
* lisp/gnus/nnoo.el (defvoo, deffoo): Add `doc-string` property
commit sha f618cc5bc83d3822759c5bb85d15320651ca2431
Fix moving directories with the same name to trash * lisp/files.el (move-file-to-trash): Allow moving several directories with the same name to Trash (bug#48280). Copyright-paperwork-exempt: yes
commit sha a6757d10e859a6a71020369bbbc822272bc0540b
Revert "Fix moving directories with the same name to trash" This reverts commit f618cc5bc83d3822759c5bb85d15320651ca2431. This patch doesn't cover some corner cases, I think.
commit sha fdeb1a3dc77ccac28e6cf91b9cc4aa43f3060e7a
Mention that Emacs is usually case-insensitive in a couple of places * doc/lispref/searching.texi (Regular Expressions): Mention `case-fold-search'. * lisp/emacs-lisp/re-builder.el (re-builder): Mention case sensitivity toggles (bug#47534). Copyright-paperwork-exempt: yes
commit sha f608b4b93c061e10603551a7d189637f49d90a62
Prevent the selected window being a dead mini-window when switching frames This fixes bug #48249 and also a situation where, with recursive minibuffers enabled and minibuffer-follows-selected-frame t, switching frames when a minibuffer was open would leave the mini-window selected on the old frame. * lisp/window.el (record-window-buffer): Add extra parameter DO-MINIBUF, and amend the code such that minibuffers only get processed when that parameter is non-nil. * src/minibuf.c (zip_minibuffer_stacks, read_minibuf): Call Qrecord_window_buffer with the new argument set to Qt. (move_minibuffers_onto_frame): Set the selected window on the old frame when this would otherwise remain the mini-window.
commit sha 12a37ef6d248ad101407e1800542bc6995044d95
Remove dead URL in isearchb.el comments * lisp/isearchb.el: Remove dead URL in comments (bug#47514).
commit sha 53dfb51f55bf66bb939505c60d12952dd64820a7
Don't delete socket on server exit if it was passed in * lisp/server.el (server-sentinel): Don't delete the socket if it was passed in to Emacs (bug#47511).
commit sha 79e2d0486c89c6c452df33792976ea6fdf825185
Document native-compilation * doc/lispref/loading.texi (How Programs Do Loading) (Library Search): Update for native-compilation features. * doc/lispref/compile.texi (Native Compilation) (Native-Compilation Functions, Native-Compilation Variables): New chapter and sections. * doc/lispref/elisp.texi (Top): Update the top-level menus. * etc/NEWS: Add a reference to the ELisp manual.
commit sha d3344e0a7fc9435910a600d831ebdb8b2953b2a5
; Fix recent re-builder doc changes.
commit sha bb8b8d717f91a85ca41de9e82246e6975e1ed719
Tiny fixes to recent native compilation docs For discussion, see the following thread: https://lists.gnu.org/r/emacs-devel/2021-05/msg00347.html * doc/lispref/compile.texi (Native Compilation): Fix grammar in @ref online label. (Native-Compilation Functions): Consistently unhyphenate 'sub-process'. Fix grammar. (Native-Compilation Variables): Fix @cindex entry.
commit sha 4c3abb3dd105e075bf1cf55e3fe8b5ec2ac8e6cc
Fix compilation errors with latest w32 API headers * src/w32common.h: Rename OS_* to OS_SUBTYPE__*, as w32 API headers started defining OS_NT, which breaks the use of the enumeration. All users changed. (Bug#48303)
commit sha 3d276324edd90b2df9f0987f635ca0c39037a81d
; Fix decoded-time-set-defaults typo in NEWS.27. See bug#48298.
commit sha 6b7e93e44488bb5f0efaa363a9d2e52d511959d5
Fix indentation of lines starting with # in js-mode * lisp/progmodes/js.el (js--proper-indentation): # is not like in C -- it doesn't have to appear on the beginning of the line (bug#47488).
commit sha af529f777c965fc347ec0d9144f5b9babce66d08
Reintroduce autoloads for edebug-all-defs/edebug-all-forms * lisp/emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms): Reintroduce ;;;###autoload of these user options that were removed in bae2cfe63c, because this leads to errors in a common (and recommended) use case (bug#47516).
commit sha b376ed72204193eba652666fa2540f412f456490
Default to 1970 in decoded-time-set-defaults * lisp/calendar/time-date.el (decoded-time-set-defaults): Set an unspecified year field to 1970, as promised in the docstring, and to ensure it's representable on all systems (bug#48298).
commit sha 457c44a2055f70dd02e8e34781d43fd24e2355ba
Make autoloads-force work in build directory * lisp/Makefile.in (autoloads-force): Remove $(lisp)/loaddefs.el, not loaddefs.el.
commit sha 515cac0dc046940bbbcb7deb5c7e8dcf8c785359
Cleanups for Tramp out-of-band methods on MS Windows * doc/misc/tramp.texi (Frequently Asked Questions): tramp-use-ssh-controlmaster-options is nil on MS Windows. * lisp/net/tramp.el (tramp-unquote-shell-quote-argument): Revert previous change, it worked (not as expected but) properly. * test/lisp/net/tramp-tests.el (tramp-test17-dired-with-wildcards): Don't skip on MS Windows. (tramp--test-windows-nt-and-scp-p): Remove. (tramp--test-special-characters): Skip for out-of-band methods on MS Windows, sometimes.
push time in 2 hours
PR merged emacs-ng/emacs-ng
close #326
There was only one conflict:
<<<<<<< HEAD
clean: mostlyclean remacs-libclean
=======
clean: mostlyclean
-rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc
>>>>>>> upstream
rm -f ${EXE_FILES}
pr closed time in 2 hours
issue closedemacs-ng/emacs-ng
Can we include the latest native comp changes
Can we include the native comp changes from emacs master branch
Some packages I use are reporting issues about native-comp-deferred-compilation-deny-list
After I manually merged the changes from emacs mirror, the issues are gone.
Really liked the webrender/libgit idea.
closed time in 2 hours
declanqianissue commentemacs-ng/emacs-ng
error: implicit declaration of function 'unload_comp_unit'
Is this still an issue ?
comment created time in 2 hours