From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Package initialization Date: Sun, 19 Jul 2015 12:34:13 +0100 Message-ID: References: <87twt1dmxu.fsf@uwakimon.sk.tsukuba.ac.jp> <87oaj8s9ho.fsf@fencepost.gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1437305671 8337 80.91.229.3 (19 Jul 2015 11:34:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jul 2015 11:34:31 +0000 (UTC) Cc: "Stephen J. Turnbull" , Helmut Eller , emacs-devel To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 19 13:34:30 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 1ZGmrW-00019G-EO for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2015 13:34:30 +0200 Original-Received: from localhost ([::1]:51104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGmrV-0007Hn-Bs for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2015 07:34:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGmrJ-0007Hi-AJ for emacs-devel@gnu.org; Sun, 19 Jul 2015 07:34:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGmrI-0000yL-Hw for emacs-devel@gnu.org; Sun, 19 Jul 2015 07:34:17 -0400 Original-Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:33741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGmrH-0000uF-2t; Sun, 19 Jul 2015 07:34:15 -0400 Original-Received: by lbbyj8 with SMTP id yj8so81281890lbb.0; Sun, 19 Jul 2015 04:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=US320qL1gs74LmxcE5aLWQqGAYdr7TAGf85cXFk4p/4=; b=xOOi7nWqaavVW7GZGN/kR5Vy6c5GsTpd95+nplbeo0yBUi1vJCZp0w8i5kDigScFPG yP+pp/pf6jhGW09dpHtPPARS8Q3k52PzbgCWhuwrlK52W6ViENVhJGbEyIUfGQjbv7yf OMeNqRVwNxF3od+qC19JBSo4rV78f35YQseqV+VD/Vl0/Atgeq2ZoeKSiDJ8dvn/DR7j Vuwp//chv7uVB5hI8asML6uJipxm13e5DKncJRkuxf8hHegZ7Rgq7mQf9qj+cxciSCif Y3HoDRT8D7DkwXwZIfzFAuiDIwi3O2yk8fLySXfUKvqQm8Ixovv4hL/1hFKPHBXlHtow Tzqg== X-Received: by 10.152.37.136 with SMTP id y8mr22842432laj.21.1437305653800; Sun, 19 Jul 2015 04:34:13 -0700 (PDT) Original-Received: by 10.25.134.139 with HTTP; Sun, 19 Jul 2015 04:34:13 -0700 (PDT) In-Reply-To: <87oaj8s9ho.fsf@fencepost.gnu.org> X-Google-Sender-Auth: 6heGEpDmR6xp8bx1R_4fW7WmaOY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::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:187986 Archived-At: > Any personal keybinding would override an autoloaded keymap entry anyway I think that depends on which code runs first.