Re: [Emacs.app dev]: Cursor face foreground

2008-12-22 Thread Peter Dyballa
Am 22.12.2008 um 22:00 schrieb James Crippen: > I'm having trouble getting the foreground color of the cursor face to > work properly. IMO both cursor-color and mouse-color do not seem to work. My cursor colour is red and the cursor does not blink, although it should a bit (slowly) according

[Emacs.app dev]: Cursor face foreground

2008-12-22 Thread James Crippen
I'm having trouble getting the foreground color of the cursor face to work properly. Whether I set it with customize or with set-face-foreground the color never takes effect, although I don't get any errors. My .emacs has custom-set-variables cruft which shows it should be set, but the foreground c

Re: [Emacs.app dev]: cursor

2008-08-14 Thread Peter Dyballa
Am 14.08.2008 um 19:04 schrieb Gilbert Harman: > What code can I put in my .emacs file to get a simple vertical line > as the > default cursor in Emacs.app. Or a low horizontal line. I can get > that in > Carbon Emacs by (setq cursor-type 'hbar) but that does not work for > me in > Emacs.

[Emacs.app dev]: cursor

2008-08-14 Thread Gilbert Harman
What code can I put in my .emacs file to get a simple vertical line as the default cursor in Emacs.app. Or a low horizontal line. I can get that in Carbon Emacs by (setq cursor-type 'hbar) but that does not work for me in Emacs.app. Thanks in advance for any advice, Gil ---