bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35307: sql.el - Product "ms" is missing "prompt-cont-regexp"


From: Michael Mauger
Subject: bug#35307: sql.el - Product "ms" is missing "prompt-cont-regexp"
Date: Sun, 21 Apr 2019 05:35:02 +0000

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, April 18, 2019 9:55 AM, Eli Zaretskii <eliz@gnu.org> wrote:

> > From: Sebastián Monía
>
> > seb.hoagie@outlook.com
> > Date: Wed, 17 Apr 2019 17:10:22 +0000
> > I've noticed this in the past but for reason didn't notice I should report 
> > it until I downloaded the Emacs 27 Alpha
> > recently and had to fix it again.
> > The configuration for MS SQL Server in sql.el is missing 
> > "prompt-cont-regexp" and thus breaks when you
> > launch SQLi.
> > All that is needed is the following:
> > (ms
> > :name "Microsoft"
> > :font-lock sql-mode-ms-font-lock-keywords
> > :sqli-program sql-ms-program
> > :sqli-options sql-ms-options
> > :sqli-login sql-ms-login-params
> > :sqli-comint-func sql-comint-ms
> > :prompt-regexp "^[0-9]>"
> > ;; below the new line
> > :prompt-cont-regexp "^[0-9]>";; above the new line
> > :prompt-length 5
> > :syntax-alist ((?@ . "_"))
> > :terminator ("^go" . "go"))
>
> Thanks. Michael, could you please look into this?

The property has been added to the ms dialect, and the code has been enhanced to
properly handle the absence of the property.

--
MICHAEL@MAUGER.COM // FSF and EFF member // GNU Emacs sql.el maintainer






reply via email to

[Prev in Thread] Current Thread [Next in Thread]