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 1Si7gU-00038O-L2 for garchives@archives.gentoo.org; Fri, 22 Jun 2012 17:30:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A74AEE09A2; Fri, 22 Jun 2012 17:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 78EAFE09A2 for ; Fri, 22 Jun 2012 17:29:27 +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 D7A8B1B4016 for ; Fri, 22 Jun 2012 17:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 03389E5452 for ; Fri, 22 Jun 2012 17:29:25 +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: <1182619347.28a7247fcd7d974961b4734a2be2a4cc11d35e55.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: Makefile ctags.eselect.5 emacs.eselect.5 X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 28a7247fcd7d974961b4734a2be2a4cc11d35e55 X-VCS-Branch: eselect-emacs-1.1 Date: Fri, 22 Jun 2012 17:29:25 +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: b03ce339-3409-41f0-8326-7ba810271e00 X-Archives-Hash: 90975c4e17157d941814295a0f7b0cac commit: 28a7247fcd7d974961b4734a2be2a4cc11d35e55 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sat Jun 23 17:22:27 2007 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Jun 23 17:22:27 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D28a7247f Update man pages. svn path=3D/emacs-extra/eselect-emacs/; revision=3D461 --- Makefile | 2 +- ctags.eselect.5 | 3 +++ emacs.eselect.5 | 12 ++++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4de037f..fc98328 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ =20 PN =3D eselect-emacs #PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Cha= ngeLog) -PV =3D $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\= 1/;q' \ +PV =3D $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([^ \t]*\).*/\= 1/;q' \ ChangeLog) P =3D $(PN)-$(PV) =20 diff --git a/ctags.eselect.5 b/ctags.eselect.5 index 3d97c8e..9ee20e4 100644 --- a/ctags.eselect.5 +++ b/ctags.eselect.5 @@ -59,6 +59,9 @@ but not the provider (i.e. Emacs vs Exuberant). At the = moment only # eselect ctags update .br Switching to exuberant-ctags ... +.SH "SEE ALSO" +.BR eselect (1), +.BR emacs.eselect (5) .SH "AUTHOR" Ulrich Mueller .SH "REVISION" diff --git a/emacs.eselect.5 b/emacs.eselect.5 index c916cce..a39055b 100644 --- a/emacs.eselect.5 +++ b/emacs.eselect.5 @@ -26,7 +26,7 @@ been found on your system. =20 # eselect emacs list .br -Available Emacs symlink targets: +Available GNU Emacs symlink targets: .br [1] emacs-18 [2] emacs-21 * @@ -37,10 +37,13 @@ Available Emacs symlink targets: Activates the selected Emacs version. \fItarget\fR can be either an identification number given by \fBeselect emacs list\fR or the name of one installed version. +.BR ctags.eselect ( 5 ) =20 # eselect emacs set 3 .br Switching to emacs-22 ... +.br +Switching to ctags-emacs-22 ... .SH "ACTION: SHOW" \fBeselect emacs show\fR [\fItarget\fR] .br @@ -48,7 +51,7 @@ Prints the currently activated Emacs version. =20 # eselect emacs show .br -Current target of symlink: +Current target of GNU Emacs symlink: .br emacs-22 .SH "ACTION: UPDATE" @@ -61,6 +64,11 @@ overridden. # eselect emacs update .br Switching to emacs-22 ... +.br +Switching to ctags-emacs-22 ... +.SH "SEE ALSO" +.BR eselect (1), +.BR ctags.eselect (5) .SH "AUTHORS" Christian Faulhammer .br