From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Huchler Newsgroups: gmane.emacs.help Subject: autoload seems inconsistent Date: Thu, 14 Mar 2019 18:25:29 +0100 Message-ID: <87pnqtxt9y.fsf@mail.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="254408"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 14 18:27:57 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h4U94-00143X-9y for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Mar 2019 18:27:54 +0100 Original-Received: from localhost ([127.0.0.1]:42423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4U93-0002lX-7y for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Mar 2019 13:27:53 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4U6u-0001OZ-JG for help-gnu-emacs@gnu.org; Thu, 14 Mar 2019 13:25:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4U6t-0007o8-Mh for help-gnu-emacs@gnu.org; Thu, 14 Mar 2019 13:25:40 -0400 Original-Received: from [195.159.176.226] (port=47002 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4U6t-0007nb-BJ for help-gnu-emacs@gnu.org; Thu, 14 Mar 2019 13:25:39 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h4U6q-0011M3-HK for help-gnu-emacs@gnu.org; Thu, 14 Mar 2019 18:25:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:aV68lA15beHdmlB3SkXvCxMKCD8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119626 Archived-At: I am the author of kodi-remote which is in melpa. When I manually evaluate the whole kodi-remote.el file all works fine. But when I install it over melpa and it autoloads something goes south. When I start kodi-remote-movies it works but if I open up kodi-remote-series or kodi-remote or kodi-remote-music I get such errors: "kodi-remote-music-mode symbol value as variable is void" Here is the file: https://github.com/spiderbit/kodi-remote.el/blob/master/kodi-remote.el did I fuck up something with the autoload directive, can't figure out what the problem is.