emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/vc-fossil f348507 006/111: Adding missing </pre>


From: ELPA Syncer
Subject: [nongnu] elpa/vc-fossil f348507 006/111: Adding missing </pre>
Date: Wed, 29 Sep 2021 08:59:10 -0400 (EDT)

branch: elpa/vc-fossil
commit f3485075f248432490f55a0f07f81478cee4645d
Author: venkat <venkat>
Commit: venkat <venkat>

    Adding missing </pre>
---
 doc/index.wiki | 91 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 46 insertions(+), 45 deletions(-)

diff --git a/doc/index.wiki b/doc/index.wiki
index c113acc..2d035ae 100644
--- a/doc/index.wiki
+++ b/doc/index.wiki
@@ -1,45 +1,46 @@
-<title>Emacs Integration for Fossil</title>
-
-This mini-project is for integrating emacs into fossil.  This needs a
-few changes into fossil and needs a new file to be loaded into emacs.
-
-<h4>How Do I load Fossil support into emacs?</h4>
-
-Short answer:
-
-Add this to your .emacs file, or cut and paste this into *scratch* buffer and 
do
-<code>C-x e</code> to execute it.   
-
-<pre>
-(setq vc-handled-backends '(CVS Fossil))
-(load-file "/path/to/this/project/vc/el/vc-fossil.el")
-</pre>
-
-<h4>What changes to fossil are required</h4>
-
-There are a few changes required to 3 files (src/file.c, src/finfo.c
-and src/update.c) in the fossil tree.  These are currently in the
-fossil repository in the "venks-emacs" branch.  In the fossil source
-checkout do this:
-
-<pre>
-% fossil update venks-emacs
-% make
-  
-That builds you a fossil executable which can be used by this
-emacs elisp package
-
-<h4>What emacs keys do I need?</h4>
-
-This integrates fossil into emacs vc builtin mode.  The same keys will
-work for fossil inside a fossil tree as for other scms outside.
-
-A few are:
-
-<table>
-<tr><td><code>C-x v d</code></td><td>Run Fossil dired - like 
cvs-examine</td></tr>
-<tr><td><code>C-x v l</code></td><td>When in a file, show log</td></tr>
-<tr><td><code>v</code></td><td>In VC, do next action: 
merge/update/checkin</td></tr>
-</table>
-
-</table>
+<title>Emacs Integration for Fossil</title>
+
+This mini-project is for integrating emacs into fossil.  This needs a
+few changes into fossil and needs a new file to be loaded into emacs.
+
+<h4>How Do I load Fossil support into emacs?</h4>
+
+Short answer:
+
+Add this to your .emacs file, or cut and paste this into *scratch* buffer and 
do
+<code>C-x e</code> to execute it.   
+
+<pre>
+(setq vc-handled-backends '(CVS Fossil))
+(load-file "/path/to/this/project/vc/el/vc-fossil.el")
+</pre>
+
+<h4>What changes to fossil are required</h4>
+
+There are a few changes required to 3 files (src/file.c, src/finfo.c
+and src/update.c) in the fossil tree.  These are currently in the
+fossil repository in the "venks-emacs" branch.  In the fossil source
+checkout do this:
+
+<pre>
+% fossil update venks-emacs
+% make
+</pre>
+  
+That builds you a fossil executable which can be used by this
+emacs elisp package
+
+<h4>What emacs keys do I need?</h4>
+
+This integrates fossil into emacs vc builtin mode.  The same keys will
+work for fossil inside a fossil tree as for other scms outside.
+
+A few are:
+
+<table>
+<tr><td><code>C-x v d</code></td><td>Run Fossil dired - like 
cvs-examine</td></tr>
+<tr><td><code>C-x v l</code></td><td>When in a file, show log</td></tr>
+<tr><td><code>v</code></td><td>In VC, do next action: 
merge/update/checkin</td></tr>
+</table>
+
+</table>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]