help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: why cannot set cursor-type with setq but only with setq-default?????


From: Kai Großjohann
Subject: Re: why cannot set cursor-type with setq but only with setq-default??????
Date: Wed, 15 Jan 2003 22:41:17 +0100
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.3.50 (i686-pc-linux-gnu)

seberino@spawar.navy.mil (Christian Seberino) writes:

> (setq-default cursor-type    'bar)
>
> How come (setq cursor-type    'bar) doesn't work????

The documentation about cursor-type says "automatically becomes
buffer-local when set".  So if in a buffer you type M-: (setq
cursor-type 'bar) RET, then the cursor will change in that buffer (or
window, rather).

I don't know what's the current buffer when ~/.emacs is executed.  A
temp buffer, perhaps, or *scratch*.

-- 
Ambibibentists unite!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]