index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-28
Glenn Morris
2021-10-12
1
-3
/
+2
|
\
|
*
Don't apply shorthands to punctuation-only symbols (bug#51089)
João Távora
2021-10-11
1
-3
/
+2
*
|
Fix merge error for elisp-mode-tests.el
Glenn Morris
2021-10-11
1
-12
/
+0
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-11
1
-0
/
+24
|
\
|
|
*
Add new failing test for bug#51089
João Távora
2021-10-10
1
-0
/
+12
*
|
test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: Lexbind
Stefan Monnier
2021-10-08
1
-0
/
+2
*
|
Change the call convention for `defvar-keymap'
Lars Ingebrigtsen
2021-10-05
1
-2
/
+3
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-04
2
-6
/
+14
|
\
|
|
*
Rename elisp-shorthands to read-symbol-shorthands
João Távora
2021-10-03
2
-6
/
+6
|
*
Font-lock shorthands in elisp-mode for quick visual recognition (bug#50959)
João Távora
2021-10-03
1
-0
/
+8
*
|
Add 'define-keymap' and 'defvar-keymap'
Lars Ingebrigtsen
2021-10-04
1
-0
/
+8
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-01
1
-12
/
+10
|
\
|
|
*
Migrate Xref off EIEIO
Dmitry Gutov
2021-10-01
1
-12
/
+10
*
|
Restore the flet indentation fixes
akater
2021-10-01
2
-1
/
+227
*
|
Add more indentation tests for Emacs Lisp mode
Lars Ingebrigtsen
2021-10-01
2
-23
/
+53
|
/
*
; Mark cl-flet indentation test as failing (bug#9622)
Mattias Engdegård
2021-09-30
1
-0
/
+1
*
Use ert-resource-file in the shorthand tests
Lars Ingebrigtsen
2021-09-28
2
-16
/
+6
*
Move test-cl-flet-indentation to the right file
Lars Ingebrigtsen
2021-09-27
1
-0
/
+10
*
Add #_ reader macro to escape shorthand renaming
João Távora
2021-09-27
2
-1
/
+14
*
Consider shorthands in Elisp's elisp-completion-at-point
João Távora
2021-09-27
2
-0
/
+18
*
Rework Elisp shorthands to only allow only prefix substitution
João Távora
2021-09-27
2
-6
/
+6
*
Move most of the shorthand implementation to C code
João Távora
2021-09-27
2
-0
/
+84
*
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-09-26
7
-20
/
+32
*
Make syntax-ppss more accurate for Python triple quotes (bug#49518)
João Távora
2021-09-21
1
-1
/
+0
*
Expand and improve electric-pair-mode and Python testing (bug#49518)
João Távora
2021-09-21
1
-1
/
+28
*
Localize namespace-filtering code
Dmitry Gutov
2021-09-15
1
-7
/
+18
*
cperl-mode.el: Allow non-ASCII Perl identifiers
Harald Jörg
2021-09-14
2
-1
/
+314
*
Keep and report "foreign" diangnostics in flymake-cc Flymake backend
João Távora
2021-09-14
2
-0
/
+7
*
Fix the tests
Dmitry Gutov
2021-09-13
1
-8
/
+18
*
; Minor doc fixes found by checkdoc
Stefan Kangas
2021-09-13
1
-5
/
+5
*
; Fix symbol quoting typos
Stefan Kangas
2021-09-12
1
-1
/
+1
*
Infer identifier namespace in elisp xref backend
Mattias Engdegård
2021-09-12
1
-0
/
+111
*
Fix test find-defs-defgeneric-el
Dmitry Gutov
2021-09-10
1
-0
/
+6
*
Change ruby-align-chained-calls indendation
Stefan Monnier
2021-09-09
1
-1
/
+28
*
cperl-mode.el: Use rx sequences for Perl grammar
Harald Jörg
2021-09-07
1
-5
/
+5
*
project--files-in-directory: Fix handling of ignores
Dmitry Gutov
2021-09-06
2
-0
/
+23
*
; Fix typos
Stefan Kangas
2021-09-03
1
-1
/
+1
*
Add a test for bug#50320 in sh-script
Lars Ingebrigtsen
2021-09-02
1
-0
/
+11
*
Revert "Tweak sh-script-mode indentation further"
Lars Ingebrigtsen
2021-09-02
1
-12
/
+1
*
; cperl-mode.el: Fix border cases of inserting with elisp
Harald Jörg
2021-08-30
1
-6
/
+52
*
(cperl-test-bug-14343): Make it work for perl-mode
Stefan Monnier
2021-08-30
1
-7
/
+7
*
* test/lisp/progmodes/cperl-mode-tests.el: Adjust here-doc tests for perl-mode
Stefan Monnier
2021-08-30
1
-31
/
+26
*
Tweak sh-script-mode indentation further
Kévin Le Gouguec
2021-08-29
1
-1
/
+12
*
Fix shell-script-mode indentation of continuation lines
Dario Gjorgjevski
2021-08-27
1
-0
/
+40
*
Fix recently added cperl test
Glenn Morris
2021-08-23
1
-2
/
+2
*
; cperl-mode: bugfix / rework fontification of here-docs
Harald Jörg
2021-08-23
1
-0
/
+115
*
ruby-mode imenu: Support methods with modifiers
Dmitry Gutov
2021-08-17
1
-0
/
+22
*
perl-mode: fix variable fontification
Tomasz Konojacki
2021-08-07
1
-0
/
+7
*
Off-by-one error in compilation rule end-column function (bug#49624)
Mattias Engdegård
2021-07-23
1
-0
/
+27
*
; * test/lisp/progmodes/compile-tests.el: simplify end-col
Mattias Engdegård
2021-07-18
1
-10
/
+10
[next]