emacs/lisp/progmodes
Harald Jörg 00f86833ac ; perl-mode, cperl-mode: Fix $\" in strings (Bug#69604)
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
Add to syntax-propertize-rules that $ is punctuation in strings.

* lisp/progmodes/cperl-mode.el (cperl-find-pods-heres): capture $\
to catch the edge case of "$\"".  Make $ a punctuation char in
strings and comments.

* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-69604):
New testcases with various combinations of $ " \
2024-03-08 00:41:32 +01:00
..
antlr-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
asm-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
autoconf.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bat-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bug-reference.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
c-ts-common.el ; Fix typos in symbol names 2024-01-21 15:28:06 +01:00
c-ts-mode.el ; Fix last major-mode-remap-defaults change. 2024-03-04 07:19:22 +01:00
cc-align.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cc-awk.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cc-bytecomp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-cmds.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cc-defs.el Revert "Suppress docstring control char warning in macro-generated function" 2024-03-07 14:29:36 +01:00
cc-engine.el ; Fix typos in symbol names 2024-01-21 15:28:06 +01:00
cc-fonts.el ; Fix typos in symbol names 2024-01-21 15:28:06 +01:00
cc-guess.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-langs.el Use obarray-make instead of make-vector to create obarrays 2024-02-23 13:02:27 +01:00
cc-menus.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-mode.el ; Fix last major-mode-remap-defaults change. 2024-03-04 07:19:22 +01:00
cc-styles.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cc-vars.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cfengine.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cl-font-lock.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cmacexp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cmake-ts-mode.el Recognize functions and macros as defuns in 'cmake-ts-mode' 2024-02-22 15:02:20 +02:00
compile.el Fix downcasing of mode-name in compile.el 2024-02-03 13:00:15 +02:00
cperl-mode.el ; perl-mode, cperl-mode: Fix $\" in strings (Bug#69604) 2024-03-08 00:41:32 +01:00
cpp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
csharp-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cwarn.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dcl-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
dockerfile-ts-mode.el Merge from origin/emacs-29 2024-01-27 08:14:31 -05:00
ebnf-abn.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebnf-bnf.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebnf-dtd.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebnf-ebx.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebnf-iso.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebnf-otz.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebnf-yac.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebnf2ps.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebrowse.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
eglot.el Add sml-mode entry to 'eglot-server-programs' 2024-02-24 11:04:30 +01:00
elisp-mode.el * lisp/progmodes/elisp-mode.el (eval-last-sexp, eval-defun): Fix thinko 2024-02-24 17:52:14 -05:00
elixir-ts-mode.el elixir-ts-mode: Highlight more method definitions 2024-02-07 04:18:54 +02:00
erts-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
etags-regen.el New feature: etags-regen-mode 2024-01-04 03:44:40 +02:00
etags.el Use obarrayp, not vectorp, to detect obarrays 2024-02-23 13:02:27 +01:00
executable.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
f90.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
flymake-cc.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
flymake-proc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
flymake.el Fix Flymake lighter tool-tip from generating errors 2024-02-23 17:45:40 +02:00
fortran.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
gdb-mi.el Merge from origin/emacs-29 2024-03-02 03:43:14 -05:00
glasses.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
go-ts-mode.el (major-mode-remap(-defaults)): New var and function (bug#69191) 2024-03-03 23:58:18 -05:00
grep.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
gud.el ; Spelling fixes 2024-01-30 17:23:25 -08:00
heex-ts-mode.el Tree-sitter support for outline-minor-mode (bug#68824) 2024-02-12 20:18:24 +02:00
hideif.el hideif.el: Minor cleanup 2024-02-13 20:35:05 -05:00
hideshow.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
icon.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlw-complete-structtag.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlw-help.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
idlw-shell.el Pacify some docstring control char warnings 2024-02-28 17:04:20 +01:00
idlw-toolbar.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlwave.el doc: Delete extraneous quotes around keys 2024-01-21 14:09:34 +01:00
inf-lisp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
java-ts-mode.el Merge from origin/emacs-29 2024-02-24 06:35:16 -05:00
js.el Merge from origin/emacs-29 2024-02-03 06:49:53 -05:00
json-ts-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ld-script.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
lua-ts-mode.el ; Update URL of the tree-sitter-lua grammar 2024-02-21 18:45:46 +02:00
m4-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
make-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
meta-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
mixal-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
modula2.el modula2.el: Avoid font-lock-*-face variables 2024-02-09 14:22:14 -05:00
octave.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
opascal.el (pcase): New _ syntax in pred/app functions 2024-02-11 22:00:44 -05:00
pascal.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
perl-mode.el ; perl-mode, cperl-mode: Fix $\" in strings (Bug#69604) 2024-03-08 00:41:32 +01:00
prog-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
project.el * lisp/progmodes/project.el (project-any-command): Allow local keymaps. 2024-02-25 09:32:45 +02:00
prolog.el doc: Delete extraneous quotes around keys 2024-01-21 14:09:34 +01:00
ps-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
python.el Tone down python-mode warning to a simple message (bug#68559) 2024-02-23 11:09:31 +01:00
ruby-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ruby-ts-mode.el (major-mode-remap(-defaults)): New var and function (bug#69191) 2024-03-03 23:58:18 -05:00
rust-ts-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
scheme.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
sh-script.el doc: Delete extraneous quotes around keys 2024-01-21 14:09:34 +01:00
simula.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sql.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
subword.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tcl.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
typescript-ts-mode.el Merge from origin/emacs-29 2024-02-17 04:54:48 -05:00
vera-mode.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
verilog-mode.el Verilog-mode update from upstream https://github.com/veripool/verilog-mode 2024-03-01 12:11:07 -05:00
vhdl-mode.el vhdl-mode.el: Reduce use of eval 2024-02-27 08:24:45 -05:00
which-func.el Remove redundant apply with derived-mode-p 2024-02-12 02:43:35 +01:00
xref.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
xscheme.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00