* Remove elements from speedbar-supported-extension-expressions
@ 2024-12-03 16:43 Heime via Users list for the GNU Emacs text editor
2024-12-22 12:02 ` Joel Reicher
0 siblings, 1 reply; 2+ messages in thread
From: Heime via Users list for the GNU Emacs text editor @ 2024-12-03 16:43 UTC (permalink / raw)
To: Heime via Users list for the GNU Emacs text editor
I want to have a function to remove elements from speedbar-supported-extension-expressions
What is a robust way to do it?
If I do
C-h v speedbar-supported-extension-expressions
and pick up the entry in the way it is printed, would it be remaved if
one just copies the entry?
Suppose the printed value is
(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?" ".el"
".emacs" ".l" ".lsp" ".p" ".java" ".js" ".f\\(90\\|77\\|or\\)?"
".ad[abs]" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g" ".s?html"
".ma?k" "[Mm]akefile\\(\\.in\\)?")
and match using
".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?"
to remove that entry.
Or is- it more robust to remove the entry by its position in the list?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Remove elements from speedbar-supported-extension-expressions
2024-12-03 16:43 Remove elements from speedbar-supported-extension-expressions Heime via Users list for the GNU Emacs text editor
@ 2024-12-22 12:02 ` Joel Reicher
0 siblings, 0 replies; 2+ messages in thread
From: Joel Reicher @ 2024-12-22 12:02 UTC (permalink / raw)
To: Heime via Users list for the GNU Emacs text editor; +Cc: Heime
Heime via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> I want to have a function to remove elements from
> speedbar-supported-extension-expressions
>
> What is a robust way to do it?
The customize interface is robust, so you can either use customize
to modify this variable, or copy some of its code.
Regards,
- Joel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-22 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 16:43 Remove elements from speedbar-supported-extension-expressions Heime via Users list for the GNU Emacs text editor
2024-12-22 12:02 ` Joel Reicher
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.