all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: "Roland Winkler" <winkler@gnu.org>,  29513@debbugs.gnu.org
Subject: bug#29513: 25.2; find-dired-centinel
Date: Tue, 11 Jun 2019 18:21:07 -0400	[thread overview]
Message-ID: <87sgsfzru4.fsf_-_@gmail.com> (raw)
In-Reply-To: <handler.29513.D29513.156028776529426.notifdone@debbugs.gnu.org> (GNU bug Tracking System's message of "Tue, 11 Jun 2019 21:17:03 +0000")

> See commit 249902d5ad5d3ae3e25323c23a2f442913729ceb.

> +(defcustom find-dired-refine-function #'find-dired-sort-by-filename
> +  "If non-nil, a function for refining the *Find* buffer of `find-dired'.

> +                (when (boundp 'find-dired-refine-function)

I think you meant just

    (when find-dired-refine-function

(boundp 'find-dired-refine-function) is always going to be true.

Although you could just drop the "If non-nil" and conditional
altogether: the feature can already be disabled by setting to #'ignore.






  parent reply	other threads:[~2019-06-11 22:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01  0:50 bug#29513: 25.2; find-dired-centinel Roland Winkler
2017-12-01  7:48 ` Eli Zaretskii
2017-12-01 16:28   ` Roland Winkler
2017-12-01 19:38     ` Eli Zaretskii
2017-12-01 20:05       ` Roland Winkler
2019-06-11 21:15         ` Roland Winkler
2017-12-01  8:09 ` Michael Heerdegen
2017-12-01 15:26   ` Drew Adams
2017-12-01 17:48     ` Roland Winkler
2017-12-01 20:04       ` Eli Zaretskii
2017-12-01 20:16         ` Roland Winkler
2017-12-01 20:27           ` Eli Zaretskii
     [not found] ` <handler.29513.D29513.156028776529426.notifdone@debbugs.gnu.org>
2019-06-11 22:21   ` Noam Postavsky [this message]
2019-06-12  3:25     ` Roland Winkler
2019-06-12 10:35       ` Noam Postavsky

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=87sgsfzru4.fsf_-_@gmail.com \
    --to=npostavs@gmail.com \
    --cc=29513@debbugs.gnu.org \
    --cc=winkler@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 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.