From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: autoload changed in master in "1d75604eaded6a8482d28d57bc8e6a4d99d5caee"? Date: Sat, 05 May 2018 12:54:57 +0300 Message-ID: <83d0yas9zi.fsf@gnu.org> References: <878t8y1lvy.fsf@mat.ucm.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1525513984 26460 195.159.176.226 (5 May 2018 09:53:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 5 May 2018 09:53:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 05 11:53:00 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fEtsA-0006mS-N6 for ged-emacs-devel@m.gmane.org; Sat, 05 May 2018 11:52:58 +0200 Original-Received: from localhost ([::1]:38105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEtuH-0001Ci-Nz for ged-emacs-devel@m.gmane.org; Sat, 05 May 2018 05:55:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEtu8-0001CV-Mi for emacs-devel@gnu.org; Sat, 05 May 2018 05:55:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEtu5-0002jb-Lb for emacs-devel@gnu.org; Sat, 05 May 2018 05:55:00 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEtu5-0002jX-Hr; Sat, 05 May 2018 05:54:57 -0400 Original-Received: from [176.228.60.248] (port=3108 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fEtu4-0006qN-Ca; Sat, 05 May 2018 05:54:56 -0400 In-reply-to: <878t8y1lvy.fsf@mat.ucm.es> (message from Uwe Brauer on Sat, 05 May 2018 11:40:01 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:225071 Archived-At: > From: Uwe Brauer > Date: Sat, 05 May 2018 11:40:01 +0200 > > To load that package I used > (autoload 'comment-out-region "comment" nil t) > > So running comment-out-region loaded that package and its setting. > > However in that recent emacs version, when running the command the > important variable comment-mode-alist is not set. > > I can solve this problem by substituting the autoload call by require > but I am wondering. I eyeballed the NEWS but could not find anything > relevant at first glance. Hard to answer your question without knowing what that comment package is or where to get it. I don't see it in Emacs and I don't see it on ELPA. It's hard to know what's wrong with comment-mode-alist without seeing its definition.