all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: jm@pub.pink
Cc: help-gnu-emacs@gnu.org
Subject: Re: .fmt files missing in speedbar
Date: Sat, 24 Jun 2023 23:53:47 +0200	[thread overview]
Message-ID: <875y7cil1w.fsf@gmx.net> (raw)
In-Reply-To: <87pm5mauts.fsf@pub.pink> (jm@pub.pink's message of "Fri, 23 Jun 2023 12:28:44 -0500")

On Fri, 23 Jun 2023 12:28:44 -0500 jm@pub.pink wrote:

> In emacs -Q I evaluate:
>
>     (add-to-list 'auto-mode-alist '("\\.fmt\\'" . html-mode))
>     (setq
>      speedbar-directory-unshown-regexp "^\(\.\.*$\)\'"
>      speedbar-show-unknown-files t)
>
> but browsing a directory in the speedbar containing ‘file.fmt’ files
> appears empty. Changing the extension to ‘.FMT’ makes it appear. In fact
> I cannot find any other extension that causes a file to not appear; e.g.
> ‘.file.ext’, ‘file.bonkers’, ‘file.♑’, etc. all show up.
>
> What am I missing here?

Files with extension .fmt are matched by speedbar-file-unshown-regexp,
whose doc string says: "Regexp matching files we don’t want displayed in
a speedbar buffer.  It is generated from the variable
‘completion-ignored-extensions’."

Steve Berman



  parent reply	other threads:[~2023-06-24 21:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 17:28 .fmt files missing in speedbar jm
2023-06-24 15:47 ` Yuri Khan
2023-06-24 21:53 ` Stephen Berman [this message]
2023-06-25  0:00   ` john muhl

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=875y7cil1w.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jm@pub.pink \
    /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.