From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Kanis Subject: hard coded autoload file Date: Thu, 25 Apr 2013 19:53:27 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVQMc-0005I7-Br for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 13:53:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVQMZ-0001Da-Rg for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 13:53:46 -0400 Received: from [46.19.35.252] (port=33353 helo=srv2.kanis.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVQMZ-0001DC-IQ for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 13:53:43 -0400 Received: from smtp.comencini.fr ([164.138.25.8]) by smtp.comencini.fr with esmtpsa (TLS1.1:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80.1) (envelope-from ) id 1UVQMR-0007Zo-UK for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 19:53:36 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org mode Hello, It seems each file has the name of the autoload file hard coded at the end. For example at the end org-element.el: ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" ;; End: It sucks for me as I generate autoload with a different name. I made a workaround so it's fine. I think it would be better engineered no to have this stuff repeated at the end of each file. It would be better that it's specified somewhere in the autoconf. If I work on this would the patch be accepted? -- Not properly grounded, please bury computer. -- BOFH excuse #52