From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: john muhl Newsgroups: gmane.emacs.help Subject: Re: .fmt files missing in speedbar Date: Sat, 24 Jun 2023 19:00:34 -0500 Message-ID: <87cz1ko1c1.fsf@pub.pink> References: <87pm5mauts.fsf@pub.pink> <875y7cil1w.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6795"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Stephen Berman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 25 02:04:01 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qDDEX-0001U9-50 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 25 Jun 2023 02:04:01 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qDDDy-0006Pl-3V; Sat, 24 Jun 2023 20:03:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qDDDv-0006PP-1w for help-gnu-emacs@gnu.org; Sat, 24 Jun 2023 20:03:23 -0400 Original-Received: from out-17.mta0.migadu.com ([2001:41d0:1004:224b::11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qDDDs-0005XP-4N for help-gnu-emacs@gnu.org; Sat, 24 Jun 2023 20:03:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1687651393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8AQldGr6DVdyIqdEdgibQKvtT6F9iDwRy5DcetBmKeo=; b=Ey/FO70LkKz34Nl6Fj2MYUWvK4+csp4jiSFD2wR9XeXoSS17lLE4hB9p7CmfZeGgbxEBHJ UJvAxKfYFgY8yKe5bP3SUm8k0CAuUiuEwrxTGmvvvJgPrBVY3A9cRiISkHoAm49f+p6eSh S/Ox4rWz19PGFYt0cD93wwkASi6TqqY= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-reply-to: <875y7cil1w.fsf@gmx.net> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::11; envelope-from=jm@pub.pink; helo=out-17.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144035 Archived-At: Stephen Berman writes: > Files with extension .fmt are matched by speedbar-file-unshown-regexp, > whose doc string says: "Regexp matching files we don=E2=80=99t want displ= ayed in > a speedbar buffer. It is generated from the variable > =E2=80=98completion-ignored-extensions=E2=80=99." Thanks. I figured it out earlier but think I forgot to CC the list with the follow up.