[OS X Emacs] How do you change cursor in Aquamacs?

Mark H. David mhd at yv.org
Fri Mar 28 17:13:37 EDT 2014


Yes, that worked.  Thanks for the help!
-Mark

On Mar 27, 2014, at 11:58 AM, David Reitter <david.reitter at gmail.com> wrote:

> On Mar 27, 2014, at 2:33 PM, Mark H. David <mhd at yv.org> wrote:
> 
>> Can someone tell me how to change the cursor in Aquamacs?
>> 
>> I'd like to have a wide solid black rectangle in the selected buffer, a wide outline black rectangle in the non-selected buffer, and non-blinking.
> 
> (setq-default cursor-type 'box)
> (setq-default cursor-in-non-selected-windows t)
> (set-face-background 'cursor "black")
> (blink-cursor-mode 0)
> 
> Does this do what you desire?
> 
> This uses standard commands and variables I found online.  I guess it’s a lot easier to find when you know what you’re looking for.
> It’s admittedly funny how the shape is set by variables, the color via a face, and the blinking via a mode.
> 
> 
> 
> --
> http://aquamacs.org -- Aquamacs: Emacs on Mac OS X
> http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project!
> _____________________________________________________________
> MacOSX-Emacs mailing list
> MacOSX-Emacs at email.esm.psu.edu
> https://email.esm.psu.edu/mailman/listinfo/macosx-emacs
> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx



More information about the MacOSX-Emacs mailing list