emacs/lisp/progmodes
Dmitry Gutov 47e59c666a Port indentation code from js2-mode to js-mode
* lisp/progmodes/js.el (js-auto-indent-flag): Remove, was unused.
(js-switch-indent-offset): New option.
(js--proper-indentation): Use it.  And handle the case when
"default" is actually a key in an object literal.
(js--same-line): New function.
(js--multi-line-declaration-indentation): Use it.
(js--indent-in-array-comp, js--array-comp-indentation): New
functions.
(js--proper-indentation): Use them, to handle array comprehension
continuations.
2013-12-08 18:08:45 +02:00
..
.gitignore
ada-mode.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
ada-prj.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ada-stmt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ada-xref.el Misc changes to reduce use of `(lambda...); and other cleanups. 2013-08-29 15:55:58 -04:00
antlr-mode.el * lisp/progmodes/antlr-mode.el: No need to require cc-mode twice. 2013-08-28 19:32:25 -04:00
asm-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autoconf.el * lisp/progmodes/autoconf.el (autoconf-mode): Tweak comment-start-skip. 2013-11-07 23:36:54 -08:00
bat-mode.el Misc changes to reduce use of `(lambda...); and other cleanups. 2013-08-29 15:55:58 -04:00
bug-reference.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cap-words.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-align.el Correct the position of point in some line-up functions. 2013-03-06 14:24:39 +00:00
cc-awk.el * lisp/progmodes/cc-awk.el (c-forward-sws): Declare. 2013-09-04 20:12:36 -04:00
cc-bytecomp.el * lisp/progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case. 2013-08-28 19:31:52 -04:00
cc-cmds.el Plain fboundp silences compilation warnings since Emacs 22.1 2013-06-01 11:19:29 -07:00
cc-compat.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-defs.el Plain boundp silences compilation warnings since Emacs 22.1. 2013-06-01 13:08:52 -07:00
cc-engine.el Indent statements in macros following "##" correctly. 2013-10-27 21:24:17 +00:00
cc-fonts.el Allow comma separated lists after Java "implements". 2013-10-20 14:27:22 +00:00
cc-guess.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-langs.el Fix indentation/fontification of Java enum with "implements". 2013-09-28 17:17:01 +00:00
cc-menus.el Reformulate java imenu-generic-expression. 2013-04-15 14:32:20 +00:00
cc-mode.el Improve previous interpreter-mode-alist change 2013-09-10 23:44:35 -07:00
cc-styles.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cc-vars.el Plain fboundp silences compilation warnings since Emacs 22.1 2013-06-01 11:19:29 -07:00
cfengine.el Add CFEngine 3 ElDoc, completion, and compilation glue to cf-promises. 2013-11-16 17:36:14 -05:00
cmacexp.el Use accented form of some names 2013-10-12 17:31:19 -07:00
compile.el Bug#16045 2013-12-06 16:34:06 +01:00
cperl-mode.el * lisp/progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function): 2013-11-03 22:44:23 -05:00
cpp.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
cwarn.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dcl-mode.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
ebnf-abn.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
ebnf-bnf.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
ebnf-dtd.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
ebnf-ebx.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
ebnf-iso.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
ebnf-otz.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
ebnf-yac.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
ebnf2ps.el * lisp/progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some 2013-10-21 20:47:32 -04:00
ebrowse.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
etags.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
executable.el Use with-demoted-errors now that it can format any error messages 2013-09-11 22:32:57 -07:00
f90.el Do not call to `selected-frame' where it is assumed by default. 2013-08-05 14:35:55 +04:00
flymake.el Re-write flymake-highlight-line in flymake.el 2013-12-08 17:18:55 +08:00
fortran.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
gdb-mi.el * subr.el (process-live-p): Return nil for non-process. 2013-12-02 15:13:01 +08:00
glasses.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
grep.el Bug#16045 2013-12-06 16:34:06 +01:00
gud.el * lisp/progmodes/gud.el (ctl-x-map): Remove C-x SPC binding. 2013-11-14 15:20:11 -05:00
hideif.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hideshow.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
icon.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
idlw-complete-structtag.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
idlw-help.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
idlw-shell.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
idlw-toolbar.el Do not call to `selected-frame' where it is assumed by default. 2013-08-05 14:35:55 +04:00
idlwave.el Silence idlwave compilation 2013-06-19 00:21:59 -07:00
inf-lisp.el * lisp/progmodes/inf-lisp.el (inferior-lisp-menu): Add menu. 2013-10-24 19:35:55 -07:00
js.el Port indentation code from js2-mode to js-mode 2013-12-08 18:08:45 +02:00
ld-script.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
m4-mode.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
make-mode.el * make-mode.el (makefile-mode-syntax-table): Treat "=" as punctuation. 2013-06-14 19:25:00 -07:00
mantemp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
meta-mode.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
mixal-mode.el Tweak some settings of compile-command 2013-08-13 00:56:43 -07:00
modula2.el
octave.el * progmodes/octave.el (inferior-octave-prompt): Use shy groups. 2013-12-06 12:26:17 +08:00
opascal.el * lisp/progmodes/opascal.el: Use font-lock and syntax-propertize. 2013-04-25 12:07:33 -04:00
pascal.el * lisp/progmodes/pascal.el (pascal--syntax-propertize): New const. 2013-05-04 22:26:38 -04:00
perl-mode.el * lisp/progmodes/perl-mode.el: Use lexical-binding. 2013-10-08 01:10:10 -04:00
prog-mode.el Revert 2013-06-20T00:39:59Z!lekktu@gmail.com. 2013-06-20 12:28:23 +02:00
prolog.el * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring. 2013-11-05 11:47:47 +02:00
ps-mode.el Update ps-mode.el from upstream 2013-02-23 14:06:45 -08:00
python.el * lisp/progmodes/python.el (python-mode-map): Remove binding for ":". 2013-11-28 21:03:39 -05:00
ruby-mode.el * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Touch 2013-12-06 16:24:10 +02:00
scheme.el * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring. 2013-11-05 11:47:47 +02:00
sh-script.el * subr.el (process-live-p): Return nil for non-process. 2013-12-02 15:13:01 +08:00
simula.el Make simula.el special bug reporting obsolete 2013-02-23 13:49:41 -08:00
sql.el * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. 2013-10-12 22:23:42 -07:00
subword.el * lisp/progmodes/subword.el (subword-capitalize): Fix Stefan's mess. 2013-10-15 23:02:40 -04:00
tcl.el Use completion-at-point rather than obsolete alias. 2013-05-29 20:20:56 -07:00
vera-mode.el Silence vera-mode compilation 2013-05-22 21:59:14 -07:00
verilog-mode.el Sync with upstream verilog-mode revision 78e66ba. 2013-11-13 18:58:51 -08:00
vhdl-mode.el Small speedbar-related clean-up 2013-05-21 20:13:56 -07:00
which-func.el * which-func.el (ediff-window-A, ediff-window-B, (ediff-window-C): Declare. 2013-05-23 20:49:17 -07:00
xscheme.el Use add/remove-function to manipulate process-filters. 2013-04-20 12:24:04 -04:00