summaryrefslogtreecommitdiff
path: root/lisp/progmodes/perl-mode.el
Commit message (Expand)AuthorAgeFilesLines
...
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-2/+2
* Propertize only perl prototype chars `][$%&*;+@\' as punctuationEvgeni Kolev2017-04-011-3/+5
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-3/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* * lisp/progmodes/perl-mode.el: Refine handling of /re/ and y/abc/def/Stefan Monnier2015-06-151-11/+25
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):Stefan Monnier2014-09-211-1/+1
* * lisp/progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.Stefan Monnier2014-07-081-158/+129
* * lisp/progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.Stefan Monnier2014-04-251-24/+19
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Slash afterStefan Monnier2014-04-221-1/+1
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent inStefan Monnier2014-04-161-1/+3
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier2014-04-021-1/+5
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Add "foreach"Stefan Monnier2014-04-021-1/+1
* * lisp/progmodes/perl-mode.el (perl-indent-new-calculate):Stefan Monnier2014-04-021-5/+6
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/progmodes/perl-mode.el: Use lexical-binding.Stefan Monnier2013-10-081-26/+20
* Convert symbol prettification into minor mode and global minor mode.Juanma Barranquero2013-06-191-1/+1
* Introduce and use prog-prettify-install.Ted Zlatanov2013-06-051-21/+4
* Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l...Ted Zlatanov2013-06-051-42/+26
* * lisp/progmodes/perl-mode.el (perl-prettify-symbols): Add :version.Glenn Morris2013-05-071-0/+1
* * lisp/progmodes/perl-mode.el: Add support for here documents.Stefan Monnier2013-05-061-6/+43
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Fix last change.Chong Yidong2012-12-011-2/+4
* | Modularize add-log-current-defun.Chong Yidong2012-12-011-1/+7
* | Convert several major modes to setq-local.Chong Yidong2012-12-011-17/+15
* | * perl-mode.el: Add coding cookie.Stefan Monnier2012-11-081-18/+13
* | * lisp/progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.Stefan Monnier2012-11-081-22/+68
|/
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-2/+2
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-1/+0
* Add perl-indent-parens-as-block option (tiny change)Peter Oliver2012-04-161-2/+13
* * lisp/progmodes/perl-mode.el (c-macro-expand): Remove unnecessary autoloadGlenn Morris2012-04-161-6/+1
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-9/+9
* * lisp/progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.Stefan Monnier2012-03-291-11/+12
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):Stefan Monnier2012-03-141-1/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Small perl-mode fixes.Glenn Morris2011-10-041-3/+7
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):Stefan Monnier2011-09-271-1/+2
* Handle "my" and "our" keywords in Perl imenu (Bug#8261).Chong Yidong2011-05-081-1/+1
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):Stefan Monnier2011-01-241-2/+4
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-30/+12
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-5/+2