1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
emacs/lisp/progmodes
Alan Mackenzie 6bd817ee66 Fix problems in CC Mode with " being entered into a comment at EOB.
* lisp/progmodes/cc-engine.el (c-full-lit-near-cache): Amend the definition
such that an element's END element will be nil if the pertinent literal is
open at EOB.
(c-full-pp-to-literal): Before setting the aforementioned END element, check
that we're no longer in a literal.  (c-literal-limits): When
c-full-pp-to-literal returns a list with a nil END element, replace this by
(point-max) to keep the interface of c-literal-limits unchanged.

* lisp/progmodes/cc-mode.el (c-after-change-mark-abnormal-strings): Having
found a string quote, check it is not inside an unterminated comment (i.e. one
at EOB).
2019-07-23 09:55:49 +00:00
..
ada-mode.el Merge from origin/emacs-26 2019-07-06 12:52:12 -07:00
ada-prj.el
ada-stmt.el
ada-xref.el
antlr-mode.el
asm-mode.el Use lexical-binding in asm-mode.el and add tests 2019-07-18 20:41:47 +02:00
autoconf.el
bat-mode.el
bug-reference.el
cc-align.el
cc-awk.el
cc-bytecomp.el
cc-cmds.el
cc-defs.el CC Mode: allow bogusly "adjacent" double quote marks to pair up syntactically 2019-07-16 20:01:12 +00:00
cc-engine.el Fix problems in CC Mode with " being entered into a comment at EOB. 2019-07-23 09:55:49 +00:00
cc-fonts.el * lisp/progmodes/cc-fonts.el (gtkdoc-font-lock-keywords): Fix faulty regexp 2019-07-17 09:35:26 +00:00
cc-guess.el
cc-langs.el Fix an infinite loop in c-end-of-macro. Should fix bug #36484 2019-07-04 13:18:51 +00:00
cc-menus.el
cc-mode.el Fix problems in CC Mode with " being entered into a comment at EOB. 2019-07-23 09:55:49 +00:00
cc-styles.el
cc-vars.el C++ Mode: change the default doc comment style from nothing to gtkdoc 2019-06-30 15:02:13 +00:00
cfengine.el
cmacexp.el
compile.el * lisp/progmodes/compile.el (compilation-filter): `compilation--ensure-parse' 2019-07-12 21:57:18 +03:00
cperl-mode.el Fix looking up functions like "-e" in cperl-mode 2019-07-13 10:39:42 +03:00
cpp.el
cwarn.el
dcl-mode.el
ebnf-abn.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-bnf.el
ebnf-dtd.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-ebx.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el
elisp-mode.el Don't load elec-pair in elisp-mode (Bug#36539) 2019-07-18 20:06:27 -04:00
etags.el Fix warning about obsolete func calling obsolete func in etags.el 2019-06-13 01:33:27 +02:00
executable.el * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete 2019-06-21 10:30:50 -04:00
f90.el
flymake-cc.el More carefully cleanup Flymake C/C++ backend's temp buffers 2019-07-02 16:09:59 +01:00
flymake-proc.el
flymake.el Fix Flymake's user-visible accessors of diagnostic positions 2019-07-04 00:38:46 +01:00
fortran.el
gdb-mi.el Fix redisplay of registers in gdb-mi 2019-06-26 19:14:25 +03:00
glasses.el
grep.el Add file sorting options to find-dired and grep-find (bug#36110) 2019-06-20 00:55:07 +03:00
gud.el Make "M-x pdb" use "[:graph:]" to match file names 2019-07-06 12:08:44 +03:00
hideif.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
hideshow.el
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el Touch ups to the XEmacs deletion patch for idlw-shell.el 2019-06-13 00:16:17 +02:00
idlw-toolbar.el
idlwave.el
inf-lisp.el
js.el
ld-script.el
m4-mode.el
make-mode.el
meta-mode.el
mixal-mode.el
modula2.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
octave.el * lisp/progmodes/octave.el (matchedrules): Add spmd...end (bug#36703) 2019-07-20 12:05:07 -04:00
opascal.el * lisp/progmodes/opascal.el: Tweak code to ease edebugging 2019-07-22 15:41:17 -04:00
pascal.el Remove XEmacs compat code from pascal.el 2019-06-20 12:51:38 +02:00
perl-mode.el
prog-mode.el
project.el project.el compilation warning fix 2019-06-13 16:16:57 +02:00
prolog.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ps-mode.el * lisp/progmodes/ps-mode.el (ps-mode-octal-region): Simplify. 2019-06-13 17:40:32 -04:00
python.el Merge from origin/emacs-26 2019-07-06 12:51:30 -07:00
ruby-mode.el
scheme.el
sh-script.el * lisp/progmodes/sh-script.el (sh-assignment): Put delete-selection on symbol 2019-07-16 01:00:49 +03:00
simula.el
sql.el
subword.el
tcl.el
vera-mode.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
verilog-mode.el * lisp/progmodes/verilog-mode.el: Update Version: 2019-07-09 09:30:49 -04:00
vhdl-mode.el
which-func.el
xref.el Add xref-file-name-display 2019-07-17 09:17:36 -07:00
xscheme.el