GNU bug report logs - #16290
23.4; csharp-mode advice to revert-buffer causes error when flymake-mode not loaded

Previous Next

Package: emacs;

Reported by: rpgoldman <at> sift.info (Robert P. Goldman)

Date: Sun, 29 Dec 2013 21:42:02 UTC

Severity: normal

Tags: notabug

Found in version 23.4

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

Bug is archived. No further changes may be made.

Full log


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

From: Robert Goldman <rpgoldman <at> sift.net>
To: 16290 <at> debbugs.gnu.org
Subject: Possible patch for this bug
Date: Sun, 29 Dec 2013 15:51:40 -0600
I believe if we change the definition of is-flymake-enabled to the
following:

  (let ((is-flymake-enabled
         (and (fboundp 'flymake-mode)
--->          (functionp (symbol-function 'flymake-mode))
              flymake-mode)))

then we don't get the false positive when flymake-mode is an unforced
autoload.

Sorry if this isn't the right forum; I didn't know how to report this
directly to the mode's maintainers.

R




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

Previous Next


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