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 09:10:57 +0100 Message-ID: References: <87twt1dmxu.fsf@uwakimon.sk.tsukuba.ac.jp> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01493da6fea53f051b35f5d0 X-Trace: ger.gmane.org 1437293474 32372 80.91.229.3 (19 Jul 2015 08:11:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jul 2015 08:11:14 +0000 (UTC) Cc: "Stephen J. Turnbull" , emacs-devel To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 19 10:11:13 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 1ZGjgn-0001fn-2C for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2015 10:11:13 +0200 Original-Received: from localhost ([::1]:50729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGjgm-0005L4-0o for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2015 04:11:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGjgZ-0005Kz-Qn for emacs-devel@gnu.org; Sun, 19 Jul 2015 04:11:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGjgY-0002iH-SK for emacs-devel@gnu.org; Sun, 19 Jul 2015 04:10:59 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:33773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGjgY-0002i2-Jy for emacs-devel@gnu.org; Sun, 19 Jul 2015 04:10:58 -0400 Original-Received: by laem6 with SMTP id m6so81402697lae.0 for ; Sun, 19 Jul 2015 01:10:57 -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=qiJXLHiBqDflPmipROlFDhTrpxunOg0eT/grfHHWmoc=; b=vwUds/JJfWPQhOK9FhbL/2RKKkqYew5M+bjx44NDyjQfzlaSjYCP07sZFVEOwPS3s4 3yx2uDDt+AXFc8mF7TDZ38U/c8ivqJCRKTnkind9BSM8KHVdrptb/+U5AJyl59YIdIov rgZFnk70i6lMUneaGJg1/zveS8exXBwSJ6iq5uBy5cIpSViS0zzRAWDDNjLaa9eXBwkm 992TTcA3mdmo9XcBA1vVmJC7e5S7072wRIe8qUk3dYPw8hFxvE7nIEmunq1lmF92F458 iJMi3VzLuF50UzlklueMU8SiaIpSYbQuV60iatP6+sLbV/pAkfUvThnyVZNWsRPxIdqf rq6g== X-Received: by 10.152.18.162 with SMTP id x2mr22249870lad.73.1437293457873; Sun, 19 Jul 2015 01:10:57 -0700 (PDT) Original-Received: by 10.25.134.139 with HTTP; Sun, 19 Jul 2015 01:10:57 -0700 (PDT) Original-Received: by 10.25.134.139 with HTTP; Sun, 19 Jul 2015 01:10:57 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: cqG6G4xSfZwxAo_x8gFe7gcbRX4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b 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:187971 Archived-At: --089e01493da6fea53f051b35f5d0 Content-Type: text/plain; charset=UTF-8 > lisp-mode-hook. In general, lazy initialization would also not work > well if those autoloaded commands should be bound to keys because before > the first invocation the keys would not be bound. If the user wants to bind an autoloaded command to a key, they can do that just fine. --089e01493da6fea53f051b35f5d0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


> lisp-mode-hook.=C2=A0 In general, lazy initialization would also not w= ork
> well if those autoloaded commands should be bound to keys because befo= re
> the first invocation the keys would not be bound.

If the user wants to bind an autoloaded command to a key, th= ey can do that just fine.

--089e01493da6fea53f051b35f5d0--