From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Thu, 03 Jul 2014 21:43:25 +0400 Message-ID: <53B5963D.2040606@yandex.ru> References: <87tx6zzbrg.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1404409422 1861 80.91.229.3 (3 Jul 2014 17:43:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2014 17:43:42 +0000 (UTC) Cc: Emacs development discussions To: =?ISO-8859-1?Q?Aur=E9lien_Aptel?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 03 19:43:34 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X2l2j-0005oN-Tl for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 19:43:34 +0200 Original-Received: from localhost ([::1]:32802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2l2j-00054e-GB for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 13:43:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2l2f-00054V-K8 for emacs-devel@gnu.org; Thu, 03 Jul 2014 13:43:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2l2e-00076n-Qe for emacs-devel@gnu.org; Thu, 03 Jul 2014 13:43:29 -0400 Original-Received: from forward10l.mail.yandex.net ([2a02:6b8:0:1819::a]:42196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2l2e-00076j-GG for emacs-devel@gnu.org; Thu, 03 Jul 2014 13:43:28 -0400 Original-Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward10l.mail.yandex.net (Yandex) with ESMTP id 1D081BA1243; Thu, 3 Jul 2014 21:43:26 +0400 (MSK) Original-Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id AC5492C3B1C; Thu, 3 Jul 2014 21:43:25 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id dbV5mxvKuL-hPNuIhDs; Thu, 3 Jul 2014 21:43:25 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 73b5f4ab-58d5-420f-9b13-ffbc382ed724 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1404409405; bh=TSZxM8A3CHlbeawx7vWjgkU2P6bckT/mmuCVs46ItVg=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=AIHQCsRa+HxTkEE0BlXkVfxdLYAUpt7lUK1qDuHW5vPE7URdq4aQGI0ramoYz34bk yD/LTPLgKClmzBvKFQB+WAeYCfzG3j7oEBVyFGbXJ/NacixA8+Fq8K+Zw/m1sEs8id hhpQRsvNGqaWIlTuKhQ6wCr6M1Lu62jhA9s/4diw= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:6b8:0:1819::a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172876 Archived-At: On 07/03/2014 09:09 PM, Aur=E9lien Aptel wrote: > The next steps are: > - handle doc strings > - handle features related stuff (provide, require, run-after-load hooks= , ...) > - making it portable > - ? IMHO unloading should be the first item in this list. (I'm curious whether we have a method to undo defsubr). And lread.c is about reading input streams, so it's better to move module-related stuff in fns.c. Dmitry