unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Tim Johnson <tim@akwebsoft.com>, help-gnu-emacs@gnu.org
Subject: RE: Directory name to variable (dired?)
Date: Mon, 8 Oct 2018 15:56:28 +0000 (UTC)	[thread overview]
Message-ID: <a741bb20-4a82-434e-bb36-5a23ec4cdc33@default> (raw)
In-Reply-To: <20181008151826.GF17855@mail.akwebsoft.com>

> >   To determine if a buffer is a dired buffer, it seems that I can
> >   verify that by evaluating `dired-omit-mode
> >
> >   Is there a more idiomatic way to do so?
>   Duh! Asked and answered: Probably
>   something like (eq (major-mode) "dired-mode") ;; untested
>   thanks to everyone, good thread

Use `derived-mode-p', rather than test for equality.



  parent reply	other threads:[~2018-10-08 15:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-07 21:49 Directory name to variable (dired?) Tim Johnson
2018-10-07 23:02 ` Drew Adams
2018-10-07 23:14   ` Tim Johnson
2018-10-08  0:02     ` Drew Adams
2018-10-08  0:20       ` Tim Johnson
2018-10-08  1:55         ` Drew Adams
2018-10-08 15:08           ` Tim Johnson
2018-10-08 15:18             ` Tim Johnson
2018-10-08 15:27               ` Noam Postavsky
2018-10-08 15:56               ` Drew Adams [this message]
2018-10-08 20:12             ` Stefan Monnier
2018-10-08 20:50               ` Tim Johnson
2018-10-07 23:18 ` Noam Postavsky
2018-10-08  0:05   ` Tim Johnson
2018-10-08 10:56     ` Noam Postavsky
2018-10-08 15:42       ` Tim Johnson

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=a741bb20-4a82-434e-bb36-5a23ec4cdc33@default \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tim@akwebsoft.com \
    /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.
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).