[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why js2-mode in Emacs 23.2?
From: |
Dan Nicolaescu |
Subject: |
Re: Why js2-mode in Emacs 23.2? |
Date: |
Mon, 10 Aug 2009 21:28:17 -0700 (PDT) |
Daniel Colascione <address@hidden> writes:
> On Aug 10, 2009, at 9:13 PM, Glenn Morris wrote:
> > Carsten Dominik wrote:
> >>
> >> (add-hook 'imenu-after-jump-hook
> > That would work just fine without eval-after-load or requiring imenu.
> > A hook does not need to be defined before calling add-hook.
>
> That works for hooks, but not for arbitrary data structures, like,
> say, hs-special-modes-alist.
For hs-special-modes-alist, if the mode is included in emacs, just add
the initialization where in the definition. That goes for other similar
structures.
- Re: eval-after-load not harmful after all, (continued)
- Re: eval-after-load not harmful after all, Lennart Borgman, 2009/08/17
- Re: eval-after-load not harmful after all (Was: Re: Why js-2mode?), Lennart Borgman, 2009/08/10
- Re: eval-after-load not harmful after all (Was: Re: Why js-2mode?), Daniel Colascione, 2009/08/10
- Re: eval-after-load not harmful after all (Was: Re: Why js-2mode?), Leo, 2009/08/11
- Re: eval-after-load not harmful after all (Was: Re: Why js-2mode?), Stephen J. Turnbull, 2009/08/11
- Re: Why js2-mode in Emacs 23.2?, Carsten Dominik, 2009/08/10
- Re: Why js2-mode in Emacs 23.2?, Leo, 2009/08/10
- Re: Why js2-mode in Emacs 23.2?, Stefan Monnier, 2009/08/10
- Re: Why js2-mode in Emacs 23.2?, Glenn Morris, 2009/08/10
- Re: Why js2-mode in Emacs 23.2?, Daniel Colascione, 2009/08/10
- Re: Why js2-mode in Emacs 23.2?,
Dan Nicolaescu <=
- Re: Why js2-mode in Emacs 23.2?, Daniel Colascione, 2009/08/11
- Re: Why js2-mode in Emacs 23.2?, Dan Nicolaescu, 2009/08/11
- Re: Why js2-mode in Emacs 23.2?, Daniel Colascione, 2009/08/11
- Re: Why js2-mode in Emacs 23.2?, Glenn Morris, 2009/08/11
- Re: Why js2-mode in Emacs 23.2?, Stefan Monnier, 2009/08/09
- Re: Why js2-mode in Emacs 23.2?, Lennart Borgman, 2009/08/09
- Re: Why js2-mode in Emacs 23.2?, Stefan Monnier, 2009/08/10
Re: Why js2-mode in Emacs 23.2?, Leo, 2009/08/09