From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: new package: sketch-mode Date: Tue, 24 Aug 2021 17:57:00 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14550"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org, larsi@gnus.org To: dalanicolai Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 25 00:04:53 2021 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 1mIeXN-0003Vl-Mc for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Aug 2021 00:04:53 +0200 Original-Received: from localhost ([::1]:42610 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mIeXM-000663-49 for ged-emacs-devel@m.gmane-mx.org; Tue, 24 Aug 2021 18:04:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIeWm-0005Q3-M9 for emacs-devel@gnu.org; Tue, 24 Aug 2021 18:04:16 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:44472) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIeWj-0005jp-D4 for emacs-devel@gnu.org; Tue, 24 Aug 2021 18:04:15 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2565C440FC9; Tue, 24 Aug 2021 17:57:03 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 856E2440F63; Tue, 24 Aug 2021 17:57:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1629842221; bh=Pz0caZBcAC7X8y7TF64w3W895jL6DaO/2V03dt627o8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ThQ0/R/UZodWq+RKfztnPMJJqQLTmZza1fNPA6vIRAFAvhmRVRiKqoYSY3euuV3Le YT5RnLPqIpWyoRlShlH+28K+mo+I4j+e6HH7wRED5uxaMf/WkaNDdpUESxvrDsq23y kMKSjjlPmcBDgnwEAfO+U/4BQz6pM8LSHfpX3WOGvt2jQCIlh60QoBf70xSCv5qWnk 2PrLtnZJK/GrjK0poKgNLDIuO4JfCRXcXp0cCWnPw4H+SMPHTozStTy35mewqZ1a3w qh8EZQPYjUg8E/nX6CoZgNpsb4EJ+SCSRIAYQ/iQvFQUkHO7fXta8VeHa41VcL/+jP X8id/3rZybjrw== Original-Received: from alfajor (unknown [104.247.244.135]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5763512017E; Tue, 24 Aug 2021 17:57:01 -0400 (EDT) In-Reply-To: (dalanicolai@gmail.com's message of "Mon, 23 Aug 2021 12:17:18 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:272928 Archived-At: dalanicolai [2021-08-23 12:17:18] wrote: > I am writing primarily to notify you about a package, sketch-mode, I am > working on. It provides a handy interface to quickly draw svg's using, well > Emacs, but in particular svg.el and transient.el. > It is handy in particular for creating svg sketches really fast, while of > course, it has the advantage over other svg drawing applications that it is > very hackable in your favorite langauge :) > > Although, it is very usable already, the work, especially for calling it a > package, is not (nearly) finished yet (for example, I am working on using > svg groups, for layers and snippets, I am not sure about how to best design > the interface and of course it needs (better) documentation). But because > while working on it, enhancements and new features come to mind all the > time, I think it would probably take "too long" to postpone this mail until > the package has been finished (I have postponed this mail already for a > while now). I'd welcome this in GNU ELPA (it doesn't need to be "finished", since for most packages there's always something else that still needs to be done). For that we'd need you to sign some copyright paperwork (unless you've signed it already, of course, tho I can't find your name in there). If that's OK with you, then please fill the form below and send it to the FSF as instructed so they can send you the relevant paperwork to sign. Stefan Please email the following information to assign@gnu.org, and we will send you the assignment form for your past and future changes. Please use your full legal name (in ASCII characters) as the subject line of the message. ---------------------------------------------------------------------- REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES [What is the name of the program or package you're contributing to?] Emacs [Did you copy any files or text written by someone else in these changes? Even if that material is free software, we need to know about it.] [Do you have an employer who might have a basis to claim to own your changes? Do you attend a school which might make such a claim?] [For the copyright registration, what country are you a citizen of?] [What year were you born?] [Please write your email address here.] [Please write your postal address here.] [Which files have you changed so far, and which new files have you written so far?]