From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Si7h6-0003Ik-0F for garchives@archives.gentoo.org; Fri, 22 Jun 2012 17:30:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7298E07C0; Fri, 22 Jun 2012 17:29:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9707CE07C0 for ; Fri, 22 Jun 2012 17:29:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 397A01B4011 for ; Fri, 22 Jun 2012 17:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF94DE5439 for ; Fri, 22 Jun 2012 17:29:20 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1180034387.19df160be00cfc24ae71e2a7100062b5b6110b47.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs.eselect X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 19df160be00cfc24ae71e2a7100062b5b6110b47 X-VCS-Branch: eselect-emacs-1.1 Date: Fri, 22 Jun 2012 17:29:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2c2a5914-4778-4ccb-8f2a-d8964b99d075 X-Archives-Hash: 6fbd3981acff35e35443751c185d5559 commit: 19df160be00cfc24ae71e2a7100062b5b6110b47 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Thu May 24 19:19:47 2007 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu May 24 19:19:47 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D19df160b Add two GNUs to emphasise GNU Emacs vs XEmacs. svn path=3D/emacs-extra/eselect-emacs/; revision=3D331 --- emacs.eselect | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.eselect b/emacs.eselect index 54709ca..7adf8ff 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -139,7 +139,7 @@ describe_show() { do_show() { [[ -z "${@}" ]] || die -q "Too many parameters" =20 - write_list_start "Current target of symlink:" + write_list_start "Current target of GNU Emacs symlink:" if [[ -L "${ROOT}/usr/bin/emacs" && \ -e $(canonicalise "${ROOT}/usr/bin/emacs") ]]; then write_kv_list_entry \ @@ -172,7 +172,7 @@ do_list() { # Display a star to indicate the currently chosen version targets[${i}]=3D"${targets[${i}]} $(highlight '*')" done - write_list_start "Available Emacs symlink targets:" + write_list_start "Available GNU Emacs symlink targets:" write_numbered_list "${targets[@]}" else write_kv_list_entry "(none found)" ""