From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: bug#14379: bug#14379: Several Org source files cannot be loaded in isolation Date: Sun, 12 May 2013 06:08:52 +0200 Message-ID: <196E6F14-81F4-4FD8-BE9D-0FAA310A8CF7@gmail.com> References: <87vc6p1ob0.fsf@Rainer.invalid> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbNbU-00018O-SE for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:09:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbNbT-0007ih-UW for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:09:44 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:32948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbNbT-0007ib-RP for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:09:43 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UbNbm-0002ue-CS for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:10:02 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: 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: Glenn Morris Cc: 14379@debbugs.gnu.org On 11.5.2013, at 20:24, Glenn Morris 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