[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Special treatment of `term-setup-hook'
From: |
Eli Zaretskii |
Subject: |
Re: Special treatment of `term-setup-hook' |
Date: |
Thu, 07 Dec 2006 06:22:23 +0200 |
> Date: Thu, 7 Dec 2006 02:07:24 +0100
> From: "Juanma Barranquero" <address@hidden>
>
> On 10/24/06, Juanma Barranquero <address@hidden> wrote:
>
> > What is so special in `term-setup-hook' that precludes simply doing
> >
> > (run-hooks 'emacs-startup-hook)
> > (run-hooks 'term-setup-hook)
>
> Will someone object to this patch?
I would. This is a delicate mechanism, and now is not the time to
change it. (I understand the problem is not fatal, but if I'm wrong,
please correct me.)