From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Web site bug Date: Sat, 27 Oct 2012 21:37:26 +0200 Message-ID: <87625vln9l.fsf@bzg.ath.cx> References: <5088513F.7000202@gmx.de> <87k3ufwkyr.fsf@bzg.ath.cx> <508AEB33.8050205@gmx.de> <871ugks721.fsf@bzg.ath.cx> <508C08A9.4020409@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSCBw-0006QM-Az for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 15:37:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSCBv-0001Sd-9U for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 15:37:08 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:53789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSCBv-0001SY-1p for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 15:37:07 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so2099395wgb.30 for ; Sat, 27 Oct 2012 12:37:06 -0700 (PDT) In-Reply-To: <508C08A9.4020409@gmx.de> (Simon Thum's message of "Sat, 27 Oct 2012 18:15:37 +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: Simon Thum Cc: emacs-orgmode Hi Simon, Simon Thum writes: >> ;;; org-install.el --- backward compatibility file for obsolete configuration >> ;; >> ;;; Code: >> (warn "The file org-install is obsolete. >> It is provided here so that (require 'org-install) does not >> trigger an error for users with obsolete Emacs configuration. >> You can safely remove (require 'org-install) from your config.") > > Judging from what you say further down there are use-cases left where this > is bad advice, namely the distribution archives and git. People using Org from the distribution archives don't get this warning because the distribution archive still use the old way, org-install.el containing autoloads when "make autoloads" is run. People using from Git don't need (require 'org-install), and the org-install.el provided in a Git clone is empty (not auto-generated), with just this warning. I hope this clarifies further :) -- Bastien