[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7664: sql.el: In interactive sql-<product> command, Add C-u to set c
From: |
Chong Yidong |
Subject: |
bug#7664: sql.el: In interactive sql-<product> command, Add C-u to set connection port |
Date: |
Tue, 21 Dec 2010 14:59:40 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Jari Aalto <jari.aalto@cante.net> writes:
> In production environments the database servers run in multiple ports,
> like
>
> M-x sql-mysql
>
> It would be nice to be able to specify PORT number during interactive
> call, like:
>
> C-u M-x sql-mysql
> ...
> Port: .....
Michael, could you take a look at this wishlist item? Currently,
sql-mysql already uses a prefix argument to output into a new buffer.
If you decide this suggestion is worth implementing, there are a couple
of possibilities: (i) add another interactive command that prompts for a
port number, or (ii) change the interactive spec so that a prefix arg
prompts the user about whether to use a new buffer and what port to use.
I don't use sql.el, so I don't know which makes more sense.