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: Lars Ingebrigtsen
Subject: Re: A whole lotta auto-saving going
Date: Sun, 10 Jan 2021 12:10:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Aaron Jensen <aaronjensen@gmail.com> writes:

> 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

Do you have a repro that doesn't involve installing outside packages?
:-)  That would help a lot.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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