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: [WIP PATCH] Adding more keybindings to rectangle-mark-mode-map Date: Fri, 07 May 2021 21:52:06 -0400 Message-ID: References: <83czu98vws.fsf@gnu.org> <83lf8x6rtv.fsf@gnu.org> <87r1ioi74z.fsf@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36812"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Andreas Schwab , Eli Zaretskii , emacs-devel@gnu.org To: Jim Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 08 04:48:06 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 1lfD0f-0009Po-Pn for ged-emacs-devel@m.gmane-mx.org; Sat, 08 May 2021 04:48:05 +0200 Original-Received: from localhost ([::1]:42600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfD0e-00082c-Rj for ged-emacs-devel@m.gmane-mx.org; Fri, 07 May 2021 22:48:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfC8b-0003gQ-DS for emacs-devel@gnu.org; Fri, 07 May 2021 21:52:13 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:12998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfC8Y-0005jT-HK; Fri, 07 May 2021 21:52:13 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 88719806F1; Fri, 7 May 2021 21:52:08 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 1AE1880695; Fri, 7 May 2021 21:52:07 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1620438727; bh=BVRIjBMG+pp0nwLOvCtAXy0qEPUm9JP//W1OM4vbgA8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=oDasOfUUHq1ZSy8B0TWeqntNA+u8o9YaIiuaReDIUh+XOjm2zksKi5tOikMVDTJSw dl8vPZCTyZEnxvr6zezzEPKba915RzJz+SbJttFs8jJgZvxTWDl+uJpCatr3NnYJ6x 1kIql5qpnnYjeGzZy1+eTUTJkdmXJsuW/bJn5zoPMfuok0V2FASJt0tc6VoyVAfB60 BYV6vIhEF9HG340xrGUlCyDAj9V3gCp1HN8K+akGYeSrH2MyGl39Rxm29PUMLArQbU eAIfj8qkLGb179OepDEFaSxBaXzI52wNAFzDed4Ufqd8WHVLJrUn/kKdygrVwN4ZeI GlFE3JtJn7eMg== Original-Received: from alfajor (76-10-140-76.dsl.teksavvy.com [76.10.140.76]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id D54D612013B; Fri, 7 May 2021 21:52:06 -0400 (EDT) In-Reply-To: (Jim Porter's message of "Mon, 3 May 2021 08:26:11 -0700") 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:269016 Archived-At: Jim Porter [2021-05-03 08:26:11] wrote: > On Mon, May 3, 2021 at 12:55 AM Andreas Schwab wrote: >> >> On Mai 02 2021, Jim Porter wrote: >> > + (interactive "p") >> >> This will make KILLP always non-nil when called interactively. > > Whoops! Fixed in the attached patch. Thanks, pushed. [ Sorry for the delay. ] BTW, according to what I see you haven't signed any copyright paperwork for Emacs. This change was small enough that it was acceptable as is, but in order not to face problems in the future it would be good for you to get the paperwork out of the way. If that's OK with you, then please fill the form below and email it as instructed to the FSF so they can send you the relevant paperwork to sign. Thanks again for your contribution, 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?]