From owner-freebsd-doc@FreeBSD.ORG Sun May 31 13:21:08 2015 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2706DD79 for ; Sun, 31 May 2015 13:21:08 +0000 (UTC) (envelope-from trig4800@gmail.com) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDCC01ACD for ; Sun, 31 May 2015 13:21:07 +0000 (UTC) (envelope-from trig4800@gmail.com) Received: by pdjm12 with SMTP id m12so5268496pdj.3 for ; Sun, 31 May 2015 06:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:to; bh=SMeIonsHsFxEVDsh+zK9PhZxc2UWBA+mWxJbJU3qsDo=; b=vII6o+2nBNtRTINtrcpVaadgYfEm6aGfBzQCCQM3oQAG/+Ew6szL26p1A8jfKQZLfk 3X6cQ9+Bx3UGaCVbSwQ5UjHf3UgQXx1IDj8lcwaJIL+x4BKYwZ2+MjP75BxPXIt/HYyg VYB5yAc1QznTBGoXCvBpkQ+ANPc5JJpaCEzDRNzR7z9xdExieNKiYUnsATfrPv/SNI/O 7jm6DLlZC8e5eHW0LJnNeh0VQTug95nmPWY2UKXJjqlHyf2I8jBInovOQxzI0w19N3Gz oU9Sb69ttx5o1ahqvAtWwRw+rHxxGcvX30Var7M0MN7TY/+6oUSUr9apbsFZLcFTEQ86 ej4w== X-Received: by 10.66.153.173 with SMTP id vh13mr31767594pab.130.1433078467533; Sun, 31 May 2015 06:21:07 -0700 (PDT) Received: from [10.126.138.55] ([223.62.219.81]) by mx.google.com with ESMTPSA id as1sm11293381pbc.39.2015.05.31.06.21.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 31 May 2015 06:21:06 -0700 (PDT) From: Hoyoung Kim Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Editing FDP files with Emacs (Newbie Question) Message-Id: <6F7E855B-6143-4D6A-BE40-3E339ECDA501@gmail.com> Date: Sun, 31 May 2015 22:21:04 +0900 To: "freebsd-doc@freebsd.org" X-Mailer: iPhone Mail (12F70) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2015 13:21:08 -0000 Hello. I'm trying to edit FDP xml files with Emacs. I followed the instruction of FDP Primer(http://www.freebsd.org/doc/en_US.IS= O8859-1/books/fdp-primer/editor-config-emacs.html), added several lines to m= y .emacs file. However, it seems not working(word wrap, tab stops, 8 spaces to 1tab, etc) c= orrectly. I'm using Vim right now, but I prefer Emacs for my text editing. What should I do to edit files appropriately(make documents conform to FDP g= uidelines) with Emacs? Thanks.=