Em 26-07-2015 11:23, Fernando de Oliveira escreveu:
> Em 26-07-2015 09:31, Douglas R. Reno escreveu:
I think this could be misleading, so will try to explain myself.
> Doug, I had done this in my local repository, when I saw your post.
>
> There are other lines ended in spaces. I don't know how you do this, but
> I configured JuffEd to remove them automatically for any file I edit.
> Just made a modification, so could save the file, and produced the
> attached diff.
>
I meant that if was using (G)Vim, would need something like
:%s/ $//g
whereas I got JuffEd configured to do it automatically. And it has done
it already in more than one page.
If this had been directed to Bruce or Ken, the contents would be much
the same. I mean that I was not trying to underestimate your knowledge.
I know of commands that can be included in Vim to do that, but saw
warnings about them
I am just very happy with JuffEd. It is making my work faster. Very good
to edit scripts and xml, although (G)Vim has much better syntax
highlight colours and paragraph reformat (gqap) or line reformat (qg$).
These remarks also apply to Geany: superior, in these aspects, to JuffEd.
Still, JuffEd is better, because I am doing things much more quickly.
Have some ideas why, but not completely sure.
Anyway, it was much this enthusiasm that made me interfere with Dougs post.
Sorry if that was a bad move;
I needed to spend some time configuring and learning what to do and what
*not* to do.
Do not tell it to auto-format xml, lots of problems appear.
Example:
{{{
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../../general.ent">
- %general-entities;
-
- <!ENTITY lvm2-download-http " ">
- <!ENTITY lvm2-download-ftp
"ftp://sources.redhat.com/pub/lvm2/releases/LVM2.&lvm2-version;.tgz">
- <!ENTITY lvm2-md5sum "38cd1953b62bd256c9e924adee01e995">
- <!ENTITY lvm2-size "1.8 MB">
- <!ENTITY lvm2-buildsize "32 MB (42 MB with the test suite)">
- <!ENTITY lvm2-time "0.4 SBU (9.7 SBU with the test suite)">
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE sect1 PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
+<!ENTITY % general-entities SYSTEM '../../general.ent'>
...
- Download (HTTP): <ulink url="&lvm2-download-http;"/>
+ Download (HTTP): <ulink url=" "/>
...
- Download (FTP): <ulink url="&lvm2-download-ftp;"/>
+ Download (FTP): <ulink
url="ftp://sources.redhat.com/pub/lvm2/releases/LVM2..tgz"/>
- Download MD5 sum: &lvm2-md5sum;
+ Download MD5 sum: 38cd1953b62bd256c9e924adee01e995
}}}
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page