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 207921381F3 for ; Wed, 7 Aug 2013 07:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDF67E0AE9; Wed, 7 Aug 2013 07:44:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D9B4E0AE9 for ; Wed, 7 Aug 2013 07:44:38 +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 7311C33E95C for ; Wed, 7 Aug 2013 07:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E17F8E468F for ; Wed, 7 Aug 2013 07:44:35 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1375861420.b671bf6d3f0cfd8c652c707fc8819f1b5a076903.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/editor-configuration/emacs/text.xml X-VCS-Directories: appendices/editor-configuration/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: b671bf6d3f0cfd8c652c707fc8819f1b5a076903 X-VCS-Branch: master Date: Wed, 7 Aug 2013 07:44:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 358a13f0-7493-490f-ad63-369714cd98ee X-Archives-Hash: 9bfe0464be2054d12e9f7961f0732943 commit: b671bf6d3f0cfd8c652c707fc8819f1b5a076903 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jul 30 18:19:18 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Wed Aug 7 07:43:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=b671bf6d appendices/editor-configuration/emacs: Use tags where appropriate. Bug 477046. --- appendices/editor-configuration/emacs/text.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml index 6f72cbe..bb9cbdc 100644 --- a/appendices/editor-configuration/emacs/text.xml +++ b/appendices/editor-configuration/emacs/text.xml @@ -53,20 +53,20 @@ For specifying coding system to use on a per-file basis, the

-Files must end with a newline, in order to let tools like diff +Files must end with a newline, in order to let tools like diff operate properly. To avoid accidental deletions, setting -(setq require-final-newline 'ask) in your startup file will +(setq require-final-newline 'ask) in your startup file will 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 +(by (setq make-backup-files nil) and +(setq vc-cvs-stay-local nil)), so you don't clutter CVS 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 -activated by (setq x-select-enable-clipboard t). +activated by (setq x-select-enable-clipboard t).

@@ -78,7 +78,7 @@ activated by (setq x-select-enable-clipboard t).

For easy editing of ebuilds an Emacs mode has been created, which is -found in the package app-emacs/ebuild-mode. +found in the package app-emacs/ebuild-mode. It supports ebuilds and eclasses, highlights keywords and also provides a hook for your own customisation.