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

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

bug#22356: 25.0.50; emacs-25 very crashy with ivy-mode


From: Dmitry Gutov
Subject: bug#22356: 25.0.50; emacs-25 very crashy with ivy-mode
Date: Wed, 13 Jan 2016 03:21:41 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0

On 01/13/2016 01:27 AM, Dmitry Gutov wrote:

Going to bisect my configuration now.

...goddammit. Here's the new bit of configuration I added to my init file while answering a user's question [0] and promptly forgot about:

(setq-default right-margin-width 2)

It needs another piece, which I had before:

(defun scale-default-face ()
  (setq-local face-remapping-alist '((default :height 1.05))))

(add-hook 'minibuffer-setup-hook 'scale-default-face)

With that, you don't even need ivy-mode to cause memory corruption.

Try this:

- Put those lines in the init file and restart Emacs, or even evaluate them in *scratch*.

- Open minibuffer, and put newline in there:

  M-: C-q C-j

Repeat the last command until Emacs freezes (takes 2-10 newlines here).

[0] https://github.com/dgutov/diff-hl/issues/61





reply via email to

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