From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Wayne S\." Newsgroups: gmane.emacs.help Subject: Multiple SQLi buffers? (Emacs 20.4, sql-mode 2.5) Date: Wed, 18 Aug 2010 15:52:50 -0700 Message-ID: <19564.25666.578342.680542@wingspan.sea> Reply-To: wstewart@marchex.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282193165 17052 80.91.229.12 (19 Aug 2010 04:46:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 04:46:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 19 06:46:04 2010 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.69) (envelope-from ) id 1Olx0s-0001hA-Np for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Aug 2010 06:46:02 +0200 Original-Received: from localhost ([127.0.0.1]:53437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Olx0s-0000Pb-87 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Aug 2010 00:46:02 -0400 Original-Received: from [140.186.70.92] (port=38002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlrV8-00065m-VA for help-gnu-emacs@gnu.org; Wed, 18 Aug 2010 18:52:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlrV7-0001Ng-JA for help-gnu-emacs@gnu.org; Wed, 18 Aug 2010 18:52:54 -0400 Original-Received: from b.mx.marchex.com ([174.137.112.162]:3505 helo=smtp-fw.marchex.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlrV7-0001NK-FB for help-gnu-emacs@gnu.org; Wed, 18 Aug 2010 18:52:53 -0400 X-Mailer: VM 8.0.12 under 24.0.50.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 X-Mailman-Approved-At: Thu, 19 Aug 2010 00:45:19 -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:74724 Archived-At: I can't seem to create multiple SQLi buffers anymore. M-x sql-mysql M-x sql-rename-buffer M-x sql-mysql used to create a second SQLi buffer. Now the second sql-mysql puts me into the first (and only) SQLi buffer, even though it's been renamed (i.e., is no longer named "*SQL*"). Is there some other way to do this now? Thanks. sql-mode: Version: 2.5 (from http://repo.or.cz/w/emacs.git/blob/HEAD:/lisp/progmodes/sql.el) Emacs: GNU Emacs 24.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.12) of 2010-06-16 on elegiac, modified by Debian (prebuilt emacs-snapshot 1:20100612-1~lenny1 from http://emacs.orebokech.com/) -- Wayne