emacs-devel
[Top][All Lists]
Advanced

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

Re: A whole lotta auto-saving going


From: Aaron Jensen
Subject: Re: A whole lotta auto-saving going
Date: Fri, 8 Jan 2021 08:19:33 -0600

On Fri, Jan 8, 2021 at 8:05 AM Aaron Jensen <aaronjensen@gmail.com> wrote:
>
> I haven't been able to debug any further yet, but I'll try and do that.

Here's a repro from emacs -Q:


(require 'package)
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
                    (not (gnutls-available-p))))
       (url (concat (if no-ssl "http" "https") "://melpa.org/packages/")))
  (add-to-list 'package-archives (cons "melpa" url) t))
(package-initialize)
(package-install 'enh-ruby-mode)
(enh-ruby-mode)
(auto-save-mode)

Then start typing, it should flicker "Auto-saving...done" in the echo area

Aaron



reply via email to

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