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

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

bug#48433: 28.0.50; Emacs Core Dump when trying to visit file


From: Eli Zaretskii
Subject: bug#48433: 28.0.50; Emacs Core Dump when trying to visit file
Date: Sat, 15 May 2021 14:36:17 +0300

> Cc: 48433@debbugs.gnu.org, acm@muc.de
> From: Sébastien Le Callonnec <sebastien@weblogism.com>
> Date: Sat, 15 May 2021 12:23:39 +0100
> 
> To reproduce, create `init-ido.el`:
> 
> ```
> (require 'package)
> (add-to-list 'package-archives
>              '("melpa" . "https://melpa.org/packages/";) t)
> (package-install 'powerline)
> (require 'powerline)
> (powerline-default-theme)
> (require 'ido)
> (ido-mode t)
> (ido-everywhere t)
> ```
> 
> Run
> 
> ```
> emacs -Q --load init-ido.el
> 
> ```
> 
> Once emacs is loaded, visit file (`C-x C-f`)

Thanks, but this doesn't reproduce the crash for me.  (I didn't
actually install powerline from MELPA, but instead downloaded the
files and added the directory to load-path.)





reply via email to

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