all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: A M <alex334599@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs 27 - Changing the "selective display character" (also called "ellipsis")
Date: Mon, 26 Jul 2021 17:01:37 +0200	[thread overview]
Message-ID: <9f17efb9-9205-c6a1-9172-fd11109cf24c@gmail.com> (raw)
In-Reply-To: <83zgu9ut58.fsf@gnu.org>

Adding this line of code solved the problem:
(require 'disp-table)

Thanks for the help.

On 7/26/21 3:00 PM, Eli Zaretskii wrote:
>> From: A M <alex334599@gmail.com>
>> Date: Mon, 26 Jul 2021 12:42:41 +0200
>>
>> Sorry, there was one thing I forgot to mention which is a requirement
>> for the problem to appear.
>> I have also enabled automatic byte-compilation, using the following line
>> of lisp code:
>>
>> ;; Automatic byte-compilation when starting emacs.
>> (byte-recompile-directory (expand-file-name "~/.emacs.d") 0)
>>
>> A minimal emacs dotfile that demonstrates my described problem is thus
>> the code snippet I gave in the first message combined with the one
>> above. (I am checking that myself right now.) It is when an init.elc has
>> been generated I get this error specifically in Emacs 27.
>>
>> I will attach the error message I get in Emacs and also the stack trace
>> from 'emacs --debug-init', please see the attached file.
> I think the error message explains itself, no?  It means that your
> setting didn't take effect, most probably because you didn't load
> disp-table before referencing standard-display-table.
>



      reply	other threads:[~2021-07-26 15:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-25 10:07 Emacs 27 - Changing the "selective display character" (also called "ellipsis") A M
2021-07-25 13:51 ` Eli Zaretskii
2021-07-26 10:42   ` A M
2021-07-26 13:00     ` Eli Zaretskii
2021-07-26 15:01       ` A M [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9f17efb9-9205-c6a1-9172-fd11109cf24c@gmail.com \
    --to=alex334599@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.