aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update project-kill-buffer-conditions to match buffer-match-pPhilip Kaludercic2022-04-151-16/+24
* CC Mode: Fix unwanted fontification of function call as function declarationAlan Mackenzie2022-04-101-1/+1
* Fix sql-mode comment-end parsingLars Ingebrigtsen2022-04-091-1/+12
* Add .bashrc detection to sh-modeDavide Masserut2022-04-061-1/+1
* * lisp/progmodes/cc-cmds.el (indent-new-comment-line): Delete adviceStefan Monnier2022-04-041-12/+0
* * lisp/progmodes/xref.el (xref-search-program): Fix typo.Dmitry Gutov2022-04-021-1/+1
* Support ugrep in xref-search-program-alistManuel Uberti2022-04-021-1/+3
* ; Improve readablity in grep.elMichael Albinus2022-03-261-1/+1
* Make quoting of shell arguments in grep.el more robustMichael Albinus2022-03-231-62/+67
* Support changing remoteness of DIR in rgrep and lgrepMichael Albinus2022-03-231-24/+30
* Fix grep-like functions when running on a remote hostMichael Albinus2022-03-221-52/+59
* Support indentation of Ruby pattern matching expressionsDmitry Gutov2022-03-211-5/+7
* Fix a use of 'cl-defgeneric'.Philipp Stephani2022-03-171-1/+1
* * lisp/progmodes/python.el: Account for new keywords.Colin Woodbury2022-03-121-0/+2
* Merge from origin/emacs-28Stefan Kangas2022-03-081-1/+1
|\
| * Fix which-func-update doc stringLars Ingebrigtsen2022-03-071-1/+1
* | Display complex data types in gdb-miGustaf Waldemarson2022-03-061-5/+64
* | project-shell: Ensure the resulting buffer is liveDmitry Gutov2022-03-051-1/+6
* | Fix clobbering of match data in executable-set-magicLars Ingebrigtsen2022-03-031-6/+7
* | Cache the backend value together with the project rootDmitry Gutov2022-03-031-29/+32
* | * lisp/progmodes/xref.el: Bump the version.Dmitry Gutov2022-03-031-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-02-281-1/+1
|\ \ | |/
| * Add explicit '--no-heading' for ripgrepDmitry Gutov2022-02-271-1/+1
* | Add project-ignore-buffer-conditionsManuel Uberti2022-02-271-10/+37
* | Drop the visited file modtime check for remote xref hitsDmitry Gutov2022-02-261-5/+7
* | xref--find-file-buffer: Check modified-p and modtimeDmitry Gutov2022-02-251-4/+10
* | Unbreak project switcher when inside *xref* bufferDmitry Gutov2022-02-231-2/+9
* | Bump xref.el version.Dmitry Gutov2022-02-211-1/+1
* | Public-ize xref-show-xrefsDmitry Gutov2022-02-212-4/+10
* | Public-ize xref-current-itemDmitry Gutov2022-02-211-6/+11
* | Merge from origin/emacs-28Eli Zaretskii2022-02-181-2/+2
|\ \ | |/
| * * lisp/progmodes/subword.el (superword-mode): Doc fix. (Bug#54045)Eli Zaretskii2022-02-181-2/+2
* | Note current buffer and restore it in c-force-redisplay.Alan Mackenzie2022-02-101-4/+6
* | Merge from origin/emacs-28Stefan Kangas2022-02-101-2/+2
|\ \ | |/
| * Mark flymake as compatible with emacs-26.1Robert Pluim2022-02-081-2/+2
* | Merge from origin/emacs-28Stefan Kangas2022-02-091-2/+2
|\ \ | |/
| * flymake: Ensure compatibility with older EmacsenBrian Leung2022-02-081-2/+2
* | * lisp/progmodes/xref.el (xref--marker-ring): Fix typoStefan Monnier2022-02-071-1/+1
* | Improve indentation of some shell script formsLars Ingebrigtsen2022-02-071-9/+15
* | (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-042-2/+3
* | python.el: Silence left over warning in last commitStefan Monnier2022-02-041-0/+1
* | python.el: Try and better split the Tramp codeStefan Monnier2022-02-041-165/+157
* | ; cperl-mode.el: Detect prototypes in anonymous subroutinesHarald Jörg2022-02-021-1/+1
* | * lisp/replace.el (query-replace-read-from-default): New variable.Juri Linkov2022-02-012-5/+7
* | * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nilAlan Mackenzie2022-01-311-37/+38
* | Add setx highlighting to bat-modeArni Magnusson2022-01-271-3/+3
* | Don't loop so much in gud-query-cmdline on remote systemsLars Ingebrigtsen2022-01-241-7/+12
* | Add "then" to sh--completion-keywordsLars Ingebrigtsen2022-01-241-1/+1
* | Improve scheme-imenu-generic-expressionAlex Kost2022-01-231-6/+47
* | ruby-toggle-block-space-before-parameters: New user optionDmitry Gutov2022-01-211-7/+15