From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: newbye questions [the nnir-article-group issue] Date: Sun, 11 Jun 2017 14:37:59 +0800 Message-ID: <87mv9fvxko.fsf@ericabrahamsen.net> References: <22842.45571.534380.479157@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJwWa-0002tB-Tj for emacs-orgmode@gnu.org; Sun, 11 Jun 2017 02:39:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJwWX-0008Cy-Pn for emacs-orgmode@gnu.org; Sun, 11 Jun 2017 02:39:00 -0400 Received: from [195.159.176.226] (port=33386 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJwWX-0008Ce-Io for emacs-orgmode@gnu.org; Sun, 11 Jun 2017 02:38:57 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dJwWO-0005q8-O3 for emacs-orgmode@gnu.org; Sun, 11 Jun 2017 08:38:48 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Alain.Cochard@unistra.fr writes: >>Fran?ois Patte writes: >> >>> Le 05/06/2017 ? 12:07, Eric Abrahamsen a ?crit : >>>> Fran?ois Patte writes: >>>> >>>>> Le 05/06/2017 ? 01:33, Eric Abrahamsen a ?crit : >>>>>> Fran?ois Patte writes: >>>>>> >>>>>>> Bonjour, >>>>>>> >>>>>>> Ijust discovered org-mode for emacs and I want to explore the >>>>>>> capabilities of this mode for LaTeX documents. >>>>>>> >>>>>>> I have a few preliminary questions: >>>>>>> >>>>>>> 1- I installed org-mode from ELPA and I get a warning message >>>>>>> when I open a *.org file: >>>>>>> Eager macro-expansion failure: (error "Autoloading failed to >>>>>>> define function nnir-article-group") >>>>>>> >>>>>>> What does it mean and how to get rid of this message. [...] > I certainly don't have more experience, but maybe it will help if I > report my own. > > I have the very same problem with the following configuration: > > Org mode version 9.0.8 (9.0.8-elpa @ > /home/cochard/.emacs.d/elpa/org-20170606/) > > GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.14.12) of > 2015-05-07 on buildvm-08.phx2.fedoraproject.org > > 'uname -a' gives: Linux frac.u-strasbg.fr 4.1.13-100.fc21.x86_64 #1 > SMP Tue Nov 10 13:13:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > > I've had this problem since I updated org ELPA on 24 dec 2016 (NB: I > have not changed my GNU emacs version or GNU/Linux distribution). > > > I performed the following tests (all independently from one another), > all with a void .emacs file. > > (1) With 'emacs --no-site-file' > > -> the error is present. > > (2) With 'emacs --no-site-file' > > and after commenting the line > > (autoload 'nnir-article-group "nnir" nil nil 'macro) > > in file /usr/share/emacs/24.5/lisp/gnus/gnus-sum.el (after having > gunzip'ed it) and also after having hidden the corresponding .elc file > > -> the error is not present. > > (3) With 'emacs --no-site-file --no-site-lisp' > > -> the error is not present. > > (4) With 'emacs --no-site-file' > > and after hiding files nnir.el and nnir.elc, which are in dir > /usr/share/emacs/site-lisp/gnus-bonus > > -> the error is not present. > > The begining of file /usr/share/emacs/site-lisp/gnus-bonus/ is > > ;;; nnir.el --- search mail with various search engines -*- coding: iso-8859-1 -*- > ;; Copyright (C) 1998 Kai Großjohann > > ;; $Id: nnir.el,v 1.1.1.1 2003-04-04 20:16:09 lolando Exp $ > > This file contains: (require 'gnus-sum) That was very useful, thanks for the detailed report! Looks like it's the same as this: https://bugzilla.redhat.com/show_bug.cgi?id=1177978 Looks like uninstalling an emacs-goodies package might do the trick? Anyway, you're meant to be loading nnir.el from emacs//lisp/gnus/nnir.el, not site/lisp/gnus-bonus. Eric