unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kaushal <kaushal.modi@gmail.com>
To: bruce.connor.am@gmail.com, emacs-devel <emacs-devel@gnu.org>
Subject: Re: Package installation messages
Date: Thu, 21 May 2015 14:35:35 +0000	[thread overview]
Message-ID: <CAFyQvY33Rm94+vEtLthr4c1fZYkkbq_d4mPXKuCX8XGa6+eP9g@mail.gmail.com> (raw)
In-Reply-To: <CAAdUY-K6FSwO3oH=nYbF=6RN1rGD2UgEmBmxTt87WvrkhpBP+Q@mail.gmail.com>

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

I just updated to the latest commit on emacs master and tried out
package-autoremove.

That suggested removing 3 packages (symon, minibuffer-line,
git-timemachine), out of which I actually use 2: minibuffer-line,
git-timemachine.

For example, I have this in my init:

;; Display date+time in the minibuffer instead of in the mode-line
(use-package minibuffer-line
  :if (null modi/show-date-time-in-mode-line)
  :defer 1 ; to prevent 'Invalid face reference: minibuffer-line'
                                        ; when launching emacsclient
  :init
  (progn
    (setq minibuffer-line-format '((:eval (format-time-string "%l:%M %b %d
%a")))))
  :config
  (progn
    (set-face-attribute 'minibuffer-line nil :inherit font-lock-type-face)
    (minibuffer-line-mode)))


On Thu, May 21, 2015 at 5:03 AM Artur Malabarba <bruce.connor.am@gmail.com>
wrote:

> Alright, pushed.
> Just for future record, in case anyone ever tries this again, the
> commit that removed async transactions was:
>     Commit 0060c0d7b15ed1510583eb738baa0c9bf9f02721
> And the one before that is
>     Commit 6f4b0e8153c8e83d03ed1c3c37065e5bf56685f1
>
>

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

  reply	other threads:[~2015-05-21 14:35 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
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 [this message]
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY33Rm94+vEtLthr4c1fZYkkbq_d4mPXKuCX8XGa6+eP9g@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=bruce.connor.am@gmail.com \
    --cc=emacs-devel@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).