1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
emacs/lisp/progmodes
Steve Purcell a28873ce73 Allow _ characters in SQL prompts
* lisp/progmodes/sql.el (sql-product-alist): Allow _
characters in SQL prompts (bug#22596).

Fixes issue 22596, whereby "_" is now not considered a word constituent
character in sql-interactive-mode, so prompts like "foo_dev# " are not
correctly detected. Rather than piggy-back on the symbol table, we
explicitly match against alphanumeric chars or "_".
2016-04-24 13:44:52 +02:00
..
ada-mode.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
ada-prj.el
ada-stmt.el
ada-xref.el
antlr-mode.el Spelling fixes 2016-01-25 08:09:09 -08:00
asm-mode.el
autoconf.el
bat-mode.el
bug-reference.el
cc-align.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
cc-awk.el
cc-bytecomp.el
cc-cmds.el Finish fixing a cacheing bug in CC Mode (see 2016-03-09) 2016-03-30 17:14:03 +00:00
cc-defs.el Merge from origin/emacs-25 2016-04-03 13:39:52 -07:00
cc-engine.el Merge from origin/emacs-25 2016-04-03 13:39:52 -07:00
cc-fonts.el Merge from origin/emacs-25 2016-04-03 13:39:52 -07:00
cc-guess.el
cc-langs.el ; Spelling fixes 2016-04-21 14:45:01 -07:00
cc-menus.el
cc-mode.el Fix absence of c-noise-macro-name-re, etc., in languages which don't use it 2016-03-25 18:25:08 +00:00
cc-styles.el
cc-vars.el Spelling fixes 2016-04-03 23:17:09 -07:00
cfengine.el
cmacexp.el
compile.el Regexps for matching CMake output 2016-04-23 03:10:46 +02:00
cperl-mode.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
cpp.el
cwarn.el
dcl-mode.el
ebnf2ps.el
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebrowse.el
elisp-mode.el - 2016-03-22 11:01:30 -07:00
etags.el ; Spelling fix (American spelling) 2016-01-25 18:26:42 -05:00
executable.el
f90.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
flymake.el
fortran.el
gdb-mi.el
glasses.el
grep.el Merge from origin/emacs-25 2016-04-11 09:07:16 -07:00
gud.el Remove support for IRIX 2016-03-07 08:26:36 -08:00
hideif.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
hideshow.el Add hideshow bindings analogous to outline mode 2016-02-24 15:13:41 +11:00
icon.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el
idlw-toolbar.el Avoid stray As next to IDLW icons 2016-03-24 16:53:24 -07:00
idlwave.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
inf-lisp.el
js.el (js--continued-expression-p): Special-case unary plus and minus 2016-04-02 03:07:09 +03:00
ld-script.el
m4-mode.el
make-mode.el Highlight assignments in Makefiles more correctly 2016-02-24 12:22:15 +11:00
mantemp.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
meta-mode.el
mixal-mode.el
modula2.el
octave.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
opascal.el
pascal.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
perl-mode.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
prog-mode.el Remove prog-indentation-context 2016-03-28 03:59:05 +03:00
project.el Don't use 'find-program' 2016-04-11 19:41:48 +03:00
prolog.el Port run-prolog EMACS to SWI-Prolog 7.2.3 2016-04-10 22:47:21 -07:00
ps-mode.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
python.el Add Python 3.5 keyword "await" 2016-04-21 10:05:26 +02:00
ruby-mode.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
scheme.el Allow pretty lambdas in Scheme mode 2016-02-23 19:56:52 +11:00
sh-script.el Merge from origin/emacs-25 2016-04-18 14:05:31 -07:00
simula.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
sql.el Allow _ characters in SQL prompts 2016-04-24 13:44:52 +02:00
subword.el
tcl.el
vera-mode.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
verilog-mode.el Sync with verilog-mode development tree. 2016-03-22 20:46:40 -04:00
vhdl-mode.el Sync with upstream vhdl mode v3.38.1. 2016-04-17 16:15:29 -07:00
which-func.el
xref.el Perform xref searches without visiting unopened files 2016-04-12 21:08:56 +03:00
xscheme.el