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 17:50:11 +0100 Message-ID: <87389y29mk.fsf@gnu.org> References: <87bnopu9te.fsf@gmail.com> <871tplmqjo.fsf@gnu.org> <8761exteu3.fsf@gmail.com> <878ujr9b76.fsf@gnu.org> <87lhnr5sol.fsf@gmail.com> <87r3xjb8he.fsf@gnu.org> <87h9yf5dr8.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]:53683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlhIo-0006Ch-DG for guix-devel@gnu.org; Tue, 04 Nov 2014 11:49:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlhIi-0005eq-Qt for guix-devel@gnu.org; Tue, 04 Nov 2014 11:49:54 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:46809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlhIi-0005ek-Kf for guix-devel@gnu.org; Tue, 04 Nov 2014 11:49:48 -0500 In-Reply-To: <87h9yf5dr8.fsf@gmail.com> (Alex Kost's message of "Tue, 04 Nov 2014 15:52:43 +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 12:50 +0300) wrote: > >> Alex Kost skribis: > > [...] > >>> Do not worry about the efficiency of that @code{require} thing. It wi= ll >>> 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 Referen= ce >>> +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 wit= hout =E2=80=9CThe=E2=80=9D, as >> you prefer.) > > And again, *.texi files from > have several > dozens of "The Emacs Lisp Reference Manual" references and only a couple > of "(The) GNU Emacs Lisp Reference Manual". Does it really matter so > much? No, probably not. :-) I usually look at @settitle, but apparently it=E2=80=99s not always the =E2= =80=9Creal title=E2=80=9D that=E2=80=99s in there. Thanks, Ludo=E2=80=99.