all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@users.sourceforge.net>
To: Hong Xu <hong@topbug.net>
Cc: 25765@debbugs.gnu.org
Subject: bug#25765: [PATCH] Avoid errors when flyspell-generic-check-word-predicate is a lambda.
Date: Thu, 16 Feb 2017 16:36:48 -0500	[thread overview]
Message-ID: <CAM-tV-_1Jsck_F4PNdN18qWO1kaKUwC9YMaYeqRYn4Qj8+g2Fw@mail.gmail.com> (raw)
In-Reply-To: <20170216213026.5591-1-hong@topbug.net>

On Thu, Feb 16, 2017 at 4:30 PM, Hong Xu <hong@topbug.net> wrote:
> -             (and (fboundp flyspell-generic-check-word-predicate)
> -                  (not (funcall flyspell-generic-check-word-predicate))))
> +              (and (fboundp 'flyspell-generic-check-word-predicate)
> +                   (not (funcall flyspell-generic-check-word-predicate))))

> -           (fboundp flyspell-generic-check-word-predicate)
> +           (fboundp 'flyspell-generic-check-word-predicate)

I don't think that's the right fix, rather the fboundp should be
replaced with functionp.





  reply	other threads:[~2017-02-16 21:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 21:30 bug#25765: [PATCH] Avoid errors when flyspell-generic-check-word-predicate is a lambda Hong Xu
2017-02-16 21:36 ` Noam Postavsky [this message]
2017-02-16 22:03   ` Hong Xu
2017-02-18  2:56     ` npostavs
2017-02-18  3:27       ` Hong Xu
2017-02-18  8:23         ` Eli Zaretskii
2017-02-18 13:34           ` npostavs

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

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

  git send-email \
    --in-reply-to=CAM-tV-_1Jsck_F4PNdN18qWO1kaKUwC9YMaYeqRYn4Qj8+g2Fw@mail.gmail.com \
    --to=npostavs@users.sourceforge.net \
    --cc=25765@debbugs.gnu.org \
    --cc=hong@topbug.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.