From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: matal Newsgroups: gmane.emacs.help Subject: prettifying output from running sql commands in sql-mode Date: Tue, 20 May 2008 11:03:03 -0700 (PDT) Message-ID: <17343557.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211340751 25327 80.91.229.12 (21 May 2008 03:32:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 May 2008 03:32:31 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 21 05:33:08 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jyf4c-0005TK-Ba for geh-help-gnu-emacs@m.gmane.org; Wed, 21 May 2008 05:33:06 +0200 Original-Received: from localhost ([127.0.0.1]:49742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jyf3r-00077J-V1 for geh-help-gnu-emacs@m.gmane.org; Tue, 20 May 2008 23:32:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyWAz-0000lA-V9 for help-gnu-emacs@gnu.org; Tue, 20 May 2008 14:03:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyWAz-0000kx-EZ for Help-gnu-emacs@gnu.org; Tue, 20 May 2008 14:03:05 -0400 Original-Received: from [199.232.76.173] (port=49620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyWAz-0000ku-AC for Help-gnu-emacs@gnu.org; Tue, 20 May 2008 14:03:05 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:33413) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JyWAy-0003LF-NV for Help-gnu-emacs@gnu.org; Tue, 20 May 2008 14:03:05 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JyWAx-0007pE-I5 for Help-gnu-emacs@gnu.org; Tue, 20 May 2008 11:03:03 -0700 X-Nabble-From: tahsin.alam@db.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Tue, 20 May 2008 23:32:01 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54188 Archived-At: I just started using sql-mode with an oracle database (sql-oracle). The output from running a sql command looks just like what i would have gotten using SQL*Plus - wrapped lines, and not very easy to read generally for long records. I saw a suggestion on the web about setting linesize to 9999 and turning on horz scrolling. Setting linesize to 9999 helps but when I try to turn on horizontal scrolling ('toggle-horizontal-scroll-bar'), I get an error message "Horizontal scroll bars aren't implemented yet". QUESTION - Any suggestions on how to pretty-fy the output from running SQL commands? Perhaps a solution to the horizontal scrollbar problem I face above, or some other solution? [using Emacs 22.2.1 on Windows XP] Thank you very much in advance! matal -- View this message in context: http://www.nabble.com/prettifying-output-from-running-sql-commands-in-sql-mode-tp17343557p17343557.html Sent from the Emacs - Help mailing list archive at Nabble.com.