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/2] emacs: Add interface for comparing generations. Date: Tue, 04 Nov 2014 10:50:05 +0100 Message-ID: <87r3xjb8he.fsf@gnu.org> References: <87bnopu9te.fsf@gmail.com> <871tplmqjo.fsf@gnu.org> <8761exteu3.fsf@gmail.com> <878ujr9b76.fsf@gnu.org> <87lhnr5sol.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]:43243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlakH-0007AM-Um for guix-devel@gnu.org; Tue, 04 Nov 2014 04:49:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlakB-0003iz-Q2 for guix-devel@gnu.org; Tue, 04 Nov 2014 04:49:49 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:46463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlakB-0003iJ-J3 for guix-devel@gnu.org; Tue, 04 Nov 2014 04:49:43 -0500 In-Reply-To: <87lhnr5sol.fsf@gmail.com> (Alex Kost's message of "Tue, 04 Nov 2014 10:30:18 +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: > Ludovic Court=C3=A8s (2014-11-04 01:22 +0300) wrote: > >> Alex Kost skribis: > > [...] > >>> Perhaps "s/The Emacs Editor/The GNU Emacs Manual/"? As it's the most >>> common (but not the one) variant in the Emacs Lisp manual, for example = here: >>> >> >> OK (I think they should add =E2=80=9CThe=E2=80=9D in emacs.texi.) >> >>> Also I used "The Emacs Editor" several times in =E2=80=9Cemacs.texi=E2= =80=9D. Should I >>> replace all instances in this patch or make a separate commit for that? >> >> Yes, please. > > Sorry, yes for =C2=ABreplace all instances in this patch=C2=BB or for =C2= =ABmake a > separate commit=C2=BB? I think the latter, so I've attached a patch for > that. Yes, I meant the latter; sorry for the confusion. >> The default behavior for ediff is to create another frame for control, >> and that doesn=E2=80=99t work well with the tiling window manager I=E2= =80=99m using. >> Also, it=E2=80=99s really a mode that you enter and have to leave afterw= ards. >> So I tend to prefer diff for simple diffs, and I resort to ediff in more >> tricky situations (like when I have to compare two .drv files for >> debugging, uh! ;-)). > > Oh, indeed; I forgot about the defaults. Yeah, additional frame and > vertical splitting are evil :-) So I use the following settings: Thanks for the tips! > Do not worry about the efficiency of that @code{require} thing. It will > not load the whole ``guix.el'' package, it will just autoload the main > -interactive commands (@pxref{Autoload,,, elisp, Emacs Lisp}). > +interactive commands (@pxref{Autoload,,, elisp, The Emacs Lisp Reference > +Manual}). lispref.texi has: @settitle GNU Emacs Lisp Reference Manual So make it =E2=80=9CThe GNU Emacs Lisp Reference Manual=E2=80=9D (or withou= t =E2=80=9CThe=E2=80=9D, as you prefer.) OK to commit with this change! Thanks, Ludo=E2=80=99.