From: Yasushi S. <yas...@gm...> - 2022-01-11 08:33:00
|
Hi, It seems to me that matlab-mode doesn't return "foo" when I call thing-at-point on "foo'". Note that it has a quotation mark for transpose. (defun foo () (interactive) (message (thing-at-point 'symbol))) Best, -- yashi |