From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Thu, 15 Oct 2015 23:15:05 +0000 Message-ID: References: <87bnl1vmqf.fsf@lifelogs.com> <87vbj8tow4.fsf@lifelogs.com> <87r3twtagf.fsf@lifelogs.com> <85siebl7ws.fsf@stephe-leake.org> <85a90ilwmm.fsf@stephe-leake.org> <83386a6f7z.fsf@gnu.org> <85h9upjz7v.fsf@stephe-leake.org> <83wq3k3kl4.fsf@gnu.org> <85bnkwil1c.fsf@stephe-leake.org> <83pp9cwky8.fsf@gnu.org> <85a90ggf2d.fsf@stephe-leake.org> <54E0A40F.5080603@dancol.org> <83sie7un20.fsf@gnu.org> <54E0D181.2080802@dancol.org> <83r3trulse.fsf@gnu.org> <54E0D7E0.305@87.69.4.28> <83h9unukbg.fsf@gnu.org> <54E0DEF8.7020901@dancol> <83egpruiyp.fsf@gnu.org> <54E0FF93.2000104@dancol.org> <5610ED13.1010406@dancol.org> <56117F37.9060808@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043d677902f42c05222cda50 X-Trace: ger.gmane.org 1444950957 24142 80.91.229.3 (15 Oct 2015 23:15:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2015 23:15:57 +0000 (UTC) Cc: Eli Zaretskii , Daniel Colascione , Stephen Leake , Emacs development discussions To: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 16 01:15:56 2015 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 1ZmrkS-0002mq-BC for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 01:15:48 +0200 Original-Received: from localhost ([::1]:50104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmrkR-0005To-FF for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 19:15:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmrjy-0005Tc-7D for emacs-devel@gnu.org; Thu, 15 Oct 2015 19:15:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmrjx-0006zL-BA for emacs-devel@gnu.org; Thu, 15 Oct 2015 19:15:18 -0400 Original-Received: from mail-lf0-x233.google.com ([2a00:1450:4010:c07::233]:32771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmrjv-0006yy-Ua; Thu, 15 Oct 2015 19:15:16 -0400 Original-Received: by lffv3 with SMTP id v3so54654659lff.0; Thu, 15 Oct 2015 16:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=XaFR20mo9OM6EeskOVnL38GfqHOmGDig21pUxBasN/g=; b=Y+jOik9TZhtCrzfb9CocuiF7Mcfs0YAkvqRcOgnONG1+UkG3Ds2yctil/1kDru2GR5 zDMoAuSIzQnDyBK1u432oCVGVyk7INVz+inJ/biyYxekAN42kWualG1fYuCr10N/KFCz kEPROkvlBYQ83vb7XZ+JgGwUAg1GkoMqqhf0kBWTojK6KsmKtUQjQ0AcQpGFIMTfx7qh jNp1FHhGSefdDZeXFF315KsmBCKKiu2+x2zfc8MNtP2k4pK9TU4dsD+vX2Zm9tERgZtc C3X9ElOwBwH2DNx5LZYFsYY+guR92Fszr3D4f+5gAWIHdoVciXQakgQPyKiGfYdWc5ba /qTw== X-Received: by 10.180.90.37 with SMTP id bt5mr1151242wib.7.1444950915083; Thu, 15 Oct 2015 16:15:15 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::233 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:191704 Archived-At: --f46d043d677902f42c05222cda50 Content-Type: text/plain; charset=UTF-8 I just realized that we need (at least) one more public environment function, either "null" or "eq". Otherwise conditions cannot be written in module code. I'd vote for bool is_not_null, it seems to be the most basic one, and doesn't invert the condition. --f46d043d677902f42c05222cda50 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I just realized that we need (at least) one more publ= ic environment function, either "null" or "eq". Otherwi= se conditions cannot be written in module code.
I'd vote for = bool is_not_null, it seems to be the most basic one, and doesn't invert= the condition.
--f46d043d677902f42c05222cda50--