bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51689: emacs


From: Han Boetes
Subject: bug#51689: emacs
Date: Wed, 17 Nov 2021 22:41:11 +0100

Eli Zaretskii wrote:
> > Date: Tue, 16 Nov 2021 10:22:42 +0100
> > From: Han Boetes <han@boetes.org>
> > Cc: 51689@debbugs.gnu.org
> > 
> > > Is it "emacs -Q -nw" or "emacs -Q -nw ~/.config/emacs/init.el", as you
> > > reported in your original report?  If the latter, we need to take a
> > > closer look at your init.el: can you find which part of it triggers
> > > this, and post that part?
> > 
> > Both of them, and with all files, my init.el was just an example.
> 
> Even with an empty .el file?  What about just "emacs -Q -nw"?

It all results in the same error.
 
> > > If "emacs -nw -Q" already triggers the error, please tell what is the
> > > terminal file from lisp/term/ that Emacs loads on your system.
> > 
> > How can I find that information?
> 
> It should be one of features mentioned in the value of 'features'.
> 
> Also, "M-: (tty-type) RET" should show the terminal type, and that
> determines the terminal file Emacs loads.

I get this with screen-256color, but also with xterm-256color and xterm.
Depending on how I logged on.
 
> > >  features
> > 
> > I used c-h v features to get this output, is that what you meant? If not, 
> > please help me getting the requested information.
> 
> Is this in "emacs -Q -nw"?  There should be a feature defined by some
> file from lisp/term/ loaded for the terminal support, but I see no
> such feature.

I still don't understand how I should provide the requested features.
Could you elaborate on that?


I just searched a bit further, it also happens with "emacs -nw
some-file" when there is no .emacs file present, or if it contains only:

    (custom-set-variables)

But if that .emacs contains just one setting like this:

    (custom-set-variables '(auto-insert-mode t))

The problem is gone. Fascinating!

So to summarize:

emacs -nw -Q some-file, shows "Symbol's function definition is void: 
regexp-opt-group", does not load some-file
emacs -nw -Q          , shows "Symbol's function definition is void: 
regexp-opt-group"

In both cases, I can continue working.


# Han





reply via email to

[Prev in Thread] Current Thread [Next in Thread]