[Commit] jove/doc .joverc,1.2,1.3

Keith Packard commit at keithp.com
Tue Oct 19 22:26:43 PDT 2004


Committed by: keithp

Update of /local/src/CVS/jove/doc
In directory home.keithp.com:/tmp/cvs-serv32161/doc

Modified Files:
	.joverc 
Log Message:
2004-10-19  Keith Packard  <keithp at keithp.com>

	* abbrev.c:
	* ask.c:
	* buf.c: (strchr_ucs4), (strrchr_ucs4):
	* c.c: (FindMatch):
	* doc/.joverc:
	* extend.c: (addgetc):
	* funcdefs.c:
	* insert.c: (DescribeCompose):
	* io.c: (WriteFile):
	* iproc-ptys.c:
	* iproc.c: (ProcCDToRealBufferDir):
	* jove.h:
	* man.c: (scanapropos):
	* paragraph.c: (do_space):
	* re.c: (do_comp):
	* re1.c:
	* screen.c: (Placur):
	* tune.h:
	* util.c:
	Replace usage of index/rindex with strchr_ucs4/strrchr_ucs4
	which handle UTF-8 encoded strings and single UCS4 encoded chars.
	Don't use tabs for positioning when in utf-8 output mode because
	double-width characters make this hard.


Index: .joverc
===================================================================
RCS file: /local/src/CVS/jove/doc/.joverc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .joverc	15 May 2003 06:00:14 -0000	1.2
+++ .joverc	20 Oct 2004 05:26:40 -0000	1.3
@@ -42,6 +42,7 @@
 bind-to-key x-track-mouse-long ^[[T
 set mode-line %a-%(%a %)%[%m"%f" (%M%P) %b %]%s%(%C%s%d %)%e
 set meta-key on
+set use-i/d-char off
 endif
 erase-tag-file-list
 push-tag-file /usr/lib/tags




More information about the Commit mailing list