From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: jdbc urls Date: Wed, 04 Jun 2008 13:42:11 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212580064 18391 80.91.229.12 (4 Jun 2008 11:47:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 11:47:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 13:48:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3rTb-0000IU-9C for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 13:48:23 +0200 Original-Received: from localhost ([127.0.0.1]:49940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3rSo-00071B-PE for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 07:47:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3rSI-0006Qf-Jp for emacs-devel@gnu.org; Wed, 04 Jun 2008 07:47:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3rSG-0006Oq-Up for emacs-devel@gnu.org; Wed, 04 Jun 2008 07:47:02 -0400 Original-Received: from [199.232.76.173] (port=54039 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3rSG-0006Ob-Lq for emacs-devel@gnu.org; Wed, 04 Jun 2008 07:47:00 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:35506 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3rSG-0001Tr-A5 for emacs-devel@gnu.org; Wed, 04 Jun 2008 07:47:00 -0400 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m54Bkvdw026691 for ; Wed, 4 Jun 2008 13:46:57 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98380 Archived-At: I have some rusty code lying about for jdbc urls, for emacs-planner, but that can be changed. I would like to polish the code and submit it for inclusion, but first some questions: - Is there something like this already that I didnt notice? - Should this code go into ffap? What the code currently does is to open the interactive sql mode for jdbc urls. Only Emacs facilities are used, no Java. -- Joakim Verona