From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] emacs: Restore mode-line after operation prompt. Date: Sun, 09 Nov 2014 18:40:48 +0100 Message-ID: <874mu8uva7.fsf@gnu.org> References: <87fvdsbwd9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnWTz-0007Ce-8p for guix-devel@gnu.org; Sun, 09 Nov 2014 12:41:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnWTq-0004BZ-7o for guix-devel@gnu.org; Sun, 09 Nov 2014 12:40:59 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:51219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnWTq-0004BR-06 for guix-devel@gnu.org; Sun, 09 Nov 2014 12:40:50 -0500 In-Reply-To: <87fvdsbwd9.fsf@gmail.com> (Alex Kost's message of "Sun, 09 Nov 2014 11:40:02 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Earlier a prompt =E2=80=9CContinue operation? (y, n, s, d)=E2=80=9D was u= sed only with a > temporary buffer for package operations and there were no problems with > modifying a mode-line there. > > But now (I mean after the next patch) it is also used to prompt before > building a source derivation (as "substitutes" and "dry-run" make sence > there too). This patch will handle this case. > > > From 8036ec72ef486c158683ce67a1a5f15056de0cc4 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sun, 9 Nov 2014 11:00:35 +0300 > Subject: [PATCH 2/3] emacs: Restore mode-line after operation prompt. > > * emacs/guix-base.el (guix-operation-prompt): Restore 'mode-line-format' = after > prompting. Okay! Ludo'.