huug <[EMAIL PROTECTED]> writes:

[...]

> > When I open a new frame, the geometry is ok (85x46).
> > 
> > I'm ok with the comment but how avoiding the resizing of the first
> > window ?
> 
> I'm not: preferences belong in .emacs or your customisation file, not
> in site-start.el or X11/app-defaults.

hum, i don't agree on this. Many defaults in emacs are weird
(eg: who doesn't prefer this?
 (setq next-line-add-newlines nil)
 (setq revert-without-query (cons "TAGS" revert-without-query))
)

and when upgrading to new emacs versions, the defaults often change
(eg: replace-rectangle vs string-rectangle), so why should mandrake
not do so too?

[...]

> Speaking of site-start.el:
> 
> (setq initial-major-mode (lambda () (text-mode) (turn-on-auto-fill)
> (font-lock-mode)))
> 
> is plain wrong: it removes Interactive Lisp Mode from *scratch*. What
> you want is default-major-mode.

ok, fixed.

Reply via email to