Hi Drew, "Drew Adams" writes: > Is it possible to make the mouse pointer invisible (disappear)? > > I don't mean by, say, setting its color to the frame's background color on all > characters of a buffer's text. I mean by, say, setting `x-pointer-shape' to a > value (e.g. nil?) that (somehow) causes the pointer to disappear. > > I couldn't find anything about this, but it could be useful. Is there a good > workaround, if the feature doesn't exist? I also looked into this a while ago and couldn't find a way to completely hide the pointer, so I wrote the attached patch. Ideally this low-level functionality would be exposed through a new mouse avoidance mode, as you suggest. Tom