Re: My sawfishrc



On Saturday 03 October 2009 23:13:55 Christopher Roy Bratusek wrote:
> Dunno the exact difference but if I remember correctly setq has a
> shorter lifetime than dsv, but for an rc this doesn't make a
>  difference.

(define-special-variable foo bar) is equivalent to
(defvar foo nil) (setq foo bar).  Unless evaluated in some inner scope 
where foo is locally defined, (setq foo bar) (defvar foo nil) also 
achieves the same result.

-- 
	Timo Korvola		<URL:http://www.iki.fi/tkorvola>


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