> In a site init file, I'm trying to set different default values for stuff
> like 'blink-cursor-mode'.

> (setq-default blink-cursor-mode t)
> (blink-cursor-mode blink-cursor-mode)

Now this piece of code is bizarre.  Are you trying to check for corner-case
bugs or was there a particular reason why you didn't just do

  (blink-cursor-mode t)


-- Stefan
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to