aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* lisp/emacs-lisp/track-changes.el: New filescratch/track-changesStefan Monnier2024-04-091-4/+60
* ; Minor copy editsDmitry Gutov2024-04-092-2/+2
* Add Flymake backend to rust-ts-mode using ClippyDmitry Gutov2024-04-091-1/+79
* Merge branch 'mouse-wheel-buttons'Stefan Monnier2024-04-091-8/+10
|\
| * (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-091-8/+10
* | Inhibit flymake lexical cookie warning in *scratch* (bug#70068)Mattias Engdegård2024-04-091-1/+10
* | Fix truncation of long lines in compilation buffersEli Zaretskii2024-04-071-18/+23
* | Merge from origin/emacs-29Eli Zaretskii2024-04-061-1/+9
|\ \
| * | Make object init more robust (bug#69571)Theodor Thornhill2024-03-311-1/+9
* | | (project-current): Fix the previous changeSpencer Baugh2024-04-051-2/+2
| |/ |/|
* | Don't use file-truepath in Eglot (bug#70036)Theodor Thornhill2024-04-031-18/+24
* | (scheme-syntax-propertize-sexp-comment): Allow `#;` in stringsPo Lu2024-04-011-12/+21
* | Native JSON support is always availableMattias Engdegård2024-04-011-7/+1
* | (scheme-syntax-propertize-sexp-comment): Handle nested sexp-commentsStefan Monnier2024-04-011-10/+33
* | (scheme-syntax-propertize-sexp-comment): Remove unused argumentniceume2024-04-011-3/+3
* | scheme.el: Enable dealing with regular expression literalniceume2024-04-011-1/+26
* | Add peg.el as a built-in libraryEric Abrahamsen2024-03-301-0/+944
* | Disable workDoneProgress if defcustom is nilTheodor Thornhill2024-03-301-1/+1
* | Fix typo in docstringTheodor Thornhill2024-03-301-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2024-03-301-0/+1
|\ \ | |/
| * Add typescript-ts-mode indentation for interface bodies (bug#70023)Noah Peart2024-03-281-0/+1
* | Fix a typo in flymake.elEli Zaretskii2024-03-281-1/+1
* | (project-current): Add binding for 'non-essential'Dmitry Gutov2024-03-281-1/+2
* | Correctly check buffer mtime when displaying xref matchesSpencer Baugh2024-03-281-1/+1
* | CC Mode: Handle C++20's if constevalAlan Mackenzie2024-03-262-7/+45
* | Merge from origin/emacs-29Eli Zaretskii2024-03-231-2/+5
|\ \ | |/
| * Tweak regexp for object initializers in csharp-mode (bug#69571)Theodor Thornhill2024-03-161-2/+5
* | ; Fix doc strings of some treesit-related functionsEli Zaretskii2024-03-232-32/+34
* | Improve support for preprocessor macros in 'c/c++-ts-mode'Eli Zaretskii2024-03-231-2/+5
* | Add BasedPyright LSP server alternative for Eglot's 'python-mode'Dionisio E Alonso2024-03-231-1/+2
* | ; Remove unneeded group in lua-ts-mode defcustomsjohn muhl2024-03-231-11/+0
* | ; Open inferior Lua buffer in a window, not a framejohn muhl2024-03-231-1/+1
* | (project--value-in-dir): Ensure that the global value is still honoredDmitry Gutov2024-03-151-1/+2
* | fix: project submodule detection does not work for worktreesPatrick Bader2024-03-151-1/+1
* | * lisp/progmodes/project.el: Don't run modes from .dir-locals.el.Juri Linkov2024-03-141-2/+3
* | Context menu for project (bug#69566)Juri Linkov2024-03-141-4/+2
* | Add language server for Move to eglotPankaj Jangid2024-03-141-0/+1
* | Detect the readline support for Python shell completionLiu Hui2024-03-141-7/+22
* | ; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt2024-03-143-3/+3
* | bug#69685: Add language server for Fennel to eglotPhil Hagelberg2024-03-141-0/+1
* | Merge branch 'make-ts-derived-modes'Stefan Monnier2024-03-0920-94/+146
|\ \
| * | (eglot-server-programs): Comment and whitespace only changeStefan Monnier2024-03-091-88/+99
| * | Simplify mode-indexed tables in packagesStefan Monnier2024-03-092-6/+7
| * | Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-0917-0/+40
* | | Fix case-sensitivity in 'complete-tag'Eli Zaretskii2024-03-091-1/+2
|/ /
* | ; perl-mode, cperl-mode: Fix $\" in strings (Bug#69604)Harald Jörg2024-03-082-3/+20
* | Revert "Suppress docstring control char warning in macro-generated function"Mattias Engdegård2024-03-071-2/+1
* | ; Fix last major-mode-remap-defaults change.Basil L. Contovounesios2024-03-042-5/+5
* | (major-mode-remap(-defaults)): New var and function (bug#69191)Stefan Monnier2024-03-034-45/+37
* | Merge from origin/emacs-29Eli Zaretskii2024-03-021-2/+4
|\ \ | |/