According to lisp-font-lock-keywords-1, `defvaralias' is treated as
a function declaration.
IMHO users may expect it treated as a variable declaration.
They are highlighted the same way, so it makes no practical
difference, but it will be cleaner to fix this. Thanks.
__
On Fri Jan 13 2006 Stefan Monnier wrote:
> > - If ~/bar is in the load-path before ~/foo and we have files
> > ~/bar/foo and ~/foo/foo.el, then emacs loads ~/foo/foo.el.
>
> Really?
> I've just tried it here with:
>
>% echo '(message "foo1")' >~/tmp/foo1/foo
>% echo '(message "foo2")' >
> - If ~/bar is in the load-path before ~/foo and we have files
> ~/bar/foo and ~/foo/foo.el, then emacs loads ~/foo/foo.el.
Really?
I've just tried it here with:
% echo '(message "foo1")' >~/tmp/foo1/foo
% echo '(message "foo2")' >~/tmp/foo2/foo.el
M-: (let ((load-path (list* "~/t
`make-frame' takes an argument with a list of parameters to create
the frame with.
However, non-standard frame parameters don't seem to be set, even
when declared with `make-variable-frame-local'.
That's a bit odd. I would expect `make-frame' to set all parameters,
whether they are standard o
On Fri Jan 13 2006 Stefan Monnier wrote:
> > - Even my latest build of CVS emacs doesn't try to load an
> > uncompressed file ~/bar/foo.
>
> Huh? I must be misunderstanding you, because (load "vc.el") definitely
> finds the vc.el file in my emacs/lisp directory.
My email refered to my specific
> - Older versions of CVS emacs (built a couple of months ago) do not
> try to load ~/bar/foo.gz (even if ~/foo/foo.el doesn't exist at
> all).
Yes, we fixed a bug. The bug was that when auto-compression-mode was
enabled, (load "foo") would find "foo.el.gz" but (load "foo.el") wouldn't.
> -
On Fri Jan 13 2006 Eli Zaretskii wrote:
> This is not a bug, it's an intended behavior (or maybe an unintended
> misfeature of intended behavior ;-). Since ~/bar is before ~/foo in
> your load-path, Emacs sees ~/bar/foo.gz first. And because
> auto-compression-mode is now on by default, the fact
> Date: Mon, 09 Jan 2006 23:49:57 +0100
> From: "Roland Winkler" <[EMAIL PROTECTED]>
>
> The CVS emacs I installed today gives me a bug with autoload and
> auto-compression-mode that can be reproduced as follows:
>
> cat > ~/foo/foo.el << EOF
> (defun foo () (interactive) (message "Hello world.")
> From: Xavier Maillard <[EMAIL PROTECTED]>
> Date: Thu, 12 Jan 2006 22:54:58 +0100
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org, [EMAIL PROTECTED]
>
> Except that here, it just fails when trying to make it:
>
> [EMAIL PROTECTED] 22:37:02 rmail-mime]$ make
> echo '
> ' > lisp/autode