emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: files.el


From: Stefan Monnier
Subject: Re: files.el
Date: Wed, 27 Oct 2004 18:13:59 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>> (setq auto-mode-alist (append auto-mode-alist '(("\\.[^/.]+\\'" ignore t))))
> Why not nconc...

`nconc' can construct a nasty circularlist, `append' can't, so I always use
append, unless I know pretty damn well that it's actually safe and that th
optimization is worth the effort.
At the toplevel of .emacs, it's neither safe, not efficiency-sensitive.


        Stefan




reply via email to

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