2010-09-08 9 views

risposta

21

Prima Emacs 23.2, si dovrebbe fare:

(setq default-cursor-type 'box) 

Attenzione, default-cursor-type è una variabile che è obsoleta in quanto Emacs 23.2. Si dovrebbe usare cursor-type variabile anziché:

(set-default 'cursor-type 'box) 
+5

Si noti inoltre che quando si usa cygwin, mintty sovrascrive il cursore (fare clic con il tasto destro del mouse sull'intestazione di mintty per ottenere le opzioni e impostare quella che più ti piace). – ron

3

capito, si tratta di:

(setq default-cursor-type 'box)

+1

Non dimenticare di dare voi stessi il segno di spunta. :) – Robusto