From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: SETUPFILE: file open failure hardly noticeable Date: Sun, 7 Apr 2013 12:47:41 +0200 Message-ID: References: <87zjxb8kp2.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOn8V-0000vv-7q for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 06:47:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOn8Q-0004eX-Sl for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 06:47:47 -0400 In-Reply-To: <87zjxb8kp2.fsf@bzg.ath.cx> 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: Bastien Cc: Org Mode Hi Bastien On Sat, Apr 6, 2013 at 10:31 PM, Bastien wrote: > I used (sit-for 3) after the message to increase the odds > that the user gets it. I tried and had to see that (sit-for) has the same problems like (ding) or (error) when used in org-file-contents. I noticed even one more problem in addition to those mentioned in my previous post. Here an updated list of the problems when an Org file is opened: - some hooks are not called any more - Viper mode is not entered any more - messed up org-emphasis or fontify They are probably all related with each other. So I think that the change as it is today has to be reverted. More thoughts have to be spent to understand why the above problems occur and how to solve them. But this is beyond my current limits and I might have to accept just the reverted situation. Michael