summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix comment/else indentation problem in python-modeStephen Berman2022-07-271-1/+2
* CC Mode: correct the calculation and handling of c-use-category.Alan Mackenzie2022-07-261-26/+33
* string-equal-ignore-case: new functionSam Steingold2022-07-262-5/+2
* Clean up more robustly in compile.elJoão Távora2022-07-251-15/+16
* * lisp/progmodes/xref.el: Bump the version.Dmitry Gutov2022-07-231-1/+1
* Support new "binary file matches" format in Ripgrep 13Dmitry Gutov2022-07-231-1/+2
* Use `ash` instead of `lsh` in verilog-mode (bug#56641)Mattias Engdegård2022-07-231-2/+2
* Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-2/+5
* Merge from origin/emacs-28Stefan Kangas2022-07-231-5/+0
|\
| * * lisp/progmodes/cperl-mode.el: Don't mention obsolete archive.Stefan Kangas2022-07-211-5/+0
* | * lisp/progmodes/verilog-mode.el (verilog-surelint-off): Silence warningStefan Monnier2022-07-211-1/+3
* | (compilation-parse-errors-function): Remove obsolete varStefan Monnier2022-07-214-142/+72
* | Remove superfluous installation instructionsStefan Kangas2022-07-211-1/+0
* | Prefer defvar-keymap in some trivial casesStefan Kangas2022-07-201-1/+1
* | Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-13/+16
* | Merge from origin/emacs-28Stefan Kangas2022-07-143-4/+4
|\|
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-133-4/+4
| * * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nilAlan Mackenzie2022-07-021-37/+38
* | Prefer :risky defcustom keywordStefan Kangas2022-07-111-2/+2
* | Delete obsolete variable tooltip-use-echo-areaStefan Kangas2022-07-091-5/+2
* | * lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.Juri Linkov2022-07-081-0/+7
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-088-44/+1
* | Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-064-10/+9
* | Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* | Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-3/+3
* | Send region to the subshell specified by the current file interpreterDavide Masserut2022-07-061-11/+14
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
* | Remove some useless `eval-when-compile`Mattias Engdegård2022-07-041-22/+19
* | * lisp/progmodes/ebrowse.el (ebrowse-tree-mode): Fix typo.Stefan Kangas2022-07-041-1/+1
* | Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-035-15/+16
* | Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity2022-07-031-7/+18
* | Merge from origin/emacs-28Stefan Kangas2022-07-031-10/+13
|\|
| * CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.Alan Mackenzie2022-07-021-10/+13
* | Filter out nul bytes when killing from a *grep* bufferLars Ingebrigtsen2022-07-021-0/+8
* | ; Fix typos.Mattias Engdegård2022-07-022-2/+2
* | ; Fix typos.Stefan Kangas2022-07-021-1/+1
* | Fix elisp-byte-compile-buffer requirementsLars Ingebrigtsen2022-07-011-0/+1
* | Also add elisp-eval/byte-compile-buffer to lisp-interaction-modeLars Ingebrigtsen2022-06-301-0/+2
* | Fix typo in previous elisp-byte-compile-buffer changeLars Ingebrigtsen2022-06-301-1/+1
* | Fix up warning links in elisp-byte-compile-bufferLars Ingebrigtsen2022-06-301-3/+21
* | Add new commands to elisp mode for eval/compilationLars Ingebrigtsen2022-06-301-0/+45
* | Recognize Gradle error messages in compile-modeLars Ingebrigtsen2022-06-301-1/+10
* | More robust `gnu` pattern (bug#56249)Mattias Engdegård2022-06-291-6/+7
* | Complete transition to rx for compilation `gnu` patternMattias Engdegård2022-06-291-34/+39
* | Improve the eval-defun doc stringLars Ingebrigtsen2022-06-291-1/+4
* | lisp/progmodes/python.el (python-nav-end-of-block): prevent infinite loopTom Gillespie2022-06-291-2/+9
* | Fix compilation-mode parsing of file names in Gradle errorsLars Ingebrigtsen2022-06-291-8/+9
* | Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-251-0/+1
* | Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen2022-06-251-1/+0
* | Fix some byte-compilation warnings about subr-xLars Ingebrigtsen2022-06-241-0/+1