This file is indexed.

/usr/share/SuperCollider/Extensions/scide_scel/extClassBrowser.sc is in supercollider-emacs 1:3.6.3~repack-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
+ ClassBrowser{
	openSVN{ |svnAddr|
		Emacs.evalLispExpression(['w3m-browse-url', svnAddr].asLispString);
	}
}