This file is indexed.

/usr/share/SuperCollider/Extensions/scide_scel/homeContext.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
+ FunctionDef {
	homeContext {
		^if (context.isNil) { this } { context.homeContext }
	}
}