From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Making Emacs more friendly to newcomers Date: Mon, 27 Apr 2020 00:00:58 -0400 Message-ID: References: <87h7xe79l7.fsf@yahoo.com> <87h7xdbne4.fsf@yahoo.com> <87lfmput2r.fsf@pm.me> <878siorvl7.fsf@yahoo.com> <5A425F06-1B94-438F-9E6A-01593D2C7B24@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="112757"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Po Lu , emacs-devel@gnu.org, Richard Stallman , Theodor Thornhill , ndame To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 27 06:01:44 2020 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 1jSuxk-000TDt-3H for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Apr 2020 06:01:44 +0200 Original-Received: from localhost ([::1]:52192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSuxj-0002jE-3b for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Apr 2020 00:01:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43196) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSux6-0002AC-RM for emacs-devel@gnu.org; Mon, 27 Apr 2020 00:01:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSux6-0005zV-2E for emacs-devel@gnu.org; Mon, 27 Apr 2020 00:01:04 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:50918) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSux5-0005zK-Im; Mon, 27 Apr 2020 00:01:03 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id A820580EBF; Mon, 27 Apr 2020 00:01:01 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id C8CAE80B2A; Mon, 27 Apr 2020 00:00:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1587960059; bh=m7U48fdh6IbCzl+QlLZ91NAaNkKRNYCKpoWItf3+NKs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=HpW3QXaT83jZGL3KlTgurqQyBc0jH5TG+9r5jGjTb2g0MhYDGhA1VBuw+9toSDzYX UeQMv/5fsPcGisxTg3uis80fnxCzwEIlBUt/YKqGMCThHKaGp8p8sLLICYKasVDgWy jm0ebMhUYvYvT9Hwlkg7TjSP6SbmXfMh3i2DiF+KByGwveduozFjpAjaCVC7WncglW gdEGgVU89YXiAq2qT8TglOnO35UTu3JBPyVIRtC37wnkBvijkv2X73/ykNwIWtRAWQ adAqjKk30epdix8/Ep9xTNXKaQ8r1EkMrkDYE0R+03jbj371xxqFGJekg789TIRJcX IL53CnbHkJOiA== Original-Received: from alfajor (69-165-158-35.dsl.teksavvy.com [69.165.158.35]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 66F50120648; Mon, 27 Apr 2020 00:00:59 -0400 (EDT) In-Reply-To: <5A425F06-1B94-438F-9E6A-01593D2C7B24@gmail.com> (Yuan Fu's message of "Sun, 26 Apr 2020 14:40:42 -0400") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/27 00:01:01 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:247887 Archived-At: > BTW, where can I find this package? I now just pushed the code I have to elpa.git. [ It's still at "Version: 0", so it isn't yet available as a GNU ELPA package. tho. ] Stefan