unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Eager macro-expansion failure
@ 2022-11-04  8:24 Evan Aad
  2022-11-04 15:51 ` Stefan Monnier via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 18+ messages in thread
From: Evan Aad @ 2022-11-04  8:24 UTC (permalink / raw)
  To: help-gnu-emacs

When I start Emacs from the terminal the following message appears:

Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Error loading autoloads: (wrong-number-of-arguments (3 . 4) 2)

Despite the message, the Emacs GUI shows up and seems to function
fine. However, I would like to resolve whatever issue it is that
causes this message to appear. I don't want this message appearing in
the terminal upon Emacs startup.

Further details:

1. I don't have an Init file.
2. OS: macOS Catalina, version 10.15.7
3. Emacs version: 28.2 (9.0)



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: Eager macro-expansion failure
@ 2022-11-06  7:13 Evan Aad
  2022-11-06  8:58 ` Tassilo Horn
  0 siblings, 1 reply; 18+ messages in thread
From: Evan Aad @ 2022-11-06  7:13 UTC (permalink / raw)
  To: help-gnu-emacs

Progress at last, but I still need help on how to proceed from here.

After moving the .emacs.d directory to the Desktop, as I reported in
my last message, I restored it to its original location. I then
deleted the contents of its elpa subdirectory, not before copying this
subdirectory to the Desktop. I then proceeded to introduce the
packages from the copied elpa directory back to their original
location one by one, in alphabetical order. After each step I started
emacs and noted if the error message occurred. Sometimes I would get a
message that a certain dependency was missing, in which case I would
copy the corresponding dependency, breaking alphabetical order.

It came down to the point that almost all of the packages were
restored but two, and Emacs started without emitting the error
message. The two packages that were still unrestored were
helm-projectile, and its dependency projectile. When I now restored
the projectile package (before restoring the helm-projectile package),
the error message finally appeared.

So the culprit is the projectile package; specifically projectile-20180107.2233

Could anyone please help me proceed from here to resolve whatever
problem causes the error message?



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: Eager macro-expansion failure
@ 2022-11-06  5:47 Evan Aad
  0 siblings, 0 replies; 18+ messages in thread
From: Evan Aad @ 2022-11-06  5:47 UTC (permalink / raw)
  To: help-gnu-emacs

Additional info:

When I move the .emacs.d directory from its original location (it's
original location is in ~) to the Desktop, the error message no longer
occurs.



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: Eager macro-expansion failure
@ 2022-11-05  9:15 Evan Aad
  0 siblings, 0 replies; 18+ messages in thread
From: Evan Aad @ 2022-11-05  9:15 UTC (permalink / raw)
  To: help-gnu-emacs

More additional info:

When I run
> HOME=. emacs

the error message appears. However, when I run
> HOME=x emacs

where x is replaced by any one of the items on the list obtained by executing
> ls -a

e.g.
>HOME=. emacs.d emacs
>HOME=Desktop emacs
>HOME=Documents emacs
>HOME=Downloads emacs

the error message does not appear.

P.S.
As I've already mentioned in previous posts, the following files are
not listed when executing
> ls -a

.emacs, .emacs.el, init.el, default.el, site-start.el



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: Eager macro-expansion failure
@ 2022-11-05  6:54 Evan Aad
  0 siblings, 0 replies; 18+ messages in thread
From: Evan Aad @ 2022-11-05  6:54 UTC (permalink / raw)
  To: help-gnu-emacs

Additional info:

When I start emacs with the following way:

> HOME=/tmp emacs

where "/tmp" is an empty directory I created, the error message does not occur.



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Eager macro-expansion failure
@ 2022-11-04  8:51 Evan Aad
  2022-11-04 11:34 ` Eli Zaretskii
  0 siblings, 1 reply; 18+ messages in thread
From: Evan Aad @ 2022-11-04  8:51 UTC (permalink / raw)
  To: help-gnu-emacs

When I start Emacs from the terminal the following message appears:

Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Error loading autoloads: (wrong-number-of-arguments (3 . 4) 2)

Despite the message, the Emacs GUI shows up and seems to function
fine. However, I would like to resolve whatever issue it is that
causes this message to appear. I don't want this message appearing in
the terminal upon Emacs startup.

Further details:

1. I don't have an Init file.
2. OS: macOS Catalina, version 10.15.7
3. Emacs version: 28.2 (9.0)



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Eager macro-expansion failure
@ 2022-11-04  6:01 Evan Aad
  0 siblings, 0 replies; 18+ messages in thread
From: Evan Aad @ 2022-11-04  6:01 UTC (permalink / raw)
  To: help-gnu-emacs

When I start Emacs from the terminal the following message appears:

Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Error loading autoloads: (wrong-number-of-arguments (3 . 4) 2)

Despite the message, the Emacs GUI shows up and seems to function
fine. However, I would like to resolve whatever issue it is that
causes this message to appear. I don't want this message appearing in
the terminal upon Emacs startup.

Further details:

1. I don't have an Init file.
2. OS: macOS Catalina, version 10.15.7
3. Emacs version: 28.2 (9.0)



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-11-07  6:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04  8:24 Eager macro-expansion failure Evan Aad
2022-11-04 15:51 ` Stefan Monnier via Users list for the GNU Emacs text editor
  -- strict thread matches above, loose matches on Subject: below --
2022-11-06  7:13 Evan Aad
2022-11-06  8:58 ` Tassilo Horn
2022-11-06 10:17   ` Evan Aad
2022-11-07  6:05     ` Tassilo Horn
2022-11-07  6:26       ` Evan Aad
2022-11-06  5:47 Evan Aad
2022-11-05  9:15 Evan Aad
2022-11-05  6:54 Evan Aad
2022-11-04  8:51 Evan Aad
2022-11-04 11:34 ` Eli Zaretskii
2022-11-04 11:43   ` Evan Aad
2022-11-04 12:10     ` Eli Zaretskii
2022-11-04 13:12       ` Evan Aad
2022-11-04 13:49         ` Eli Zaretskii
2022-11-04 18:46           ` Evan Aad
2022-11-04  6:01 Evan Aad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).