From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Mon, 9 Feb 2015 17:01:11 +0100 Message-ID: References: <87y4t9m76w.fsf@lifelogs.com> <85k31coixa.fsf@stephe-leake.org> <85oapy5kt6.fsf@stephe-leake.org> <83y4oiiw81.fsf@gnu.org> <838ugdf251.fsf@gnu.org> <54D80098.3020209@cs.ucla.edu> <54D85304.1030600@cs.ucla.edu> <83egpz9jgt.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1423497697 31233 80.91.229.3 (9 Feb 2015 16:01:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2015 16:01:37 +0000 (UTC) Cc: Paul Eggert , Stephen Leake , Stefan Monnier , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 17:01:36 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 1YKqmF-0000Fh-Up for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 17:01:36 +0100 Original-Received: from localhost ([::1]:33584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKqmF-000108-GA for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 11:01:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKqlz-0000zo-Bd for emacs-devel@gnu.org; Mon, 09 Feb 2015 11:01:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKqlt-0005GD-MQ for emacs-devel@gnu.org; Mon, 09 Feb 2015 11:01:19 -0500 Original-Received: from mail-ig0-x234.google.com ([2607:f8b0:4001:c05::234]:60301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKqls-0005Ey-AV; Mon, 09 Feb 2015 11:01:12 -0500 Original-Received: by mail-ig0-f180.google.com with SMTP id b16so17187519igk.1; Mon, 09 Feb 2015 08:01:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Y8oN7y7NFZuTTLtfjDPjbecHOPaxtjBNTI+P4CdEIH8=; b=1CsI0E0bbPbNmhV2I4O1jVpyu9pJQLFXkFZVSVmeY3vSUSUmtO+osGZT4BG+9IYzA3 Ir1fdltNWawIv9yFDY4UQqcEvE6KDaSpl/4ivLbScKKFuc/mblWYSSln6svE7q87ikfy r7omj2c5aUJWO7TZQUln6G/BKbvq5FRplMPeiHTsYkolP5/8lObHb8z9nqN+kGQQ0ss6 LyHUbii+fh9tgc8f9etg5kEflpN1mWk+NhplnVaKnAvB+UaqKqcgyZE45jLDSMvm+J+u w5uBVnSh8xwau4A7HMYWvT9vFAQ2BfNn4mSE8jN9ApQ7itBbWxa0/gGanoJIXa2kOC14 D2WA== X-Received: by 10.107.164.142 with SMTP id d14mr27283011ioj.13.1423497671702; Mon, 09 Feb 2015 08:01:11 -0800 (PST) Original-Received: by 10.36.19.71 with HTTP; Mon, 9 Feb 2015 08:01:11 -0800 (PST) In-Reply-To: <83egpz9jgt.fsf@gnu.org> X-Google-Sender-Auth: OqKHx2aRxhrhVTPAQuG9BGHF-TI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::234 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:182701 Archived-At: On Mon, Feb 9, 2015 at 4:45 PM, Eli Zaretskii wrote: > Can you explain why your Qc was globally visible? Can't you arrange > for it to remain un-exported? I thought it was a convention? See one of my previous message. Anyway it doesn't matter if it's global: Qc expands to a member of a struct. No matter where I declare Qc in my module, the preprocessor will expand it into something invalid. I'm not actually sure what it expands to right now, I'm at work now and I can't test it. Any existing solutions for the hash-table equality test I was talking about earlier?