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: [PATCH] Extra information in autoload error Date: Fri, 04 Nov 2016 10:43:32 +0200 Message-ID: <83d1ibljnv.fsf@gnu.org> References: <87k2e5nfdr.fsf@gmail.com> <87fuosoq4k.fsf@gmail.com> <87a8dw8iad.fsf@gmail.com> <87wph06sl5.fsf@gmail.com> <83eg37pq55.fsf@gnu.org> <87eg36iwsu.fsf@gmail.com> <83lgxe5ke6.fsf@gnu.org> <87mvht4kpn.fsf@gmail.com> <83lgxd34id.fsf@gnu.org> <8737jlou7m.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1478249157 32378 195.159.176.226 (4 Nov 2016 08:45:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 4 Nov 2016 08:45:57 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Alex Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 04 09:45:50 2016 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 1c2a7i-0003cP-By for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2016 09:45:18 +0100 Original-Received: from localhost ([::1]:37129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2a7l-00039P-3N for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2016 04:45:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2a5i-0002Lr-3T for emacs-devel@gnu.org; Fri, 04 Nov 2016 04:43:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2a5f-00028J-1p for emacs-devel@gnu.org; Fri, 04 Nov 2016 04:43:14 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2a5e-000285-VL; Fri, 04 Nov 2016 04:43:10 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2094 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c2a5e-0002Tt-6a; Fri, 04 Nov 2016 04:43:10 -0400 In-reply-to: <8737jlou7m.fsf@gmail.com> (message from Alex on Mon, 24 Oct 2016 23:47:57 -0600) 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:209147 Archived-At: > From: Alex > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Mon, 24 Oct 2016 23:47:57 -0600 > > Alright, I've attached a patch that includes both the absolute file name > and feature. If it's agreeable, then would you apply it for me? > > Just to be clear, the autoload (autoload 'linum2 "linum") with this > patch will produce something like: > > (error "Autoloading file /home/alex/emacs/lisp/linum.elc failed to > define function linum2") Thanks, pushed to master.