aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fail earlier if stale Flymake report functions calledJoão Távora2021-04-101-1/+4
* Don't stop when before space or closing parenDmitry Gutov2021-04-101-1/+1
* CC Mode: fix c-where-wrt-brace-construct to cope with class declarationsAlan Mackenzie2021-04-091-15/+32
* Merge branch 'vhdl-mode-lexbind' into trunkStefan Monnier2021-04-091-407/+448
|\
| * * lisp/progmodes/vhdl-mode.el: Use lexical-bindingStefan Monnier2021-04-081-407/+448
* | * lisp/progmodes/cmacexp.el: Use lexical-binding.Stefan Kangas2021-04-091-18/+19
|/
* * lisp/progmodes/vhdl-mode.el: Use progress-reporterStefan Monnier2021-04-081-72/+51
* Add explicit support for C-g or ESC ESC ESC after keymap promptDmitry Gutov2021-04-071-1/+5
* Allow complex key bindings in project-switch-projectDario Gjorgjevski2021-04-071-16/+20
* * lisp/progmodes/ps-mode.el: Use lexical-bindingStefan Monnier2021-04-061-19/+19
* Do not search the global keymap in project--keymap-promptDario Gjorgjevski2021-04-051-1/+1
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-051-9/+3
* cperl-mode: Don't reposition the window when writing messagesHarald Jörg2021-04-041-13/+19
* * lisp/progmodes/simula.el: Use lexical-bindingStefan Monnier2021-04-021-63/+36
* * lisp/progmodes/xref.el: Change xref-file-name-display and xref-match face.Juri Linkov2021-04-021-2/+2
* Fix C-u project-find-regexp's default dirDmitry Gutov2021-04-021-2/+3
* * lisp/progmodes/cfengine.el: Use lexical-bindingStefan Monnier2021-04-011-2/+2
* * lisp/progmodes/dcl-mode.el: Clarify what is meant by DCLStefan Monnier2021-04-011-3/+5
* Use lexical-binding in executable.el and add testsStefan Kangas2021-04-011-1/+1
* Remove redundant #' before lambda in progmodes/*.elStefan Kangas2021-04-017-31/+31
* * lisp/progmodes/dcl-mode.el: Use lexical-bindingStefan Monnier2021-03-311-25/+26
* Use lexical-binding in progmodes/inf-lisp.elStefan Kangas2021-03-311-57/+55
* Fix incorrect regular expression for more general text replacements.Luke Lee2021-03-311-1/+1
* * lisp/progmodes/cwarn.el: Use lexical-binding.Stefan Kangas2021-03-311-1/+1
* lisp/progmodes/verilog-mode.el internal code cleanup.Mattias Engdegard2021-03-301-10/+5
* Provide information to show icons with Elisp completionsDmitry Gutov2021-03-301-0/+19
* lisp/progmodes/verilog-mode.el: Prepare for lexical-binding.Stefan Monnier2021-03-291-144/+145
* * lisp/progmodes/verilog-mode.el: Use #' where appropriate.Stefan Monnier2021-03-291-84/+84
* lisp/progmodes/verilog-mode.el: Fix indentation of enum.Wilson Snyder2021-03-291-8/+7
* * lisp/progmodes/project.el (project-regexp-history-variable): New variable.Juri Linkov2021-03-291-1/+4
* Fix an infinite loop in C++ Mode redisplay. This was bug #47191.Alan Mackenzie2021-03-292-23/+36
* compilation-goto-locus does not handle right display-bufferpillule2021-03-281-2/+3
* Fix typoDmitry Gutov2021-03-251-1/+1
* Add command project-remove-known-projectTheodor Thornhill2021-03-251-6/+17
* * list/progmodes/idl*.el: Use lexical-bindingStefan Monnier2021-03-245-775/+689
* perl-mode: Fix regexps for fontificationHarald Jörg2021-03-241-3/+3
* xref.el: Keep Emacs 26 compatibilityDmitry Gutov2021-03-241-5/+10
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-245-25/+16
* Convert many more links to use HTTPSStefan Kangas2021-03-2410-16/+12
* * lisp/progmodes/simula.el (hilit-set-mode-patterns): Use regexp-opt.Stefan Kangas2021-03-241-1/+13
* * lisp/progmodes/modula2.el: Use lexical-binding.Stefan Kangas2021-03-241-28/+28
* * lisp/progmodes/ebnf-*.el: Use lexical-bindingStefan Monnier2021-03-238-10/+10
* Use pop-to-buffer-same-window for shellTheodor Thornhill2021-03-211-1/+1
* Allow hide-ifdef-guts to work in buffers not visiting filesZhiwei Chen2021-03-211-1/+1
* cperl-mode: Don't interpret y_ as start of y// function.Harald Jörg2021-03-181-15/+18
* Don't pre-load facemenuLars Ingebrigtsen2021-03-181-0/+1
* Leave signaling the exact error to cl-generic's internalsDmitry Gutov2021-03-181-4/+6
* Stop project-root from going into infinite recursionDmitry Gutov2021-03-171-2/+7
* New commands xref-next-line-no-show and xref-prev-line-no-show (bug#44611)Juri Linkov2021-03-161-2/+12
* Fix problem in Tramp running two async processes in parallelMichael Albinus2021-03-161-6/+1