-
I believe it is time for a 3.8 release.
According to the [Develop page][1] the latest commit to the joe cvs dates from 2008-11-23. The latest release, 3.7, seems to be from 2008-11-03. So there are some commits that haven't been released yet, e.g. the fix in [main.c revision 1.6][2] which causes a SIGSEGV bug tracked for [Gentoo][3] and [Ubuntu][4] and maybe other distros as well. The [NEWS...
2009-10-30 14:23:26 UTC by gagern
-
When editing spec files with joe, syntax highlighting is provided. However this
does not work for %description entries
Say, you enter
%description -n %{name}-devel
%{name} stays black. In contrast, when doing the same for
%files -n %{name}-devel
the %{name} - string will be highlighted.
2009-10-22 17:07:44 UTC by pepys
-
This is fixed by this patch:
--- uformat.c.orig 2009-10-22 17:55:13.000000000 +0200
+++ uformat.c 2009-10-22 18:32:40.674592919 +0200
@@ -564,10 +564,12 @@ int uformat(BW *bw)
if (!bw->o.autoindent) {
/* Don't indent second line of single-line paragraphs if autoindent is off */
int x = zlen(indents);
+...
2009-10-22 17:02:18 UTC by pepys
-
Is there any way to pass the word at the cursor to 'run'? Example:
:def foo run, "script.sh $WORD_AT_CURSOR", rtn
I know 'filt' can manage something close, but in this case, I'm not wanting to insert any data back into the document, but rather only pass the word to an external program. eg:
lynx google-for-word-at-cursor.
2009-10-07 21:40:28 UTC by mikesanders
-
After compiling v3.7, and v3.5... with these options enabled:
-transpose, -menu_explorer -menu_jump
and bringing up the file edit menu (^K E),
and hitting the tab key twice,
and then attempting to select a directory to enter,
Joe segfaults (both versions tested)...
Happens both as $USER and root.
Running Slackware 12.2
However... disabling option: '-transpose' seems to...
2009-10-07 21:24:04 UTC by mikesanders
-
No, does not seem so. My local .joerc has general -force off (this option has leading space) and only for several file types -- cpp, h, p, pas -- it has -force on (w/o leading space). But joe adds EOL in all files.
2009-09-03 16:02:26 UTC by me-macias
-
Sounds like you've got the -force option switched on.
2009-09-03 14:50:50 UTC by tomknight
-
joe-3.7.zh_TW.po & joerc.zh_TW.
2009-07-21 15:18:33 UTC by nobody
-
thermohaline ipcc lapse atmosphere link iphone.
2009-07-18 17:53:37 UTC by nobody
-
Copying ftyperc to ~/.joe seems to have no effect. Or at least, removing lines has no effect. Even after removing every '-wordwrap' line, wordwrap is still on by default. If I rename /etc/joe/ftyperc, rather than happily read my .joe file, it just spits out an error. Am I doing something wrong or is this a bug?.
2009-07-06 10:19:32 UTC by mqduck