summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* * progmodes/ruby-mode.el (ruby-font-lock-keywords): Simplify the lastDmitry Gutov2013-07-131-5/+2
* * lisp/progmodes/ruby-mode.el (ruby-percent-literals-beg-re):Dmitry Gutov2013-07-131-5/+11
* Fix bug #14847 with continued GDB command lines in gdb-mi.el.Sergio Durigan Junior2013-07-121-6/+17
* Remove some more reimplementations of cl-lib functionsGlenn Morris2013-07-111-18/+5
* * progmodes/cfengine.el: Do not indent inside continued strings.Ted Zlatanov2013-07-101-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extraDmitry Gutov2013-07-091-5/+4
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight moreDmitry Gutov2013-07-031-11/+51
* * lisp/progmodes/ruby-mode.el (ruby-move-to-block): When we're at aDmitry Gutov2013-07-031-14/+9
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Don'tDmitry Gutov2013-06-301-1/+3
* * lisp/emacs-lisp/package.el: Include obsolete packages from archives.Stefan Monnier2013-06-2511-11/+8
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',Dmitry Gutov2013-06-221-2/+15
* * lisp/progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.Glenn Morris2013-06-211-17/+3
* * lisp/progmodes/ruby-mode.el (auto-mode-alist): Do not useDmitry Gutov2013-06-221-5/+4
* * progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile".Dmitry Gutov2013-06-221-1/+1
* * lisp/progmodes/ruby-mode.el (auto-mode-alist): Consolidate differentDmitry Gutov2013-06-221-5/+9
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov2013-06-221-15/+25
* Extend flymake's warning predicate to be a function. Test suite for flymake.Eduard Wiebe2013-06-211-10/+20
* * progmodes/octave.el (octave-mode): Backward compatibility fix.Leo Liu2013-06-211-4/+7
* Revert 2013-06-20T00:39:59Z!lekktu@gmail.com.Juanma Barranquero2013-06-201-0/+3
* lisp/progmodes/prog-mode.el: Remove autoload cookies.Juanma Barranquero2013-06-201-3/+0
* Quieten cperl-mode compilationGlenn Morris2013-06-191-0/+4
* Silence idlwave compilationGlenn Morris2013-06-191-1/+3
* * progmodes/octave.el (octave-help): Fix regexp.Leo Liu2013-06-191-3/+1
* * lisp/progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):Dmitry Gutov2013-06-191-1/+4
* Convert symbol prettification into minor mode and global minor mode.Juanma Barranquero2013-06-193-39/+64
* * lisp/progmodes/python.el (ffap-alist): Declare.Glenn Morris2013-06-181-0/+2
* lisp/progmodes/prog-mode.el: Force font-lock to deal with `composition' prop.Juanma Barranquero2013-06-171-5/+8
* * lisp/progmodes/prog-mode.el: Fix bug#14595.Juanma Barranquero2013-06-161-3/+5
* * make-mode.el (makefile-mode-syntax-table): Treat "=" as punctuation.Glenn Morris2013-06-141-1/+3
* Add some new scheme features (tiny change)Simen Heggestøyl2013-06-141-0/+7
* Fix last change to octave.elLeo Liu2013-06-121-1/+1
* * progmodes/octave.el (inferior-octave-startup)Leo Liu2013-06-121-34/+40
* * lisp/progmodes/prolog.el (prolog-make-keywords-regexp): Remove.Stefan Monnier2013-06-111-35/+9
* * progmodes/octave.el (octave-add-log-current-defun): New function.Leo Liu2013-06-081-27/+41
* * progmodes/octave.el (octave-function-header-regexp): Fix.Leo Liu2013-06-071-10/+1
* * newcomment.el (comment-search-backward): Revert last change.Leo Liu2013-06-071-0/+2
* * prog-mode.el: Comment fixes.Glenn Morris2013-06-061-3/+3
* (prog-prettify-symbols) (prog-prettify-install): Update docstrings.Ted Zlatanov2013-06-051-2/+8
* * lisp/simple.el: Move all the prog-mode code to prog-mode.el.Stefan Monnier2013-06-051-0/+113
* Introduce and use prog-prettify-install.Ted Zlatanov2013-06-052-32/+6
* Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l...Ted Zlatanov2013-06-052-43/+44
* Re-implement smie matching block highlight using show-paren-data-function. Leo Liu2013-06-051-6/+10
* * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.Leo Liu2013-06-051-3/+3
* Remove faulty optimisation from indentation calculation.Alan Mackenzie2013-06-041-4/+0
* Merge from emacs-24; up to 2012-12-27T20:09:45Z!juri@jurta.orgGlenn Morris2013-06-011-2/+3
|\
| * * progmodes/python.el: Fix typo in commentary.Fabián Ezequiel Gallina2013-05-261-1/+1
| * * progmodes/python.el (python-indent-block-enders): Add break,Fabián Ezequiel Gallina2013-05-261-1/+2
* | Plain boundp silences compilation warnings since Emacs 22.1.Glenn Morris2013-06-011-4/+1
* | Plain fboundp silences compilation warnings since Emacs 22.1Glenn Morris2013-06-016-14/+6
* | Don't (re)define a basic custom widget in cc-varsGlenn Morris2013-06-011-7/+12