From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Re: Native display of line numbers Date: Sun, 18 Jun 2017 14:48:41 -0600 Message-ID: <6a2b3f2f-8304-2dbf-6ad3-53459e1cb4c9@grinta.net> References: <83lgoqzm0v.fsf@gnu.org> <32799d7b-6c56-7972-4ed3-4173b7b2d751@grinta.net> <83h8zdxdss.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1497818936 1778 195.159.176.226 (18 Jun 2017 20:48:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 18 Jun 2017 20:48:56 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 18 22:48:53 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 1dMh7s-0000D3-6G for ged-emacs-devel@m.gmane.org; Sun, 18 Jun 2017 22:48:52 +0200 Original-Received: from localhost ([::1]:39553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMh7x-0001Aw-Bs for ged-emacs-devel@m.gmane.org; Sun, 18 Jun 2017 16:48:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMh7o-0001Aq-B6 for emacs-devel@gnu.org; Sun, 18 Jun 2017 16:48:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMh7k-0001pi-Ex for emacs-devel@gnu.org; Sun, 18 Jun 2017 16:48:48 -0400 Original-Received: from zed.grinta.net ([109.74.203.128]:55880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMh7k-0001ou-58 for emacs-devel@gnu.org; Sun, 18 Jun 2017 16:48:44 -0400 Original-Received: from black.local (c-98-245-165-154.hsd1.co.comcast.net [98.245.165.154]) (Authenticated sender: daniele) by zed.grinta.net (Postfix) with ESMTPSA id 3C4BAE1A59 for ; Sun, 18 Jun 2017 20:48:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=mail; t=1497818923; bh=DnDT2NRWobfr0iZSY7BsOhSiyupm7XBhD6Ke/rRnVeE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=baCVDPMVmtw0EscalBklRP/XD7d2FBX5K2x8/UGOWTaf/lxBv4PxxNQoZaLh5xNiz JXgQrOymy6O4fuRjjM/XlZSwYUHL649n8t+nYFEpTmaQRiseddBh93ez71oMdSRW4g qXtwH82IBUdRulctpA5vGqKyqFszTXfE3fqSD+iU= In-Reply-To: <83h8zdxdss.fsf@gnu.org> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 109.74.203.128 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:215758 Archived-At: On 18/06/17 14:04, Eli Zaretskii wrote: >> From: Daniele Nicolodi >> Date: Sun, 18 Jun 2017 13:41:04 -0600 >> >> I though there were am hard veto on the implementation of any new >> functionality in C code, because reasons. > > Evidently, this impression was based on some misunderstanding. New > Emacs features are coded in C all the time, e.g. see the recently > added command replace-buffer-contents. Evidently, I was under the impression that the portable dumper idea was rejected mainly on the base that it is coded in C while a possible solution exists taht can be implemented in elisp. Cheers, Daniele