From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA64158973 for ; Sun, 17 Jan 2016 07:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C4FA21C0D6; Sun, 17 Jan 2016 07:55:38 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B4FD21C02C for ; Sun, 17 Jan 2016 07:55:35 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 41D7220982 for ; Sun, 17 Jan 2016 02:55:35 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 17 Jan 2016 02:55:35 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=UhaK 3VcZ6HNIuFMP0kvaM4u6Szk=; b=GDySQZhW3JaTm3sXaaAi6AYrB/rXxxPXugC0 AgLTngqSlHX1sb3uOyBR0FSZ1amB1Tip5162lZESt5yHzIxcPfBNZzg84ztplRCm 1Lcxc+OitA9Sk5h+eZqYn0WPQ0j0NPI+BpBq4fVh6iHWUibUjlyKW3VVaRqIO34Y Rj3Lb48= X-Sasl-enc: 2J/GjOKQsCoRJP/jaAPX98ey7Phg/yKOjnY+uSFxzOem 1453017335 Received: from localhost.localdomain (cpe-142-105-208-68.stny.res.rr.com [142.105.208.68]) by mail.messagingengine.com (Postfix) with ESMTPA id F2C47C016C4; Sun, 17 Jan 2016 02:55:34 -0500 (EST) From: Gokturk Yuksek To: gentoo-dev@lists.gentoo.org, gentoo-doc@lists.gentoo.org Cc: Gokturk Yuksek Subject: [gentoo-doc] [PATCH 07/16] appendices/editor-configuration/emacs: remove the CVS related setting #558642 Date: Sun, 17 Jan 2016 02:55:10 -0500 Message-Id: <1453017319-2459-8-git-send-email-gokturk@binghamton.edu> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> References: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc@lists.gentoo.org Reply-to: gentoo-doc@lists.gentoo.org X-Archives-Salt: 1d606bba-7150-4166-ae69-0fd3dc22e70c X-Archives-Hash: dde2de9ee4eade2d5efdca25e695adaa Setting vc-cvs-stay-local to nil causes VC to query the remote repository. Git is a distributed VCS. As such no equivalent command exists for git. Remove the CVS related setting. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml index 55fade0..37c5504 100644 --- a/appendices/editor-configuration/emacs/text.xml +++ b/appendices/editor-configuration/emacs/text.xml @@ -48,7 +48,7 @@ automatically check for the existence of it and ask you to add one.

Other useful settings can be disabled backup files (by (setq make-backup-files nil) and -(setq vc-cvs-stay-local nil)), so you don't clutter CVS +so you don't clutter the git repository directories and confuse repoman with it (by adding unnecessary entries into a Manifest file e.g.). Emacs can even contact the outside world by using the X servers clipboard abilities when yanking, which is -- 2.4.10