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 1SR4Ao-0006YO-LB for garchives@archives.gentoo.org; Sun, 06 May 2012 16:19:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34272E0853; Sun, 6 May 2012 16:09:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 47E80E09CC for ; Sun, 6 May 2012 16:07:09 +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 B1D1E1B405C for ; Sun, 6 May 2012 16:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DF181E543A for ; Sun, 6 May 2012 16:07:05 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1175148977.5f4befa210e82badab42b82bac78cdbc9d8ccc22.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs.eselect emacs.eselect.5 X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5f4befa210e82badab42b82bac78cdbc9d8ccc22 X-VCS-Branch: backups/emacs-common-gentoo@1030 Date: Sun, 6 May 2012 16:07:05 +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: 55149c1f-0248-4a6a-97cb-2289758505db X-Archives-Hash: 9811747b4badf1e4cea80fb3c6143015 commit: 5f4befa210e82badab42b82bac78cdbc9d8ccc22 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Thu Mar 29 06:16:17 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Mar 29 06:16:17 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D5f4befa2 Added emacs.eselect.5 man page. svn path=3D/emacs-extra/eselect-emacs/; revision=3D188 --- ChangeLog | 1 + emacs.eselect | 1 + emacs.eselect.5 | 64 +++++++++++++++++++++++++++++++++++++++++++++++++= ++++++ 3 files changed, 66 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32aaec3..967c045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,3 +56,4 @@ Version 0.5 (24 Mar 2007) Version 0.6 (28 Mar 2007) 28 Mar 2007 Undo previous change. + Added man page. diff --git a/emacs.eselect b/emacs.eselect index 3f6d7af..991fbbb 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -99,6 +99,7 @@ set_symlinks() { [[ -f "${ROOT}/usr/bin/${target}" ]] \ || die -q "Target \"${1}\" doesn't appear to be valid!" =20 + echo "Switching to ${target}..." remove_symlinks # the main /usr/bin/emacs symlink is only set for Emacs binaries # (but not for other providers of auxiliary programs, e.g., XEmacs) diff --git a/emacs.eselect.5 b/emacs.eselect.5 new file mode 100644 index 0000000..1539b59 --- /dev/null +++ b/emacs.eselect.5 @@ -0,0 +1,64 @@ +.TH "ESELECT" "5" "March 2007" "Gentoo Linux" "eselect" +.SH "NAME" +emacs.eselect \- The emacs management module for Gentoo's eselect +.SH "SYNOPSIS" +\fBeselect emacs\fR [\fBhelp\fR|\fBusage\fR] +.br=20 +\fBeselect emacs list\fR +.br +\fBeselect emacs set\fR \fItarget\fR +.br +\fBeselect emacs show\fR +.br +\fBeselect emacs update\fR [\fI--if-unset\fR] +.SH "DESCRIPTION" +\fBeselect\fR is Gentoo's configuration and management tool. It features +modules that care for the individual administrative tasks. +.SH "ACTION: LIST" +\fBeselect emacs list\fR +.br +List all installed version of emacs. + +# eselect emacs list +.br +Available Emacs symlink targets: +.br + [1] emacs-18 + [2] emacs-21 * + [3] emacs-22 +.SH "ACTION: SET" +\fBeselect emacs set\fR \fItarget\fR +.br +Activates the selected version of emacs. \fItarget\fR can be either an +identification number given by \fBeselect emacs list\fR or the name of +one installed version. + +# eselect emacs set 3 +.br +Switching to emacs-22... +.SH "ACTION: SHOW" +\fBeselect emacs show\fR [\fItarget\fR] +.br +Prints the currently activated emacs version. + +# eselect emacs show +.br +Current target of symlink: +.br +emacs-22 +.SH "ACTION: UPDATE" +\fBeselect emacs update\fR [\fI--if-unset\fR] +.br +Update the Emacs symlink to the last available version. If option +[\fI--if-unset\fR] is given, an existing implementation is not +overridden. + +# eselect emacs update +.br +Switching to emacs-22... +.SH "AUTHOR" +Christian Faulhammer +.br +Ulrich Mueller +.SH "REVISION" +$Id: $ 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 1SR4BO-0006dT-OC for garchives@archives.gentoo.org; Sun, 06 May 2012 16:19:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8506E09DA; Sun, 6 May 2012 16:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ACB2AE09BE for ; Sun, 6 May 2012 16:07:12 +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 2501C1B406F for ; Sun, 6 May 2012 16:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8F39DE543E for ; Sun, 6 May 2012 16:07:10 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1175148977.5f4befa210e82badab42b82bac78cdbc9d8ccc22.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs.eselect emacs.eselect.5 X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5f4befa210e82badab42b82bac78cdbc9d8ccc22 X-VCS-Branch: backups/emacs-common-gentoo@1233 Date: Sun, 6 May 2012 16:07:10 +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: b82a95ca-67be-499b-bd84-46714f3b1b8c X-Archives-Hash: ed67359b1d658071040a9b9e7c0b268e Message-ID: <20120506160710.Sr9y7hbIClaGP0f9-2_fR2SPwuLrzmu6iJDo87P-aXg@z> commit: 5f4befa210e82badab42b82bac78cdbc9d8ccc22 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Thu Mar 29 06:16:17 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Mar 29 06:16:17 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D5f4befa2 Added emacs.eselect.5 man page. svn path=3D/emacs-extra/eselect-emacs/; revision=3D188 --- ChangeLog | 1 + emacs.eselect | 1 + emacs.eselect.5 | 64 +++++++++++++++++++++++++++++++++++++++++++++++++= ++++++ 3 files changed, 66 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32aaec3..967c045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,3 +56,4 @@ Version 0.5 (24 Mar 2007) Version 0.6 (28 Mar 2007) 28 Mar 2007 Undo previous change. + Added man page. diff --git a/emacs.eselect b/emacs.eselect index 3f6d7af..991fbbb 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -99,6 +99,7 @@ set_symlinks() { [[ -f "${ROOT}/usr/bin/${target}" ]] \ || die -q "Target \"${1}\" doesn't appear to be valid!" =20 + echo "Switching to ${target}..." remove_symlinks # the main /usr/bin/emacs symlink is only set for Emacs binaries # (but not for other providers of auxiliary programs, e.g., XEmacs) diff --git a/emacs.eselect.5 b/emacs.eselect.5 new file mode 100644 index 0000000..1539b59 --- /dev/null +++ b/emacs.eselect.5 @@ -0,0 +1,64 @@ +.TH "ESELECT" "5" "March 2007" "Gentoo Linux" "eselect" +.SH "NAME" +emacs.eselect \- The emacs management module for Gentoo's eselect +.SH "SYNOPSIS" +\fBeselect emacs\fR [\fBhelp\fR|\fBusage\fR] +.br=20 +\fBeselect emacs list\fR +.br +\fBeselect emacs set\fR \fItarget\fR +.br +\fBeselect emacs show\fR +.br +\fBeselect emacs update\fR [\fI--if-unset\fR] +.SH "DESCRIPTION" +\fBeselect\fR is Gentoo's configuration and management tool. It features +modules that care for the individual administrative tasks. +.SH "ACTION: LIST" +\fBeselect emacs list\fR +.br +List all installed version of emacs. + +# eselect emacs list +.br +Available Emacs symlink targets: +.br + [1] emacs-18 + [2] emacs-21 * + [3] emacs-22 +.SH "ACTION: SET" +\fBeselect emacs set\fR \fItarget\fR +.br +Activates the selected version of emacs. \fItarget\fR can be either an +identification number given by \fBeselect emacs list\fR or the name of +one installed version. + +# eselect emacs set 3 +.br +Switching to emacs-22... +.SH "ACTION: SHOW" +\fBeselect emacs show\fR [\fItarget\fR] +.br +Prints the currently activated emacs version. + +# eselect emacs show +.br +Current target of symlink: +.br +emacs-22 +.SH "ACTION: UPDATE" +\fBeselect emacs update\fR [\fI--if-unset\fR] +.br +Update the Emacs symlink to the last available version. If option +[\fI--if-unset\fR] is given, an existing implementation is not +overridden. + +# eselect emacs update +.br +Switching to emacs-22... +.SH "AUTHOR" +Christian Faulhammer +.br +Ulrich Mueller +.SH "REVISION" +$Id: $