GNU bug report logs - #14379
Several Org source files cannot be loaded in isolation

Previous Next

Package: org-mode;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Fri, 10 May 2013 07:51:02 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Carsten Dominik <carsten.dominik <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 14379 <at> debbugs.gnu.org
Subject: bug#14379: [O] bug#14379: Several Org source files cannot be loaded in isolation
Date: Sun, 12 May 2013 06:08:52 +0200
On 11.5.2013, at 20:24, Glenn Morris <rgm <at> gnu.org> wrote:

> 
> (Please keep the debbugs address included. It is basically an alias for
> the org-mode list in this instance.)
> 
> Achim Gratz wrote:
> 
>> Reimplementation with pcase should fix that unless this is then resolved
>> at compile-time?
> 
> pcase probably doesn't exist in all the ancient Emacs versions that you
> want to support? In any case, it will case cause needless loading of
> pcase at run-time. I'd use good old `cond' if I were you.
> Actually, `if' will suffice in this case.
> Actually actually, why not
>  (if (executable-find "ctags-exuberant") "ctags-exuberant" "ctags")

I have used this fix, thanks.

- Carsten





This bug report was last modified 12 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.