From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kaushal Newsgroups: gmane.emacs.devel Subject: Re: Package installation messages Date: Thu, 21 May 2015 14:35:35 +0000 Message-ID: References: <55552452.7050703@yandex.ru> <55553712.2050608@yandex.ru> <21852.47299.65468.476327@retriever.mtv.corp.google.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113a789af42ff70516987416 X-Trace: ger.gmane.org 1432218962 23608 80.91.229.3 (21 May 2015 14:36:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 May 2015 14:36:02 +0000 (UTC) To: bruce.connor.am@gmail.com, emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 21 16:36:01 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YvRZo-0008Hr-Ri for ged-emacs-devel@m.gmane.org; Thu, 21 May 2015 16:36:01 +0200 Original-Received: from localhost ([::1]:58068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvRZn-000345-RV for ged-emacs-devel@m.gmane.org; Thu, 21 May 2015 10:35:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvRZS-00033z-DB for emacs-devel@gnu.org; Thu, 21 May 2015 10:35:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvRZR-0000B9-BE for emacs-devel@gnu.org; Thu, 21 May 2015 10:35:38 -0400 Original-Received: from mail-yh0-x22b.google.com ([2607:f8b0:4002:c01::22b]:33109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvRZR-0000B5-6R for emacs-devel@gnu.org; Thu, 21 May 2015 10:35:37 -0400 Original-Received: by yhcb70 with SMTP id b70so21502746yhc.0 for ; Thu, 21 May 2015 07:35:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=v9QXd6V7wZZruNkJZClPStC0mhBBJlSnP+oAB+K3zk4=; b=wa8v+7x1pg6PA9fawxCaKQDaD66WHaqxYxeA4zAZvb/Uyu6MG5iNYWJpMuB57XVm57 +eXecaTj8SlXWvu0jHoFBHDQx3qH2xSAT6j+J3kmUXsd+LAVIaZoot24vuJ7oKlPd2ee FyWpzZDxx7RhO69mPhApr1XIsj/GuI37GGD4mZwy+6BZFAms7cqE5SWFQEnyfs2/yMNg ZHQNEHPOJI1CJ/3a9lNvPh5nhV4LGvJm3TQiH6Bdmtd18UrIeRsYDweK6aqUCjOoisQN 8XAc/6SWY2K40mNgaRFJcnkpzuXYd8rxGHb/ZV0zlLGbLpj8NHyASYmwv1SxQJCivHvM 7MPQ== X-Received: by 10.170.83.5 with SMTP id z5mr3305183ykz.117.1432218936551; Thu, 21 May 2015 07:35:36 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186700 Archived-At: --001a113a789af42ff70516987416 Content-Type: text/plain; charset=ISO-8859-1 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 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 > > --001a113a789af42ff70516987416 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I just updated to the latest commit on emacs master and tr= ied out package-autoremove.

That suggested removing 3 packages (symo= n, minibuffer-line, git-timemachine), out of which I actually use 2: minibu= ffer-line, git-timemachine.

For example, I have this in = my init:

;; Display date+time in the minibuff= er instead of in the mode-line
(use-package minibuffer-line
=
=A0 :if (null modi/show-date-time-in-mode-line)
=A0 :defer 1= ; to prevent 'Invalid face reference: minibuffer-line'
= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 ; when launching emacsclient
=A0 :init
=A0 (progn<= /div>
=A0 =A0 (setq minibuffer-line-format '((:eval (format-time-st= ring "%l:%M %b %d %a")))))
=A0 :config
=A0 (p= rogn
=A0 =A0 (set-face-attribute 'minibuffer-line nil :inheri= t font-lock-type-face)
=A0 =A0 (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:
=A0 =A0 Commit 0060c0d7b15ed1510583eb738baa0c9bf9f02721
And the one before that is
=A0 =A0 Commit 6f4b0e8153c8e83d03ed1c3c37065e5bf56685f1

--001a113a789af42ff70516987416--