summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cperl-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Fix highlighting in cperl-mode for "for /regex/"E. Choroba2021-06-241-1/+1
* cperl-mode: Eliminate bad interpretation of ?foo?Harald Jörg2021-05-061-10/+6
* cperl-mode: Avoid abbrev expansion in variable namesHarald Jörg2021-04-201-1/+1
* cperl-mode: Don't reposition the window when writing messagesHarald Jörg2021-04-041-13/+19
* 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
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-4/+4
* Remove Emacs 19 workaround from cperl-mode.elStefan Kangas2021-03-101-16/+6
* Remove check for missing easymenu from cperl-mode.elStefan Kangas2021-02-261-158/+153
* Fix regexp mistakesMattias Engdegård2021-02-191-1/+1
* Fix typosMattias Engdegård2021-02-181-3/+3
* cperl-mode: Improve detection of index entries for imenuHarald Jörg2021-02-171-129/+231
* Comment out mysterious code from cperl-mode.elStefan Kangas2021-02-131-3/+6
* Remove outdated documentation from cperl-mode.elStefan Kangas2021-02-131-57/+12
* Remove XEmacs and Emacs 21 compat code from cperl-modeStefan Kangas2021-02-131-19/+20
* ; Fix recent regexp-opt conversion in cperl-modeStefan Kangas2021-02-121-2/+2
* * lisp/progmodes/cperl-mode.el (cperl-init-faces): Use regexp-opt.Stefan Kangas2021-02-111-100/+59
* cperl-mode: eliminate dead codeHarald Jörg2021-02-041-61/+29
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix some over-wide docstringsStefan Kangas2020-12-301-3/+3
* cperl-mode: Correctly syntax highlight index/value array slicesE. Choroba2020-12-251-1/+1
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-1/+3
* CPerl-mode: don't treat <<>> as starting a here-docHarald Jörg2020-12-161-1/+2
* Update short docs in cperl-modeE. Choroba2020-12-161-3/+7
* ; cperl-mode: Eliminate fallbacks if font-lock isn't loadedHarald Jörg2020-12-111-38/+7
* Remove some ancient Emacs compat code from cperl-modeStefan Kangas2020-12-101-4/+0
* Prefer setq-local in cperl-mode.elStefan Kangas2020-12-101-79/+78
* Remove redundant requires of 'font-lock'Stefan Kangas2020-12-031-1/+0
* Make variable cperl-version obsoleteStefan Kangas2020-12-021-5/+2
* Remove some Emacs 19 compat code from cperl-modeStefan Kangas2020-12-021-8/+5
* Use null-device where appropriateMichael Albinus2020-11-251-1/+1
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-2/+0
* Add new variable cperl-tags-file-nameStefan Kangas2020-11-191-1/+4
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-191-1/+1
* * lisp/progmodes/cperl-mode.el: Doc fix.Stefan Kangas2020-11-191-2/+0
* Remove redundant 'function's around lambdasStefan Kangas2020-11-171-76/+68
* perl-mode and cperl-mode: Recognize regex after "return"Harald Jörg2020-11-171-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-11-141-26/+26
* cperl-mode: Indentation of ')' follows customisationHarald Jörg2020-11-091-0/+1
* cperl-mode: Fix indentation for Emacs 26Harald Jörg2020-11-031-0/+3
* * lisp/simple.el (blink-matching-open): Fix bug#37127Stefan Monnier2020-10-301-7/+0
* Suppress a misleading message when closing a paren in a regexHarald Jörg2020-10-301-0/+7
* cperl-mode: Delete a misleading comment, add tests for verificationHarald Jörg2020-10-191-7/+0
* Add some references to the microdocs in the comments in cperl-modeLars Ingebrigtsen2020-10-151-0/+4
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* cperl-mode: Add compatibility for Emacs 26.1Harald Jörg2020-09-281-3/+24
* cperl-mode: Delete conditional code where conditions evaluate to nilHarald Jörg2020-09-261-212/+6
* ; Fix typosStefan Kangas2020-09-211-2/+2
* * lisp/progmodes/cperl-mode.el (cperl-set-style): Fix docstring.Michael Albinus2020-09-181-1/+2
* cperl-mode: Add new value "PBP" for 'cperl-set-style'Harald Jörg2020-09-171-8/+33