GNU bug report logs - #14490
Error in specman-mode.el

Previous Next

Package: emacs;

Reported by: Ethan Berger <eberger <at> tilera.com>

Date: Tue, 28 May 2013 16:25:01 UTC

Severity: wishlist

Merged with 14458

Found in version 24.3

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

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ethan Berger <eberger <at> tilera.com>
To: "'bug-gnu-emacs <at> gnu.org'" <bug-gnu-emacs <at> gnu.org>
Subject: Error in specman-mode.el
Date: Tue, 28 May 2013 15:56:57 +0000
The following code appears in revision 1.23 of specman-mode.el:

(defvar emacs-kind nil)

;; emacs or xemacs
(if (or (string-match "Lucid" emacs-version)
        (string-match "XEmacs" emacs-version))
    (setq specman-emacs-kind 'xemacs)
  (setq specman-emacs-kind 'emacs))

Elsewhere in the file there are references to emacs-kind, which is always nil, rather than to specman-emacs-kind.  Naturally, this causes other problems.





This bug report was last modified 11 years and 359 days ago.

Previous Next


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