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 00:48:20 +0100 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149420a73da3b051b2ef0cb X-Trace: ger.gmane.org 1437263316 24399 80.91.229.3 (18 Jul 2015 23:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2015 23:48:36 +0000 (UTC) Cc: emacs-devel To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 19 01:48:35 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 1ZGbqN-0007MP-1W for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2015 01:48:35 +0200 Original-Received: from localhost ([::1]:50107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGbqM-0007jf-EQ for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2015 19:48:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGbqA-0007jU-Bd for emacs-devel@gnu.org; Sat, 18 Jul 2015 19:48:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGbq9-0000Lo-9n for emacs-devel@gnu.org; Sat, 18 Jul 2015 19:48:22 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:34913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGbq9-0000LW-0q for emacs-devel@gnu.org; Sat, 18 Jul 2015 19:48:21 -0400 Original-Received: by lahh5 with SMTP id h5so78469426lah.2 for ; Sat, 18 Jul 2015 16:48:20 -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=JJf+DoQHP1kbZtCD3cmgPP681BlsYEcgmOm5KX73lFY=; b=VwkxjKC3wUd1J7TkPAnG2UMK+yzJFOT59rY+z7Ll5IAF+CLL3PThanmKmIEXbh+xKP P+KeCPCz2Pp+G8ircnuV8q8Z5o1fTWfeBTy7NCaqgdFDABin3n8t5hm27TVoOLTkvCNn wj2dP+n1TS1f9Hw4yxT3+W0pSfxR3DgYzcjk9fzNizgZrIynJJE2g29Kp5EZDPXqCsBu Hi5F5SbUPI8no0OPTM6nsDmNIVQhYq6x5gyPuWU6KkXgP23KL4r06oe8YHioBluQKhkH koB1gHvJPy6/1v4fIEYPl3WXrDltbWflBx8ECw2mvGAgGguz7YJiEMsIuxyyiLR7Thxy t2Jg== X-Received: by 10.152.19.67 with SMTP id c3mr20952624lae.4.1437263300121; Sat, 18 Jul 2015 16:48:20 -0700 (PDT) Original-Received: by 10.25.134.139 with HTTP; Sat, 18 Jul 2015 16:48:20 -0700 (PDT) Original-Received: by 10.25.134.139 with HTTP; Sat, 18 Jul 2015 16:48:20 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: 2z2i-j_pnJ2BMn0JtLJtU6inYFY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f 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:187967 Archived-At: --089e0149420a73da3b051b2ef0cb Content-Type: text/plain; charset=UTF-8 > Now with the package stuff the (require 'slime-autoloads) line is > unnecessary. But additionally somebody claimed that it's idiomatic to > call slime-setup automatically in slime-autoloads. > > I quite like to see the explicit call to slime-setup in my .emacs, but > others might not. In this case I would not autoload that (though it wouldn't be terrible to do so). It's not idiomatic for minor modes to turn themselves on as an autoload. --089e0149420a73da3b051b2ef0cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> Now with the package stuff the (require 'slime-auto= loads) line is
> unnecessary.=C2=A0 But additionally somebody claimed that it's idi= omatic to
> call slime-setup automatically in slime-autoloads.
>
> I quite like to see the explicit call to slime-setup in my .emacs, but=
> others might not.

In this case I would not autoload that (though it wouldn'= ;t be terrible to do so). It's not idiomatic for minor modes to turn th= emselves on as an autoload.

--089e0149420a73da3b051b2ef0cb--