From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: mark-whole-buffer and unnecessary (point) call Date: Sat, 28 Jan 2017 15:54:54 +0200 Message-ID: <83fuk3z3v5.fsf@gnu.org> References: <83lgtvzexo.fsf@gnu.org> <83k29fzdf6.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1485611733 8718 195.159.176.226 (28 Jan 2017 13:55:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2017 13:55:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: dptd dptd Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 28 14:55:27 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cXTTC-0000LC-SY for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2017 14:55:10 +0100 Original-Received: from localhost ([::1]:51945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXTTI-0005G0-24 for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2017 08:55:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXTTB-0005Dl-Hb for emacs-devel@gnu.org; Sat, 28 Jan 2017 08:55:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXTT7-0002LM-Kx for emacs-devel@gnu.org; Sat, 28 Jan 2017 08:55:09 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXTT7-0002LG-HY; Sat, 28 Jan 2017 08:55:05 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1875 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cXTT6-0006FW-B3; Sat, 28 Jan 2017 08:55:05 -0500 In-reply-to: (message from dptd dptd on Sat, 28 Jan 2017 13:37:20 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211689 Archived-At: > From: dptd dptd > Date: Sat, 28 Jan 2017 13:37:20 +0200 > Cc: emacs-devel@gnu.org > > I have the patch ready. Should I simply send it as a plain text to the emacs-diffs mailing list? No, that list is for the VCS to send commits. Please send to bug-gnu-emacs@gnu.org instead, where it will be also recorded in our issue tracker. > Another thing is the copyright assignment. My patch has more than 15 lines of code so as far as I know I need > to > do that. I have read in the CONTRIBUTE that emacs-devel can help with that. I have also read on the FSF > page > that I should probably contact with the package maintainer. Where can I find any contact information? The relevant people are reading the above-mentioned list, so you don't need to look for them if you send there. I will send you the copyright assignment form off-list, so you will be able to start the legal paperwork rolling. Thanks.