all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sébastien Le Callonnec" <sebastien@weblogism.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: acm@muc.de, 48433@debbugs.gnu.org
Subject: bug#48433: 28.0.50; Emacs Core Dump when trying to visit file
Date: Sat, 15 May 2021 12:23:39 +0100	[thread overview]
Message-ID: <90951093-649b-f05b-0407-184539f93dc6@weblogism.com> (raw)
In-Reply-To: <831ra8xotx.fsf@gnu.org>

Hi,

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`)



Regards,
Sébastien.





  parent reply	other threads:[~2021-05-15 11:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-15  8:39 bug#48433: 28.0.50; Emacs Core Dump when trying to visit file Sébastien Le Callonnec
2021-05-15  9:35 ` Eli Zaretskii
2021-05-15 10:10   ` Sébastien Le Callonnec
2021-05-15 10:40     ` Eli Zaretskii
2021-05-15 11:16       ` Sébastien Le Callonnec
2021-05-15 11:25         ` Eli Zaretskii
2021-05-15 12:06           ` Sébastien Le Callonnec
2021-05-15 12:18           ` Sébastien Le Callonnec
2021-05-15 12:33             ` Eli Zaretskii
2021-05-15 11:23       ` Sébastien Le Callonnec [this message]
2021-05-15 11:36         ` Eli Zaretskii
2021-05-15 11:44         ` Eli Zaretskii

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=90951093-649b-f05b-0407-184539f93dc6@weblogism.com \
    --to=sebastien@weblogism.com \
    --cc=48433@debbugs.gnu.org \
    --cc=acm@muc.de \
    --cc=eliz@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.