bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54265: Valid function names cannot be accessed from speedbar.


From: angelomolina
Subject: bug#54265: Valid function names cannot be accessed from speedbar.
Date: Sat, 5 Mar 2022 18:53:46 +0100 (CET)

Consider this perfectly valid function, which cannot be accessed from speedbar.

#!/bin/bash

function me-test()
{
        echo 'test'
}

me-test

I am using GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32)
of 2021-09-28.



Mar 5, 2022, 17:31 by larsi@gnus.org:
angelomolina@tutanota.com writes:
I am using completely valid function names but cannot access them using the
speedbar. I am in sh-mode.

Do you have a recipe to reproduce the problem, starting from "emacs -Q"?

--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no


reply via email to

[Prev in Thread] Current Thread [Next in Thread]