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 nongnu elpa package candidate: cpupower Date: Sun, 07 Nov 2021 01:44:30 -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="15321"; 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 To: Stephen Meister Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 07 06:52:22 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 1mjb6M-0003pS-5L for ged-emacs-devel@m.gmane-mx.org; Sun, 07 Nov 2021 06:52:22 +0100 Original-Received: from localhost ([::1]:47266 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mjb6K-0002sT-Te for ged-emacs-devel@m.gmane-mx.org; Sun, 07 Nov 2021 01:52:20 -0400 Original-Received: from [2001:470:142:3::10] (port=60972 helo=eggs.gnu.org) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjayt-0007ow-82 for emacs-devel@gnu.org; Sun, 07 Nov 2021 01:44:39 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:22497) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjayq-0005Ne-Fm for emacs-devel@gnu.org; Sun, 07 Nov 2021 01:44:38 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 7130A4400EA; Sun, 7 Nov 2021 01:44:34 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 0C953440278; Sun, 7 Nov 2021 01:44:32 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1636263872; bh=EgtetfmOIv+ZKt9Hev0vIiGtMVnqwhR4DOZwv6VxxEI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=bIgu8FYAEUiG79/67DQBe4ItiWwkEellstBAJ7AT3gE8fema8Y2xGv2QVYVnAxfHm BHVU7PgnmLEC3gjQYEYjQuC6PepmQMRLr89Edugqk3GHpRjGQYnJrg0dLQAWwsmvTC 5uE7ZFSEz3Oy8rS1reK7dUGiB+5uXkk8E4xOB1Pto07igFjFTy3USDN7RANYGANAh4 hT1l6fQ/ugKWAdw+GKt2k765mzdIi0EouzUKpJrh6x1kmASDySP1htWugMs4Rf7HIS nImF9QNrmGUx7hVwSRmM05uwYuS1tSYbJeVkjgFsyPSsGKy92hR1WUwbBCwGt5JzOW pBqcNHiiMjW4w== Original-Received: from pastel (unknown [45.72.241.23]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id B97C71205E4; Sun, 7 Nov 2021 01:44:31 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Sun, 07 Nov 2021 01:21:55 -0400") 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.29 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:278919 Archived-At: One more thing: indeed you don't need the (setq lexical-binding t), and furthermore it can be harmful (it can cause other (unrelated) code to be treated as using `lexical-binding` even tho that code was written for the old, dynamically scoped, dialect of ELisp). Stefan Stefan Monnier [2021-11-07 01:21:55] wrote: > Hi Stephen, > > Stephen Meister [2021-11-03 17:10:48] wrote: >> For consideration, a patch to >> https://git.savannah.gnu.org/git/emacs/nongnu.git . It adds a package for >> interacting with the cpupower command (where available). > > AFAICT you're the sole author/contributor to this package, right? > Would you be willing to sign the copyright paperwork such that we can > include the package into GNU ELPA? > That would be much better. > > If so, please fill the form below and send it as instructed to the FSF, > 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?]