From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul R Subject: Re: restarting emacs always advisable for upgrade? Date: Tue, 07 Oct 2008 10:55:45 +0200 Message-ID: <87abdg3hta.fsf@gmail.com> References: <20524da70810061748p72cd0a6cra18a9699e0428667@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kn8MI-0003Iu-Hc for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 04:55:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kn8MG-0003Ha-P2 for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 04:55:57 -0400 Received: from [199.232.76.173] (port=35064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kn8MG-0003HO-Gm for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 04:55:56 -0400 Received: from fk-out-0910.google.com ([209.85.128.188]:1736) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kn8MG-0002SK-6t for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 04:55:56 -0400 Received: by fk-out-0910.google.com with SMTP id 18so2748835fkq.10 for ; Tue, 07 Oct 2008 01:55:54 -0700 (PDT) In-Reply-To: <20524da70810061748p72cd0a6cra18a9699e0428667@mail.gmail.com> (Samuel Wales's message of "Mon\, 6 Oct 2008 17\:48\:46 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel> Is it safe to load all .elc files in org as a way of not Samuel> restarting emacs? Thanks. I suppose you can (unload-feature 'org), then upgrade, then (require 'org), but I have not tested. Just try and report :) -- Paul