all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Sebastián Monía" <seb.hoagie@outlook.com>,
	"Michael Mauger" <michael@mauger.com>
Cc: 35307@debbugs.gnu.org
Subject: bug#35307: sql.el - Product "ms" is missing "prompt-cont-regexp"
Date: Thu, 18 Apr 2019 16:55:40 +0300	[thread overview]
Message-ID: <83bm13e7tv.fsf@gnu.org> (raw)
In-Reply-To: <BN8PR04MB555551C980BD1904CF2EF70F8B250@BN8PR04MB5555.namprd04.prod.outlook.com> (seb.hoagie@outlook.com)

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





  reply	other threads:[~2019-04-18 13:55 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 [this message]
2019-04-18 16:18   ` Glenn Morris
2019-04-21  5:35   ` Michael Mauger
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=83bm13e7tv.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=35307@debbugs.gnu.org \
    --cc=michael@mauger.com \
    --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.