all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Mauger <mmauger@protonmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "35307-close@debbugs.gnu.org" <35307-close@debbugs.gnu.org>,
	"Sebastián Monía" <seb.hoagie@outlook.com>
Subject: bug#35307: sql.el - Product "ms" is missing "prompt-cont-regexp"
Date: Sun, 21 Apr 2019 05:35:02 +0000	[thread overview]
Message-ID: <9ePwN4Bso_e6d9VMV-sRIh-YQu9dJ4VerFffJfwgEYTimg736CLXRqMkm_D1GZ5fHdQ_xCEHiZTZedxKkL-Pw0KzZKl6we2br72JfGjwrZU=@protonmail.com> (raw)
In-Reply-To: <83bm13e7tv.fsf@gnu.org>


‐‐‐‐‐‐‐ 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






  parent reply	other threads:[~2019-04-21  5:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-17 17:10 bug#35307: sql.el - Product "ms" is missing "prompt-cont-regexp" Sebastián Monía
2019-04-18 13:55 ` Eli Zaretskii
2019-04-18 16:18   ` Glenn Morris
2019-04-21  5:35   ` Michael Mauger [this message]
2019-04-21  6:12     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='9ePwN4Bso_e6d9VMV-sRIh-YQu9dJ4VerFffJfwgEYTimg736CLXRqMkm_D1GZ5fHdQ_xCEHiZTZedxKkL-Pw0KzZKl6we2br72JfGjwrZU=@protonmail.com' \
    --to=mmauger@protonmail.com \
    --cc=35307-close@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=seb.hoagie@outlook.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.