unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Michael Mauger <mmaug@yahoo.com>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: [patch] SQL enhancements
Date: Fri, 16 Apr 2010 23:42:05 +0300	[thread overview]
Message-ID: <87sk6v2kpu.fsf@mail.jurta.org> (raw)
In-Reply-To: <313753.60852.qm@web62504.mail.re1.yahoo.com> (Michael Mauger's message of "Thu, 15 Apr 2010 21:14:40 -0700 (PDT)")

> Since my employer has decided that they no longer need my services,
> I've got time to dedicate to Emacs!

I haven't looked at your patch yet, but could you answer
if you fixed annoyances that I noticed in the current SQL mode:

1. `sql-product' is not marked as a safe local variable.

2. I see no way to start SQL interactive mode without entering its
login parameters (user, password, database, server) in the minibuffer.
I'd like to create a command that let-binds parameters:

  (let ((sql-database "database.sqlite"))
    (sql-sqlite))

but it still asks for the database name (with the correct default value).
I mean it's right to ask this by default, but there should be a way
to skip confirmation of already defined parameters.

3. And this is not directly related to SQL mode but important:

A colleague of mine has switched from Emacs to other editors
because in SQL mode Emacs doesn't have horizontal scroll bars!

Unlike other modes, SQL mode produces the wide output where
it's necessary to easily scroll tabular data horizontally.

-- 
Juri Linkov
http://www.jurta.org/emacs/




  reply	other threads:[~2010-04-16 20:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16  4:14 [patch] SQL enhancements Michael Mauger
2010-04-16 20:42 ` Juri Linkov [this message]
2010-04-16 21:32   ` Horizontal scroll bars (was: [patch] SQL enhancements) Juri Linkov
2010-04-16 23:06   ` [patch] SQL enhancements Michael Mauger
2010-04-17  0:06     ` Juri Linkov
2010-04-18 23:57   ` Juri Linkov
2010-04-21  3:29     ` Michael Mauger
2010-04-21  8:49       ` Juri Linkov
2010-04-22  4:25         ` Michael Mauger

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87sk6v2kpu.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=mmaug@yahoo.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).