unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Goldman <rpgoldman@sift.net>
To: 16290@debbugs.gnu.org
Subject: bug#16290: Possible patch for this bug
Date: Sun, 29 Dec 2013 15:51:40 -0600	[thread overview]
Message-ID: <52C0996C.8060001@sift.net> (raw)
In-Reply-To: <83txdrcp4h.fsf@sabretooth.sift.net>

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





  reply	other threads:[~2013-12-29 21:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-29 21:40 bug#16290: 23.4; csharp-mode advice to revert-buffer causes error when flymake-mode not loaded Robert P. Goldman
2013-12-29 21:51 ` Robert Goldman [this message]
2013-12-30  1:17   ` bug#16290: Possible patch for this bug Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52C0996C.8060001@sift.net \
    --to=rpgoldman@sift.net \
    --cc=16290@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).