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: Wed, 4 Feb 2015 22:58:08 +0100 Message-ID: References: <87y4t9m76w.fsf@lifelogs.com> <85k31coixa.fsf@stephe-leake.org> <85oapy5kt6.fsf@stephe-leake.org> <83y4oiiw81.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 1423087109 4068 80.91.229.3 (4 Feb 2015 21:58:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2015 21:58:29 +0000 (UTC) Cc: Stephen Leake , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 04 22:58:28 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 1YJ7xq-0002Jz-A5 for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2015 22:58:26 +0100 Original-Received: from localhost ([::1]:39037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ7xp-0001Ta-Uf for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2015 16:58:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ7xb-0001Qn-2s for emacs-devel@gnu.org; Wed, 04 Feb 2015 16:58:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ7xa-0003f7-AZ for emacs-devel@gnu.org; Wed, 04 Feb 2015 16:58:11 -0500 Original-Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:38475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ7xZ-0003ei-6F; Wed, 04 Feb 2015 16:58:09 -0500 Original-Received: by mail-ie0-f178.google.com with SMTP id rd18so5587945iec.9; Wed, 04 Feb 2015 13:58:08 -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=fCGXrtFFbWI9FPibTZlC14OhzhOWRLkqZGtZ88uyVjQ=; b=u//TO85IiLGcFONzEc/0ZOOKmf/ZEyWiHTj7PKr2X5ipFuph2H/20ir5LADRgQvQSw uS6Hf4flOqz8xpp6oEGV96xC1zGnol1PkXGqAZiewukzO0Y4Qg0vntHoOoVHm93QqoAh ljeB7xJ1gdJbrdQ3GYrK7z3Rf3CsyjZM6lpEoS4IbfEHfp1XnLZkvQY8ncbQf4pmdBZ4 ESLM5v9CANPvAW7HDsoAh8s/7Sxs+hsi3OqxMONCxRA2T2WfoOGnlLCUmk7vNZoPPm5i i/p2dKvXyq+pN773PhqImoUCF2BP4VFQ5FXTlJmf+pBg99ql4btM9+3sW+lkpU7Vl2CJ o/YQ== X-Received: by 10.50.67.100 with SMTP id m4mr27221948igt.22.1423087088614; Wed, 04 Feb 2015 13:58:08 -0800 (PST) Original-Received: by 10.36.19.71 with HTTP; Wed, 4 Feb 2015 13:58:08 -0800 (PST) In-Reply-To: <83y4oiiw81.fsf@gnu.org> X-Google-Sender-Auth: Cou6D9mFEAWKKyIUnfsle9pFEk4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::232 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:182407 Archived-At: On Sat, Jan 31, 2015 at 8:30 PM, Eli Zaretskii wrote: > Most probably, that's not the right solution. You should instead > refrain from declaring Qc, since make-doc and globals.h now take care > of that. See how other Q* symbols are defined and declared. You can't expect modules to keep up with core global variables. At least not for such generic, short variables which shouldn't be global in the first place. What do you think?