From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: jdbc urls Date: Wed, 04 Jun 2008 10:17:04 -0400 Message-ID: <874p89xp27.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212589111 22544 80.91.229.12 (4 Jun 2008 14:18:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 14:18:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 16:19:12 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 1K3toP-0002Az-0O for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 16:18:01 +0200 Original-Received: from localhost ([127.0.0.1]:37209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3tnc-0003l6-9R for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 10:17:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3tnY-0003kt-2P for emacs-devel@gnu.org; Wed, 04 Jun 2008 10:17:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3tnV-0003kN-Sl for emacs-devel@gnu.org; Wed, 04 Jun 2008 10:17:06 -0400 Original-Received: from [199.232.76.173] (port=38473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3tnV-0003kK-N8 for emacs-devel@gnu.org; Wed, 04 Jun 2008 10:17:05 -0400 Original-Received: from c-98-216-111-182.hsd1.ma.comcast.net ([98.216.111.182]:13264 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3tnV-0005qq-NC for emacs-devel@gnu.org; Wed, 04 Jun 2008 10:17:05 -0400 Original-Received: by furry (Postfix, from userid 1000) id A3955C04D; Wed, 4 Jun 2008 10:17:04 -0400 (EDT) In-Reply-To: (joakim@verona.se's message of "Wed, 04 Jun 2008 13:42:11 +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.6 (newer, 2) 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:98388 Archived-At: joakim@verona.se writes: > 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? Not as far as I know. > - 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. It depends on how large the code is. If you posted a patch, we would be able to get a better idea.