From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: SQL editing with Semantic Date: Fri, 10 Apr 2020 17:37:18 -0400 Message-ID: References: <87y2r6dj5i.fsf@oitofelix.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="13473"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Bruno =?windows-1252?Q?F=E9lix?= Rezende Ribeiro , emacs-devel@gnu.org To: Anand Tamariya Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 10 23:37:56 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jN1LW-0003Pz-Ui for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Apr 2020 23:37:54 +0200 Original-Received: from localhost ([::1]:39340 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jN1LW-0006Ef-0C for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Apr 2020 17:37:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45641) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jN1L3-0005on-Ho for emacs-devel@gnu.org; Fri, 10 Apr 2020 17:37:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jN1L2-0005n4-1m for emacs-devel@gnu.org; Fri, 10 Apr 2020 17:37:24 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:22799) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jN1L1-0005mX-Sa; Fri, 10 Apr 2020 17:37:24 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 16D5410113D; Fri, 10 Apr 2020 17:37:23 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 57CFD101072; Fri, 10 Apr 2020 17:37:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1586554641; bh=XJ9Qowd3xgUnPr+d1WrNhaC5JLIo1Proos+E60B50xs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=S92CNWYUtsC9N4H4gxxfS8vlyvjtmIcfecSua6DKWnvcaXpmyL7iHBN7sqErkecgb pjY8/R9JScuzyaZBbyvO4GXiv48vBWLkdtfRER1R77WMFLGv9IuSvuVQI4r/ufbilF a+r197W4ZZvoCwy+oNMFriVrQuk66rvpFLA12ErPP4YMVCVo1BjcEptr3qnkt3pv2i jrqawUEPBzF0pI+WS72ETtZzEUy8TetfavAx8jtRaI++7YagCgGZX1uTD2cSsxQ9bX pv+gOXozZ4d/q2PqxhzVcI4cUWLre8ug+/mjFqeuCYc6sTSnaIf8ZHEEQdmjawQxAZ s3+MEcIXGGWUA== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id D605312028A; Fri, 10 Apr 2020 17:37:20 -0400 (EDT) In-Reply-To: (Anand Tamariya's message of "Thu, 9 Apr 2020 10:51:32 +0700") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:246807 Archived-At: >> How/where are you going to release these? > It's open-source > https://lists.gnu.org/archive/html/emacs-devel/2020-03/msg00719.html . I generally expect that people who post about their development here on emacs-devel are interested in seeing it distributed more widely either via GNU ELPA or directly within Emacs. I would be glad to see those efforts integrated into GNU ELPA and Emacs, and I think several other people here as well. But for that, we'd need you to send us either something packaged as a patch (probably a bunch of patches, really, ideally not sent all at the same time, so we can process them at a reasonable pace) or as an Elisp package. Stefan