all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bozhidar Batsov <bozhidar@batsov.com>
To: Kaushal <kaushal.modi@gmail.com>
Cc: emacs-devel <emacs-devel@gnu.org>,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	Artur Malabarba <bruce.connor.am@gmail.com>,
	Dmitry Gutov <dgutov@yandex.ru>
Subject: Re: Package installation messages
Date: Fri, 15 May 2015 07:49:39 +0300	[thread overview]
Message-ID: <CAM9Zgm2Y+G5haH0OB_C-=JwdCpew2uEUMqGhNK10UQfmSNcyyw@mail.gmail.com> (raw)
In-Reply-To: <CAFyQvY2NCz7xTT=wP3jzzvb-aS61urRBbBmwXjup+5c4G3y7tQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2555 bytes --]

While I can live without the compilation warnings (and many users are
scared by them) I've found and fixed a ton of compilation warnings in
various packages, because they we're displayed so prominently. Maybe this
should be an optional behaviour or they should simply be dumped into
**Messages*.

As for the messages themselves - yeah, anything featuring a summary of the
operation that started and ended would do IMO. Some progress indicator
would be awesome (maybe counting down the operations that are remaining or
something).

On 15 May 2015 at 05:24, Kaushal <kaushal.modi@gmail.com> wrote:

> @Stefan
> I actually like the hassle-free install process. If I mark stuff with `i`
> or `U` followed by `x`, I mean to download and install those packages in
> one go. I have been spoilt by how it is currently; would be good to at
> least have an option to keep it that way.
>
> @Dmitry
> I have never needed to do `C-g` while an installation is going on.  But I
> can understand how that can cause problem.
>
> @Bozhidar
> I also like the clutter-free installation process, without the compilaiton
> buffer popping up.
> If the "Transaction started" message is cryptic, it can probably be
> replaced with something that indicates that package(s) are being installed;
> or something like below?
>
>     Package Manager: In progress [upgrade(<num>), install(<num>),
> delete(<num>)] ...
>
> Once everything is done,
>
>     Package Manager: Done [Upgraded(<num>), Installed(<num>),
> Deleted(<num>)].
> @Artur
> Regarding the 3 options:
> 1. I wouldn't mind that as I can always enable that in my emacs config
> 2. Can't comment on this as I don't understand the how-to or implications
> of using a "background process"
> 3. I believe that people who have the Paradox package installed wouldn't
> be affected by this right?
>
>
> --
> Kaushal Modi
>
> On Thu, May 14, 2015 at 10:00 PM, Stefan Monnier <monnier@iro.umontreal.ca
> > wrote:
>
>> >> 1. Keep the feature but disable by default. Async refreshing would
>> still
>> >> be enabled.
>> > I'd rather we not keep options for behavior nobody has specifically
>> > asked for.
>>
>> I asked for it.  But after using it I agree that it sucks UI-wise.
>> I think to make it work better, we'd need to make the download and the
>> install more separate.  E.g. when the download is done, rather than go
>> ahead and perform the install, inform the user that the download is done
>> and the install process can proceed, but wait for the user to
>> explicitly say "install now".
>>
>>
>>         Stefan
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 5598 bytes --]

  reply	other threads:[~2015-05-15  4:49 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-14 21:23 Package installation messages Bozhidar Batsov
2015-05-14 22:38 ` Artur Malabarba
2015-05-14 22:40 ` Dmitry Gutov
2015-05-14 23:15   ` Artur Malabarba
2015-05-15  0:00     ` Dmitry Gutov
2015-05-15  2:00       ` Stefan Monnier
2015-05-15  2:24         ` Kaushal
2015-05-15  4:49           ` Bozhidar Batsov [this message]
2015-05-15  5:45             ` Thierry Volpiatto
     [not found]             ` <CAAdUY-K8h41cY0e1XB30rzoYOmuM2sFctAxhcF2B2D3R54V8Tw@mail.gmail.com>
2015-05-15  8:49               ` Artur Malabarba
2015-05-20 13:45                 ` Artur Malabarba
2015-05-20 15:36                   ` raman
2015-05-20 15:53                     ` Bozhidar Batsov
2015-05-20 15:58                     ` Artur Malabarba
2015-05-20 16:39                       ` T.V Raman
2015-05-20 19:59                         ` Artur Malabarba
2015-05-20 20:02                           ` Artur Malabarba
2015-05-20 20:05                             ` Dmitry Gutov
2015-05-21  0:15                               ` Kaushal
2015-05-21  9:03                             ` Artur Malabarba
2015-05-21 14:35                               ` Kaushal
2015-05-21 14:46                                 ` Kaushal
2015-05-21 14:49                                   ` Kaushal
2015-05-15  8:01           ` Artur Malabarba
2015-05-15  7:56         ` Artur Malabarba
2015-05-15  8:20         ` Dmitry Gutov
2015-05-15  7:51       ` Artur Malabarba

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='CAM9Zgm2Y+G5haH0OB_C-=JwdCpew2uEUMqGhNK10UQfmSNcyyw@mail.gmail.com' \
    --to=bozhidar@batsov.com \
    --cc=bruce.connor.am@gmail.com \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=kaushal.modi@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /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.