From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: sql-ms (sql-mode) Date: Wed, 23 Apr 2003 21:13:59 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051132755 24198 80.91.224.249 (23 Apr 2003 21:19:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 21:19:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 23:19:09 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198RcI-000695-00 for ; Wed, 23 Apr 2003 23:17:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198Rb3-0004RD-04 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 17:16:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!prodigy.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr12.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:6bzK/sfFD2UNTdQhH6ikz2Y2ALU= Original-Lines: 12 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr12.news.prodigy.com 1051132439 ST000 216.62.199.3 (Wed, 23 Apr 2003 17:13:59 EDT) Original-NNTP-Posting-Date: Wed, 23 Apr 2003 17:13:59 EDT X-UserInfo1: FKPGGVSEAJWMAP\YKBCB^]\@PJ_^PBQLGPQRZUEK@YUDUWYAKVUOPCW[ML\JXUCKVFDYZKBMSFX^OMSAFNTINTDDMVW[X\THOPXZRVOCJTUTPC\_JSBVX\KAOTBAJBVMZTYAKMNLDI_MFDSSOLXINH__FS^\WQGHGI^C@E[A_CF\AQLDQ\BTMPLDFNVUQ_VM Original-Xref: shelby.stanford.edu gnu.emacs.help:112246 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8745 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8745 I have two questions regarding sql-mode. 1. In the sqli process buffer the contents are truncated at the edge of the frame and wrapped. This is undesireable. Is there a way to turn off the truncation? (truncate-lines and truncate-partial-width-windows are both nil). 2. sql-ms fails when I try to connect to a db with a space in the name (ie "my db"). Is there a workaround for this? Renaming the db unfortunately is not an option. TIA.