From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Patch] Draw and scribble notes in GNU Emacs Date: Thu, 09 Sep 2021 15:00:02 +0300 Message-ID: <83zgsmj6wt.fsf@gnu.org> References: <871r5yno6z.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39808"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, atamariya@gmail.com To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 09 14:01:45 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 1mOIkS-000A8x-0g for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Sep 2021 14:01:44 +0200 Original-Received: from localhost ([::1]:55350 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOIkR-0007PN-1v for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Sep 2021 08:01:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48156) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOIib-0006Fg-J9 for emacs-devel@gnu.org; Thu, 09 Sep 2021 07:59:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55036) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOIib-00020c-B9; Thu, 09 Sep 2021 07:59:49 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1277 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOIia-0000gt-55; Thu, 09 Sep 2021 07:59:49 -0400 In-Reply-To: <871r5yno6z.fsf@yahoo.com> (message from Po Lu on Thu, 09 Sep 2021 16:33:08 +0800) 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:274441 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Thu, 09 Sep 2021 16:33:08 +0800 > > . ;; ewp functions copied from https://github.com/larsmagne/ewp/blob/master/ewp.el > . (defun ewp-crop-image (&optional square) > . (defun ewp-crop-image-update (area data size type) > . (defun ewp-crop-image-1 (svg &optional square image-width image-height) > . (defun ewp-find-corner (area pos corners) > . (defun ewp-content-type (image) > . (defun ewp--image-type () > > It would be good to prefix the names of these functions with something > other than "ewp", because they could conflict with the functions present > in ewp. > > Further, I don't believe ewp has undergone copyright assignment to the > FSF. If that is Lars, there should be no problem with his existing assignment (assuming he agrees to include that code in Emacs).