Update of /cvsroot/fink/packages/dists/unstable/crypto/finkinfo
In directory usw-pr-cvs1:/tmp/cvs-serv7333/crypto/finkinfo
Added Files:
w3m-ssl-0.3-2.info w3m-ssl-0.3-2.patch
Log Message:
Changed external URL opener from `openurl' to `launch'
--- NEW FILE: w3m-ssl-0.3-2.info ---
Package: w3m-ssl
Version: 0.3
Revision: 2
Description: Pager/text-based WWW browser, with SSL support
License: OSI-Approved
Maintainer: Christian Swinehart <[EMAIL PROTECTED]>
Depends: launch, ncurses, openssl
BuildDepends: openssl-dev
Provides: w3m
Conflicts: w3m
Replaces: w3m
Source: mirror:sourceforge:w3m/w3m-%v.tar.gz
Source-MD5: d1dab828926801901276fbe1bbfedd5a
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1
CompileScript: make
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/share/man/man1
install -c -m 644 doc/w3m.1 %i/share/man/man1/
mkdir -p %i/share/doc/%n/english
install -m 644 doc/* %i/share/doc/%n/english/
mkdir -p %i/share/doc/%n/japanese
install -m 644 doc-jp/* %i/share/doc/%n/japanese
<<
Homepage: http://w3m.sourceforge.net
DescDetail: <<
w3m is a pager/text-based WWW browser. It is a similar application to Lynx, but it has
several features Lynx doesn't have.
* w3m can render <table>.
* w3m can render <frame>. (it converts the frames into a table)
* w3m can display documents given from standard input easily.
* w3m is small. Binary size of w3m on Sparc workstation is under 300KByte. (version
beta-990512,gcc -O2).
<<
--- NEW FILE: w3m-ssl-0.3-2.patch ---
diff -u -Naur w3m-0.3/config.h w3m-0.3.fink/config.h
--- w3m-0.3/config.h Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/config.h Tue Jul 30 16:59:40 2002
@@ -0,0 +1,264 @@
+/*
+ * Configuration for w3m
+ */
+
+#ifndef _CONFIGURED_
+#define _CONFIGURED_
+
+/* User Configuration */
+
+/*
+ If you define DICT, you can use dictionary look-up function
+ in w3m. See README.dict for detail.
+*/
+#undef USE_DICT
+
+/*
+ If you want to load and save URL history.
+ */
+#define USE_HISTORY
+
+/*
+ USE_BG_COLOR enables w3m to set background color.
+ */
+#define USE_BG_COLOR
+
+/*
+ * Do word fill
+ */
+#undef FORMAT_NICE
+
+/*
+ * Enable id attribute
+ */
+#define ID_EXT
+
+/*
+ * Save Current-buffer Information
+ */
+#define USE_BUFINFO
+
+/*
+ * Support EGD (Entropy Gathering Daemon)
+ */
+#define USE_EGD
+
+/*
+ * Remove line trailing spaces in html buffer.
+ */
+#undef ENABLE_REMOVE_TRAILINGSPACES
+
+/*
+ * thin chars for menu frame
+ */
+#undef MENU_THIN_FRAME
+
+/*
+ */
+#undef TABLE_EXPAND
+#undef TABLE_NO_COMPACT
+#define NOWRAP
+#define MATRIX
+
+/**********************************************************/
+#ifdef makefile_parameter
+
+BIN_DIR = @PREFIX@/bin
+HELP_DIR = @PREFIX@/share/w3m
+LIB_DIR = @PREFIX@/lib/w3m
+ETC_DIR = @PREFIX@/etc/w3m
+RC_DIR = ~/.w3m
+HELP_FILE = w3mhelp-w3m_en.html
+SYS_LIBRARIES = -lncurses -L@PREFIX@/lib/libssl.a -lssl -lcrypto
+LOCAL_LIBRARIES =
+CC = cc
+MYCFLAGS = -O -I./gc/include -I@PREFIX@/include/openssl
+LDFLAGS = -L@PREFIX@/lib
+GCCFLAGS = -O -I./gc/include -I./$(srcdir)/include -DATOMIC_UNCOLLECTABLE
+-DNO_SIGNALS -DNO_EXECUTE_PERMISSION -DSILENT -DALL_INTERIOR_POINTERS
+KEYBIND_SRC = keybind.c
+KEYBIND_OBJ = keybind.o
+EXT=
+MATHLIB=-lm
+Z_CFLAGS=-I/usr/include
+ZLIB=-L/usr/lib -lz
+EXT_TARGETS=$(BOOKMARKER) $(HELPER) $(INFLATE)
+GC_CFLAGS=
+GCLIB=gc/gc.a
+GCTARGET=gc/gc.a
+RANLIB=ranlib
+MKDIR=mkdir -p
+PERL=/usr/bin/perl
+VERSION=0.3
+MODEL=Darwin.Power Macintosh-custom-EN
+#else
+
+
+#define DISPLAY_CODE 'x'
+#define SYSTEM_CODE 'x'
+
+#define JA 0
+#define EN 1
+#define LANG EN
+#undef KANJI_SYMBOLS
+#define USE_COLOR
+#define USE_ANSI_COLOR
+#undef USE_MIGEMO
+#define EMACS_LIKE_LINEEDIT
+#define VI_PREC_NUM
+#define USE_MARK
+#define LABEL_TOPLINE
+#define NEXTPAGE_TOPLINE
+#undef USE_MOUSE
+
+#undef USE_SYSMOUSE
+#define USE_MENU
+#define USE_COOKIE
+#define USE_DIGEST_AUTH
+#define USE_SSL
+#define USE_SSL_VERIFY
+#define FTPPASS_HOSTNAMEGEN
+#define USE_EXTERNAL_URI_LOADER
+#define USE_W3MMAILER
+#define USE_NNTP
+#define USE_GOPHER
+#define USE_ALARM
+#undef USE_IMAGE
+#define USE_HELP_CGI
+
+#define DEF_EDITOR "@PREFIX@/bin/editor"
+#define DEF_MAILER ""
+#define DEF_EXT_BROWSER "@PREFIX@/bin/launch"
+
+/* fallback viewer. mailcap override these configuration */
+#define DEF_IMAGE_VIEWER "xv"
+#define DEF_AUDIO_PLAYER "showaudio"
+
+/* for USE_MIGEMO */
+#define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
+
+#define LIB_DIR "@PREFIX@/lib/w3m"
+#define HELP_DIR "@PREFIX@/share/w3m"
+#define ETC_DIR "@PREFIX@/etc/w3m"
+#define HELP_FILE "w3mhelp.html"
+#define HELP_CGI "w3mhelp"
+#define W3MCONFIG "w3mconfig"
+#define IMGSIZE "w3mimgsize"
+#define IMGDISPLAY "w3mimgdisplay"
+
+#define RC_DIR "~/.w3m"
+#define BOOKMARK "bookmark.html"
+#define CONFIG_FILE "config"
+#define KEYMAP_FILE "keymap"
+#define MENU_FILE "menu"
+#define COOKIE_FILE "cookie"
+#define HISTORY_FILE "history"
+
+#define USER_MAILCAP RC_DIR "/mailcap"
+#define SYS_MAILCAP "/etc/mailcap"
+#define USER_MIMETYPES "~/.mime.types"
+#define SYS_MIMETYPES "@PREFIX@/etc//mime.types"
+#define USER_URIMETHODMAP RC_DIR "/urimethodmap"
+#define SYS_URIMETHODMAP ETC_DIR "/urimethodmap"
+
+#define DEF_SAVE_FILE "index.html"
+
+#undef USE_BINMODE_STREAM
+#define HAVE_TERMIOS_H
+#define HAVE_DIRENT_H
+#define HAVE_STRCASECMP
+#undef HAVE_STRCASESTR
+#define HAVE_STRCHR
+#define HAVE_STRERROR
+#define HAVE_SYS_ERRLIST
+#define HAVE_BCOPY
+#define HAVE_WAITPID
+#define HAVE_WAIT3
+#define HAVE_STRFTIME
+#define HAVE_GETCWD
+#define HAVE_GETWD
+#define HAVE_SYMLINK
+#define HAVE_READLINK
+#define HAVE_LSTAT
+#define HAVE_SETENV
+#define HAVE_PUTENV
+#undef HAVE_SRAND48
+#define HAVE_SRANDOM
+#undef HAVE_GETPASSPHRASE
+#define HAVE_CHDIR
+
+
+#define SETJMP(env) sigsetjmp(env,1)
+#define LONGJMP(env,val) siglongjmp(env,val)
+#define JMP_BUF sigjmp_buf
+#define HAVE_FLOAT_H
+#undef HAVE_SYS_SELECT_H
+
+typedef void MySignalHandler;
+#define SIGNAL_ARG int _dummy
+#define SIGNAL_ARGLIST 0
+#define SIGNAL_RETURN return
+#define HAVE_SETPGRP
+#define setpgrp() setpgrp( 0, 0 )
+/*
+ If you want to use IPv6, define this symbol.
+ */
+#undef INET6
+
+
+/** dont edit below **/
+#ifndef HAVE_SRAND48
+#ifdef HAVE_SRANDOM
+#define srand48 srandom
+#define lrand48 random
+#else /* HAVE_SRANDOM */
+#define USE_INCLUDED_SRAND48
+#endif /* HAVE_SRANDOM */
+#endif
+
+#if defined( __CYGWIN32__ ) && !defined( __CYGWIN__ )
+#define __CYGWIN__
+#endif
+
+#if defined( __CYGWIN__ ) || defined( __EMX__ )
+#define SUPPORT_DOS_DRIVE_PREFIX 1
+#endif
+
+#if defined( __CYGWIN__ )
+#define SUPPORT_NETBIOS_SHARE 1
+#endif
+
+#if defined(__DJGPP__)
+#define DEFAULT_TERM "dosansi"
+#else
+#define DEFAULT_TERM 0 /* XXX */
+#endif
+
+#if defined(__EMX__) /* use $extension? */
+#define GUNZIP_CMDNAME "gzip"
+#define BUNZIP2_CMDNAME "bzip2"
+#define INFLATE_CMDNAME "inflate.exe"
+#define W3MBOOKMARK_CMDNAME "w3mbookmark.exe"
+#define W3MHELPERPANEL_CMDNAME "w3mhelperpanel.exe"
+#define DEV_NULL_PATH "nul"
+#define DEV_TTY_PATH "con"
+#define CGI_EXTENSION ".cmd"
+#define USE_PATH_ENVVAR
+#else
+#define GUNZIP_CMDNAME "gunzip"
+#define BUNZIP2_CMDNAME "bunzip2"
+#define INFLATE_CMDNAME "inflate"
+#define W3MBOOKMARK_CMDNAME "w3mbookmark"
+#define W3MHELPERPANEL_CMDNAME "w3mhelperpanel"
+#define DEV_NULL_PATH "/dev/null"
+#define DEV_TTY_PATH "/dev/tty"
+#define CGI_EXTENSION ".cgi"
+#endif
+
+#define PATH_SEPARATOR ':'
+#define GUNZIP_NAME "gunzip"
+#define BUNZIP2_NAME "bunzip2"
+#define INFLATE_NAME "inflate"
+
+#endif /* makefile_parameter */
+#endif /* _CONFIGURED_ */
+
diff -u -Naur w3m-0.3/config.param w3m-0.3.fink/config.param
--- w3m-0.3/config.param Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/config.param Tue Jul 30 17:00:00 2002
@@ -0,0 +1,56 @@
+# Configuration at moth.ccs.brandeis.edu
+bindir='@PREFIX@/bin'
+libdir='@PREFIX@/lib/w3m'
+helpdir='@PREFIX@/share/w3m'
+sysconfdir='@PREFIX@/etc/w3m'
+lang=EN
+display_code=x
+system_code=x
+kanji_symbols=n
+use_lynx_key=n
+dmodel=6
+use_color=y
+use_mouse=n
+use_menu=y
+use_cookie=y
+use_ssl=y
+use_ssl_verify=y
+use_digest_auth=y
+use_image=n
+use_ansi_color=y
+use_migemo=n
+def_migemo_command='migemo -t egrep /usr/local/share/migemo/migemo-dict'
+use_external_uri_loader=y
+use_w3mmailer=y
+use_nntp=y
+use_gopher=y
+use_alarm=y
+use_mark=y
+use_dict=n
+use_history=y
+use_bg_color=y
+format_nice=n
+id_ext=y
+use_bufinfo=y
+use_egd=y
+enable_remove_trailingspaces=n
+menu_thin_frame=n
+emacs_like_lineedit=y
+vi_prec_num=y
+label_topline=y
+nextpage_topline=y
+ftppass_hostnamegen=y
+table_expand=n
+table_no_compact=n
+nowrap=y
+matrix=y
+ded='@PREFIX@/bin/editor'
+dmail=''
+dbrowser='@PREFIX@/bin/launch'
+def_image_viewer='xv'
+def_audio_player='showaudio'
+dcc='cc'
+dcflags='-O'
+dtermlib='-lncurses'
+dldflags='-L@PREFIX@/lib'
+use_help_cgi=y
diff -u -Naur w3m-0.3/version.c w3m-0.3.fink/version.c
--- w3m-0.3/version.c Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/version.c Tue Jul 30 16:57:05 2002
@@ -0,0 +1,6 @@
+/* $Id: version.c.in,v 1.13 2002/03/05 17:17:46 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.3"
+
+#ifndef FM_H
+char *w3m_version = CURRENT_VERSION;
+#endif /* not FM_H */
diff -u -Naur w3m-0.3/w3mhelp-lynx_en.html w3m-0.3.fink/w3mhelp-lynx_en.html
--- w3m-0.3/w3mhelp-lynx_en.html Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-lynx_en.html Tue Jul 30 16:57:05 2002
@@ -0,0 +1,141 @@
+<HTML>
+<HEAD>
+<TITLE>w3m help page</TITLE>
+</HEAD>
+<BODY>
+<CENTER>
+*******
+<A HREF="http://w3m.sourceforge.net/">
+w3m</A>
+ (WWW-wo-Miru) Version 0.3 by
+<A HREF="mailto:[EMAIL PROTECTED]">A.ITO</A> ********<BR>
+ ***** Key assign table *****
+</CENTER>
+
+<A HREF="w3mhelp-lynx_ja.html">Japanese</A>
+
+<H3>Page/Cursor motion</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>SPC,C-v,+<TD>Forward page
+<TR><TD>b,ESC v,-<TD>Previous page
+<TR><TD>l<TD>Cursor right
+<TR><TD>h<TD>Cursor left
+<TR><TD>j<TD>Cursor down
+<TR><TD>k<TD>Cursor up
+<TR><TD>J<TD>Roll up one line
+<TR><TD>K<TD>Roll down one line
+<TR><TD>^<TD>Go to the beginning of line
+<TR><TD>$<TD>Go to the end of line
+<TR><TD>><TD>Shift screen right
+<TR><TD><<TD>Shift screen left
+<TR><TD>C-a<TD>Go to the first line
+<TR><TD>C-e<TD>Go to the last line
+<TR><TD>G<TD>Go to the specified line
+<TR><TD>Z<TD>Move to the center line
+<TR><TD>z<TD>Move to the center column
+<TR><TD>TAB,C-n,Down arrow<TD>Move to next hyperlink
+<TR><TD>ESC TAB,C-p,Up arrow<TD>Move to previous hyperlink
+<TR><TD>C-g<TD>Show current page position
+</table>
+
+
+<H2>Hyperlink operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>RET, C-f, Right arrow<TD>Follow hyperlink
+<TR><TD>d, ESC RET<TD>Save link to file
+<TR><TD>u<TD>Peek link URL
+<TR><TD>i<TD>Peek image URL
+<TR><TD>I<TD>View inline image
+<TR><TD>ESC I<TD>Save inline image to file
+<TR><TD>:<TD>Mark URL-like strings as anchors
+<TR><TD>ESC :<TD>Mark Message-ID-like strings as news anchors
+<TR><TD>c<TD>Peek current URL
+<TR><TD>=<TD>Display information about current document
+<TR><TD>C-h<TD>View history of URL
+<TR><TD>F<TD>Render frame
+<TR><TD>M<TD>Browse current document using external browser
+(use 2M and 3M to invoke second and third browser)
+<TR><TD>ESC M<TD>Browse link using external browser
+(use 2ESC M and 3ESC M to invoke second and third browser)
+</table>
+
+<H2>File/Stream operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>g,U<TD>Open URL
+<TR><TD>V<TD>View new file
+<TR><TD>@<TD>Execute shell command and load
+<TR><TD>#<TD>Execute shell command and browse
+</table>
+
+<H2>Buffer operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>B, C-b, Left arrow<TD>Back to the previous buffer
+<TR><TD>\<TD>View HTML source
+<TR><TD>s<TD>Select buffer
+<TR><TD>E<TD>Edit buffer source
+<TR><TD>C-l, C-w<TD>Redraw screen
+<TR><TD>R, C-r<TD>Reload buffer
+<TR><TD>S, p<TD>Save buffer
+<TR><TD>ESC s<TD>Save source
+<TR><TD>ESC e<TD>Edit buffer image
+</table>
+
+<H2>Buffer selection mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>k, C-p<TD>Select previous buffer
+<TR><TD>j, C-n<TD>Select next buffer
+<TR><TD>D<TD>Delete current buffer
+<TR><TD>RET<TD>Go to the selected buffer
+</table>
+
+<H2>Bookmark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>v, ESC b<TD>Load bookmark
+<TR><TD>a, ESC a<TD>Add current to bookmark
+</table>
+
+<H2>Search</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>/, C-s<TD>Search forward
+<TR><TD>n<TD>Search next
+<TR><TD>w<TD>Toggle wrap search mode
+</table>
+
+<H2>Mark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-SPC<TD>Set/unset mark
+<TR><TD>P<TD>Go to previous mark
+<TR><TD>N<TD>Go to next mark
+<TR><TD>"<TD>Mark by regular expression
+</table>
+
+<H2>Miscellany</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>!<TD>Execute shell command
+<TR><TD>H, ?<TD>Help (load this file)
+<TR><TD>o<TD>Set option
+<TR><TD>C-k<TD>Show cookie jar
+<TR><TD>C-c<TD>Stop
+<TR><TD>C-z<TD>Suspend
+<TR><TD>q<TD>Quit (with confirmation, if you like)
+<TR><TD>Q<TD>Quit without confirmation
+</table>
+
+<H2>Line-edit mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-f<TD>Move cursor forward
+<TR><TD>C-b<TD>Move cursor backward
+<TR><TD>C-h<TD>Delete previous character
+<TR><TD>C-d<TD>Delete current character
+<TR><TD>C-k<TD>Kill everything after cursor
+<TR><TD>C-u<TD>Kill everything before cursor
+<TR><TD>C-a<TD>Move to the top of line
+<TR><TD>C-e<TD>Move to the bottom of line
+<TR><TD>C-p<TD>Fetch the previous string from the history list
+<TR><TD>C-n<TD>Fetch the next string from the history list
+<TR><TD>TAB,SPC<TD>Complete filename
+<TR><TD>RETURN<TD>Accept
+</table>
+<HR>
+</body>
+</html>
diff -u -Naur w3m-0.3/w3mhelp-lynx_ja.html w3m-0.3.fink/w3mhelp-lynx_ja.html
--- w3m-0.3/w3mhelp-lynx_ja.html Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-lynx_ja.html Tue Jul 30 16:57:05 2002
@@ -0,0 +1,151 @@
+<HTML>
+<HEAD>
+<TITLE>w3m �إ�ץڡ���</TITLE>
+</HEAD>
+
+<BODY>
+<CENTER>
+ *******
+ <A HREF="http://w3m.sourceforge.net/">w3m</A>
+ (WWW-wo-Miru) Version 0.3 by
+ <A HREF="mailto:[EMAIL PROTECTED]">A.ITO(��ƣ��§)</A>
+ ********
+ <BR>
+ ***** lynx-like ����������� *****
+</CENTER>
+
+<A HREF="w3mhelp-lynx_en.html">English</A>
+
+<H3>�ڡ���/���������ư</H3>
+<table cellpadding=0>
+<TR><TD>SPC,C-v,+<TD>���Υڡ�����ɽ�����ޤ���
+<TR><TD>b,ESC v,-<TD>���Υڡ�����ɽ�����ޤ���
+<TR><TD>l<TD>��������˰�ư���ޤ���
+<TR><TD>h<TD>��������˰�ư���ޤ���
+<TR><TD>j<TD>��������˰�ư���ޤ���
+<TR><TD>k<TD>����������˰�ư���ޤ���
+<TR><TD>J<TD>���̤�1�Ծ�˥��������뤷�ޤ���
+<TR><TD>K<TD>���̤�1�Բ��˥��������뤷�ޤ���
+<TR><TD>^<TD>��Ƭ�˰�ư���ޤ���
+<TR><TD>$<TD>�����˰�ư���ޤ���
+<TR><TD>><TD>�������Τˤ��餷�ޤ���(ɽ�����Ƥˤ��餹)
+<TR><TD><<TD>�������Τˤ��餷�ޤ���(ɽ�����Ƥˤ��餹)
+<TR><TD>C-a<TD>ʸ��Τ����Ф��ιԤ˰�ư���ޤ���
+<TR><TD>C-e<TD>ʸ��Τ����ФιԤ˰�ư���ޤ���
+<TR><TD>G<TD>���̲��ǹ��ֹ�����Ϥ��������ǻ��ꤷ���Ԥ˰�ư���ޤ���
+������ $ �����Ϥ���ȡ��ǽ��Ԥ˰�ư���ޤ���
+<TR><TD>Z<TD>��������Τ�����֤�Ԥ�����˰�ư���ޤ���
+<TR><TD>z<TD>��������Τ���Ԥ���̤�����˰�ư���ޤ���
+<TR><TD>TAB, C-n, �����<TD>���Υ�˰�ư���ޤ���
+<TR><TD>ESC TAB, C-p, �����<TD>���Υ�˰�ư���ޤ���
+<TR><TD>C-g<TD>�ڡ�����Ǥθ��߰��֤�ɽ�����ޤ���
+</table>
+
+<H3>�ϥ��ѡ�������</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>RET, C-f,
+�����<TD>���ߥ������뤬�������ؤ����ʸ����ɤߤ��ߤޤ���
+<TR><TD>d, ESC RET<TD>���ߥ������뤬�������ؤ����ʸ���ե��������¸���ޤ���
+<TR><TD>u<TD>���ߥ������뤬�������ؤ����URL��ɽ�����ޤ���
+<TR><TD>i<TD>��˴�Ϣ�դ���줿�����ؤ�URL��ɽ�����ޤ���
+<TR><TD>I<TD>���ߥ������뤬�������б����������ɽ�����ޤ���
+<TR><TD>ESC I<TD>���ߥ������뤬�������ؤ�������ե��������¸���ޤ���
+<TR><TD>:<TD>URL����ʸ������ˤ��ޤ������ε�ǽ�ϡ�HTML�Ǥʤ�ʸ���
+�ɤ�Ǥ���Ȥ��ˤ�ͭ���Ǥ���
+<TR><TD>ESC :<TD>Message-ID����ʸ�����news:
+�Υ�ˤ��ޤ������ε�ǽ�ϡ�HTML�Ǥʤ�ʸ����ɤ�Ǥ���Ȥ��ˤ�ͭ���Ǥ���
+<TR><TD>c<TD>���ߤ�ʸ���URL��ɽ�����ޤ���
+<TR><TD>=<TD>���ߤ�ʸ��˴ؤ�������ɽ�����ޤ���
+<TR><TD>C-h<TD>URL�����ɽ�����ޤ���
+<TR><TD>F<TD><FRAMESET>��ޤ�ʸ���ɽ�����Ƥ���Ȥ��ˡ�<FRAME>
+�����λؤ�ʣ����ʸ���1�Ĥ�ʸ����Ѵ�����ɽ�����ޤ���
+<TR><TD>M<TD>���߸��Ƥ���ڡ��������֥饦����Ȥä�ɽ�����ޤ���
+2M, 3M ��2���ܤ�3���ܤΥ֥饦����Ȥ��ޤ���
+<TR><TD>ESC M<TD>���ߤΥ��������֥饦����Ȥä�ɽ�����ޤ���
+2ESC M, 3ESC M ��2���ܤ�3���ܤΥ֥饦����Ȥ��ޤ���
+</table>
+
+<H3>�ե������URL�ط������</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>g, U<TD>URL����ꤷ�Ƴ����ޤ���
+<TR><TD>V<TD>��������ե��������ꤷ�Ƴ����ޤ���
+<TR><TD>@<TD>���ޥ�ɤ�¹Ԥ�����̤������ɤ�Ǥ���ɽ�����ޤ���
+<TR><TD>#<TD>���ޥ�ɤ�¹Ԥ�����̤��ɤߤ��ߤʤ���ɽ�����ޤ���
+</table>
+
+<H3>�Хåե����</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>B, C-b,
+�����<TD>���߸��Ƥ���Хåե���������������ΥХåե���ɽ�����ޤ���
+<TR><TD>\<TD>HTML�Υ�������ɽ�����ޤ���
+<TR><TD>s<TD>�Хåե�����⡼�ɤ�����ޤ���
+<TR><TD>E<TD>���߸��Ƥ���Хåե�����������ե�����ξ�硤���Υե�����ǥ������Խ����ޤ������ǥ�����λ�����塤���Υե����������ɤ߹��ߤޤ���
+<TR><TD>C-l, C-w<TD>���̤�����褷�ޤ���
+<TR><TD>R, C-r<TD>�Хåե�������ɤ߹��ߤޤ���
+<TR><TD>S, p<TD>�Хåե���ɽ�����Ƥ�ե��������¸���ޤ���
+<TR><TD>ESC s<TD>HTML�Υ�������ե��������¸���ޤ���v �ǥ�������ɽ������ S ��
+��¸����ΤȤۤ�Ʊ���Ǥ�����ESC s ����¸�����ե�����ϴ��������ɤ����ꥸ�ʥ��
+�ޤޤǤ���Τ��Ф��ơ�v S ����¸����ȸ���ɽ���˻ȤäƤ�����������ɤ��Ѵ�����
+����¸����ޤ���
+<TR><TD>ESC e<TD>����ɽ������Ƥ���Хåե���ɽ������Ƥ�������Τޤ�
+���ǥ������Խ����ޤ���
+</table>
+
+<H3>�Хåե�����⡼��</H3>
+"s" �ǥХåե�����⡼�ɤ����ä��Ȥ��Υ������Ǥ���
+<table cellpadding=0>
+<TR><TD WIDTH=100>k,C-p<TD>��ľ�ΥХåե������ޤ���
+<TR><TD>j,C-n<TD>��IJ��ΥХåե������ޤ���
+<TR><TD>D<TD>�������Ƥ���Хåե��������ޤ���
+<TR><TD>RET<TD>�������Ƥ���Хåե���ɽ�����ޤ���
+</table>
+
+<H3>�֥å��ޡ������</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>v, ESC b<TD>�֥å��ޡ������ɤ߹��ߤޤ���
+<TR><TD>a, ESC a<TD>���߸��Ƥ���ڡ�����֥å��ޡ������ɲä��ޤ���
+</table>
+
+<H3>����</H3>
+<table cellpadding=0>
+<TR><TD
+WIDTH=100>/,C-s<TD>���ߤΥ���������֤���ե����������˸����ä�����ɽ�������ޤ���
+<TR><TD>n<TD>�������ޤ���
+<TR><TD>w<TD>�ޤ��֤������⡼�ɤ��ڤ괹���ޤ���
+</table>
+
+<H3>�ޡ������</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-SPC<TD>�ޡ��������������ޤ����ޡ�����ȿžɽ������ޤ���
+<TR><TD>P<TD>������Υޡ����˰�ư���ޤ���
+<TR><TD>N<TD>��ĸ�Υޡ����˰�ư���ޤ���
+<TR><TD>"<TD>����ɽ���ǻ��ꤵ�줿ʸ��������ƥޡ������ޤ���
+</table>
+
+<H3>����¾</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>!<TD>�����륳�ޥ�ɤ�¹Ԥ��ޤ���
+<TR><TD>H, ?<TD>�إ�ץե������ɽ�����ޤ���
+<TR><TD>o<TD>���ץ��������ѥͥ��ɽ�����ޤ���
+<TR><TD>C-k</TD> <TD>���å���������ɽ��</TD></TR>
+<TR><TD>C-c<TD>ʸ����ɤ߹��ߤ����Ǥ��ޤ���
+<TR><TD>C-z</TD><TD>�����ڥ�ɤ��ޤ���</TD></TR>
+<TR><TD>q<TD>w3m��λ���ޤ������ץ���������ˤ�äơ���λ���뤫�ɤ�����ǧ���ޤ���
+<TR><TD>Q<TD>��ǧ������w3m��λ���ޤ���
+</table>
+
+<H3>���Խ��⡼��</H3>
+���̤κDz��Ԥ�ʸ��������Ϥ������ͭ���ʥ������Ǥ���
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-f<TD>��������˰�ư���ޤ���
+<TR><TD>C-b<TD>��������˰�ư���ޤ���
+<TR><TD>C-h<TD>���������ľ����ʸ���������ޤ���
+<TR><TD>C-d<TD>����������֤�ʸ���������ޤ���
+<TR><TD>C-k<TD>����������֤����������ޤ���
+<TR><TD>C-u<TD>����������֤������������ޤ���
+<TR><TD>C-a<TD>ʸ�������Ƭ�˰�ư���ޤ���
+<TR><TD>C-e<TD>ʸ����κǸ�˰�ư���ޤ���
+<TR><TD>SPC<TD>�ե�����̾���ϻ��ˡ��ե�����̾���䴰���ޤ���
+<TR><TD>RETURN<TD>���Ϥ�λ���ޤ���
+</table>
+
+
+
+</body>
+</html>
diff -u -Naur w3m-0.3/w3mhelp-w3m_en.html w3m-0.3.fink/w3mhelp-w3m_en.html
--- w3m-0.3/w3mhelp-w3m_en.html Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-w3m_en.html Tue Jul 30 16:57:05 2002
@@ -0,0 +1,155 @@
+<HTML>
+<HEAD>
+<TITLE>w3m help page</TITLE>
+</HEAD>
+<BODY>
+<CENTER>
+*******
+<A HREF="http://w3m.sourceforge.net/">
+w3m</A>
+ (WWW-wo-Miru) Version 0.3 by
+<A HREF="mailto:[EMAIL PROTECTED]">A.ITO</A> ********<BR>
+ ***** Key assign table *****
+</CENTER>
+
+<A HREF="w3mhelp-w3m_ja.html">Japanese</A>
+
+<H2>Page/Cursor motion</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>SPC,C-v<TD>Forward page
+<TR><TD>b,ESC v<TD>Backward page
+<TR><TD>l,C-f<TD>Cursor right
+<TR><TD>h,C-b<TD>Cursor left
+<TR><TD>j,C-n<TD>Cursor down
+<TR><TD>k,C-p<TD>Cursor up
+<TR><TD>J<TD>Roll up one line
+<TR><TD>K<TD>Roll down one line
+<TR><TD>^,C-a<TD>Go to the beginning of line
+<TR><TD>$,C-e<TD>Go to the end of line
+<TR><TD>w<TD>Go to next word
+<TR><TD>W<TD>Go to previous word
+<TR><TD>><TD>Shift screen right
+<TR><TD><<TD>Shift screen left
+<TR><TD>.<TD>Shift screen one column right
+<TR><TD>,<TD>Shift screen one column left
+<TR><TD>g,M-<<TD>Go to the first line
+<TR><TD>G,M-><TD>Go to the last line
+<TR><TD>ESC g<TD>Go to specified line
+<TR><TD>Z<TD>Move to the center line
+<TR><TD>z<TD>Move to the center column
+<TR><TD>TAB<TD>Move to next hyperlink
+<TR><TD>C-u,ESC TAB<TD>Move to previous hyperlink
+<TR><TD>[<TD>Go to the first link
+<TR><TD>]<TD>Go to the last link
+</table>
+
+<H2>Hyperlink operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>RET<TD>Follow hyperlink
+<TR><TD>a, ESC RET<TD>Save link to file
+<TR><TD>u<TD>Peek link URL
+<TR><TD>i<TD>Peek image URL
+<TR><TD>I<TD>View inline image
+<TR><TD>ESC I<TD>Save inline image to file
+<TR><TD>:<TD>Mark URL-like strings as anchors
+<TR><TD>ESC :<TD>Mark Message-ID-like strings as news anchors
+<TR><TD>c<TD>Peek current URL
+<TR><TD>=<TD>Display information about current document
+<TR><TD>C-g<TD>Show current line number
+<TR><TD>C-h<TD>View history of URL
+<TR><TD>F<TD>Render frame
+<TR><TD>M<TD>Browse current document using external browser
+(use 2M and 3M to invoke second and third browser)
+<TR><TD>ESC M<TD>Browse link using external browser
+(use 2ESC M and 3ESC M to invoke second and third browser)
+</table>
+
+<H2>File/Stream operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>U<TD>Open URL
+<TR><TD>V<TD>View new file
+<TR><TD>@<TD>Execute shell command and load
+<TR><TD>#<TD>Execute shell command and browse
+</table>
+
+<H2>Buffer operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>B<TD>Back to the previous buffer
+<TR><TD>v<TD>View HTML source
+<TR><TD>s<TD>Select buffer
+<TR><TD>E<TD>Edit buffer source
+<TR><TD>C-l<TD>Redraw screen
+<TR><TD>R<TD>Reload buffer
+<TR><TD>S<TD>Save buffer
+<TR><TD>ESC s<TD>Save source
+<TR><TD>ESC e<TD>Edit buffer image
+</table>
+
+<H2>Buffer selection mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>k, C-p<TD>Select previous buffer
+<TR><TD>j, C-n<TD>Select next buffer
+<TR><TD>D<TD>Delete current buffer
+<TR><TD>RET<TD>Go to the selected buffer
+</table>
+
+<H2>Bookmark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>ESC b<TD>Load bookmark
+<TR><TD>ESC a<TD>Add current to bookmark
+</table>
+
+<H2>Search</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>/,C-s<TD>Search forward
+<TR><TD>?,C-r<TD>Search backward
+<TR><TD>n<TD>Search next
+<TR><TD>N<TD>Search previous
+<TR><TD>C-w<TD>Toggle wrap search mode
+</table>
+
+<H2>Dictionary look-up</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>M-w<TD>Execute dictionary command (see README.dict)
+<TR><TD>M-W<TD>Execute dictionary command for word at cursor
+</table>
+
+<H2>Mark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-SPC<TD>Set/unset mark
+<TR><TD>ESC p<TD>Go to previous mark
+<TR><TD>ESC n<TD>Go to next mark
+<TR><TD>"<TD>Mark by regular expression
+</table>
+
+<H2>Miscellany</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>!<TD>Execute shell command
+<TR><TD>H<TD>Help (load this file)
+<TR><TD>o<TD>Set option
+<TR><TD>C-k<TD>Show cookie jar
+<TR><TD>C-c<TD>Stop
+<TR><TD>C-z<TD>Suspend
+<TR><TD>q<TD>Quit (with confirmation, if you like)
+<TR><TD>Q<TD>Quit without confirmation
+</table>
+
+<H2>Line-edit mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-f<TD>Move cursor forward
+<TR><TD>C-b<TD>Move cursor backward
+<TR><TD>C-h<TD>Delete previous character
+<TR><TD>C-d<TD>Delete current character
+<TR><TD>C-k<TD>Kill everything after cursor
+<TR><TD>C-u<TD>Kill everything before cursor
+<TR><TD>C-a<TD>Move to the top of line
+<TR><TD>C-e<TD>Move to the bottom of line
+<TR><TD>C-p<TD>Fetch the previous string from the history list
+<TR><TD>C-n<TD>Fetch the next string from the history list
+<TR><TD>TAB,SPC<TD>Complete filename
+<TR><TD>RETURN<TD>Accept
+</table>
+<HR>
+</BODY>
+</HTML>
+
diff -u -Naur w3m-0.3/w3mhelp-w3m_ja.html w3m-0.3.fink/w3mhelp-w3m_ja.html
--- w3m-0.3/w3mhelp-w3m_ja.html Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-w3m_ja.html Tue Jul 30 16:57:06 2002
@@ -0,0 +1,156 @@
+<HTML>
+<HEAD>
+<TITLE>w3m �إ�� �ڡ���</TITLE>
+</HEAD>
+
+<BODY>
+<CENTER>
+ *******
+ <A HREF="http://w3m.sourceforge.net/">w3m</A>
+ (WWW-wo-Miru) Version 0.3 by
+ <A HREF="mailto:[EMAIL PROTECTED]">A.ITO(��ƣ��§)</A>
+ ********
+ <BR>
+ ***** ����������� *****
+</CENTER>
+
+<A HREF="w3mhelp-w3m_en.html">English</A>
+
+<H2>�ڡ���/���������ư</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>SPC,C-v</TD> <TD>���ڡ���</TD></TR>
+ <TR> <TD>b,ESC v</TD> <TD>���ڡ���</TD></TR>
+ <TR> <TD>l,C-f</TD> <TD>��������ذ�ư</TD></TR>
+ <TR> <TD>h,C-b</TD> <TD>��������ذ�ư</TD></TR>
+ <TR> <TD>j,C-n</TD> <TD>��������ذ�ư</TD></TR>
+ <TR> <TD>k,C-p</TD> <TD>����������ذ�ư</TD></TR>
+ <TR> <TD>J</TD><TD>��Ծ�˥���������(�ʤ�)</TD></TR>
+ <TR> <TD>K</TD><TD>��Բ��˥���������(���)</TD></TR>
+ <TR> <TD>^,C-a</TD><TD>��Ƭ�˰�ư</TD></TR>
+ <TR> <TD>$,C-e</TD><TD>�����˰�ư</TD></TR>
+ <TR> <TD>w</TD><TD>����ñ��˰�ư</TD></TR>
+ <TR> <TD>W</TD><TD>����ñ��˰�ư</TD></TR>
+ <TR> <TD>></TD> <TD>���˰����ʬ���ե�</TD></TR>
+ <TR> <TD><</TD> <TD>���˰����ʬ���ե�</TD></TR>
+ <TR> <TD>.</TD> <TD>���˰�ʸ��ʬ���ե�</TD></TR>
+ <TR> <TD>,</TD> <TD>���˰�ʸ��ʬ���ե�</TD></TR>
+ <TR> <TD>g,M-<</TD> <TD>�ڡ�������Ƭ�Ԥ˰�ư</TD></TR>
+ <TR> <TD>G,M-></TD> <TD>�ڡ����κǽ��Ԥ˰�ư</TD></TR>
+ <TR> <TD>ESC g</TD> <TD>����Ԥ˰�ư</TD></TR>
+ <TR> <TD>Z</TD> <TD>��������Τ�����֤�Ԥ�����˰�ư</TD></TR>
+ <TR> <TD>z</TD> <TD>��������Τ���Ԥ���̤�����˰�ư</TD></TR>
+ <TR> <TD>TAB</TD> <TD>���Υϥ��ѡ���˰�ư</TD></TR>
+ <TR> <TD>C-u, ESC TAB</TD> <TD>���Υϥ��ѡ���˰�ư</TD></TR>
+ <TR> <TD>[</TD> <TD>�ǽ�Υϥ��ѡ���˰�ư</TD></TR>
+ <TR> <TD>]</TD> <TD>�Ǹ�Υϥ��ѡ���˰�ư</TD></TR>
+</TABLE>
+
+<H2>�ϥ��ѡ�������</H2>
+
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>RET</TD> <TD>�������벼�Υ������</TD></TR>
+ <TR> <TD>a, ESC RET</TD> <TD>������ʸ���ե��������¸</TD></TR>
+ <TR> <TD>ESC I</TD> <TD>�����β�����ե��������¸</TD></TR>
+ <TR> <TD>u</TD> <TD>�����URL��ɽ��</TD></TR>
+ <TR> <TD>i</TD> <TD>��˴�Ϣ�դ���줿�����ؤ�URL��ɽ��</TD></TR>
+ <TR> <TD>I</TD> <TD>����饤�����ɽ��</TD></TR>
+ <TR> <TD>:</TD> <TD>URL�Τ褦��ʸ�����Ȥ��ƥޡ���</TD></TR>
+ <TR> <TD>ESC :</TD> <TD>Message-ID�Τ褦��ʸ�����Ȥ��ƥޡ���</TD></TR>
+ <TR> <TD>c</TD> <TD>���ڡ�����URL��ɽ��</TD></TR>
+ <TR> <TD>=</TD> <TD>���ɥ�����Ȥξ����ɽ��</TD></TR>
+ <TR> <TD>C-g</TD> <TD>�ڡ�����Ǥθ��߰��֤�ɽ��</TD></TR>
+ <TR> <TD>C-h</TD> <TD>URL�����ɽ��</TD></TR>
+ <TR> <TD>F</TD> <TD>�ե졼���ɽ������</TD></TR>
+ <TR> <TD>M</TD>
+<TD>���ڡ��������֥饦����ɽ������(2M,3M��2���ܤ�3���ܤΥ֥饦����ƤӤ���)</TD></TR>
+ <TR> <TD>ESC M</TD> <TD>���������֥饦����ɽ������(2ESC M,3ESC
+M��2���ܤ�3���ܤΥ֥饦����ƤӤ���)</TD></TR>
+</TABLE>
+
+<H2>�ե�����/���ȥ�����</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>U</TD> <TD>URL�����</TD></TR>
+ <TR> <TD>V</TD> <TD>�ե������</TD></TR>
+ <TR> <TD>@</TD> <TD>�������ư���ɤ߹���</TD></TR>
+ <TR> <TD>#</TD> <TD>�������ư���ɤ߹���</TD></TR>
+</TABLE>
+
+<H2>�Хåե����</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>B</TD> <TD>���ΥХåե��˰�ư</TD></TR>
+ <TR> <TD>v</TD> <TD>HTML��������ɽ��</TD></TR>
+ <TR> <TD>s</TD> <TD>�Хåե�������</TD></TR>
+ <TR> <TD>E</TD> <TD>�Хåե��Υ��������Խ�</TD></TR>
+ <TR> <TD>C-l</TD> <TD>���̤κ�����</TD></TR>
+ <TR> <TD>R</TD> <TD>�Хåե�����ɤ߹���</TD></TR>
+ <TR> <TD>S</TD> <TD>�Хåե�����¸</TD></TR>
+ <TR> <TD>ESC s</TD> <TD>HTML����������¸</TD></TR>
+ <TR> <TD>ESC e</TD> <TD>�Хåե���ɽ����������Խ�</TD></TR>
+</TABLE>
+
+<H2>�Хåե�����⡼��</H2>
+"s" �ǥХåե�����⡼�ɤ����ä��Ȥ��Υ������
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>k,C-p</TD> <TD>��ľ�ΥХåե�������</TD></TR>
+ <TR> <TD>j,C-n</TD> <TD>��IJ��ΥХåե�������</TD></TR>
+ <TR> <TD>D</TD> <TD>�������Ƥ���Хåե�����</TD></TR>
+ <TR> <TD>RET</TD> <TD>�������Ƥ���Хåե���ɽ��</TD></TR>
+</TABLE>
+
+<H2>�֥å��ޡ������</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>ESC b</TD> <TD>�֥å��ޡ������ɤ߹���</TD></TR>
+ <TR> <TD>ESC a</TD> <TD>���ڡ�����֥å��ޡ������ɲ�</TD></TR>
+</TABLE>
+
+<H2>����</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>/,C-s</TD> <TD>��������</TD></TR>
+ <TR> <TD>?,C-r</TD> <TD>��������</TD></TR>
+ <TR> <TD>n</TD> <TD>����</TD></TR>
+ <TR> <TD>N</TD> <TD>����</TD></TR>
+ <TR> <TD>C-w</TD> <TD>�ޤ��֤������⡼�ɤ��ڤ괹��</TD></TR>
+</TABLE>
+
+<H2>����</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>M-w</TD> <TD>���Ϥ���ñ��ޥ�ɤǸ���</TD></TR>
+ <TR> <TD>M-W</TD> <TD>����������֤�ñ��ޥ�ɤǸ���</TD></TR>
+</TABLE>
+
+<H2>�ޡ������</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>C-SPC</TD> <TD>�ޡ���������/�õ�</TD></TR>
+ <TR> <TD>ESC p</TD> <TD>���Υޡ����ذ�ư</TD></TR>
+ <TR> <TD>ESC n</TD> <TD>���Υޡ����ذ�ư</TD></TR>
+ <TR> <TD>"</TD> <TD>����ɽ���ˤ��ޡ���</TD></TR>
+</TABLE>
+
+<H2>����¾</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>!</TD> <TD>������μ¹�</TD></TR>
+ <TR> <TD>H</TD> <TD>�إ��(���Υե������ɽ��)</TD></TR>
+ <TR> <TD>o</TD> <TD>���ץ��������</TD></TR>
+ <TR> <TD>C-k</TD> <TD>���å���������ɽ��</TD></TR>
+ <TR> <TD>C-c</TD> <TD>ʸ����ɤ߹��ߤ�����</TD></TR>
+ <TR> <TD>C-z</TD> <TD>�����ڥ��</TD></TR>
+ <TR> <TD>q</TD> <TD>w3m��λ(��ǧ����)</TD></TR>
+ <TR> <TD>Q</TD> <TD>w3m��λ(��ǧ�ʤ�)</TD></TR>
+</TABLE>
+
+<H2>���Խ��⡼��</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>C-f</TD> <TD>��������ذ�ư</TD></TR>
+ <TR> <TD>C-b</TD> <TD>��������ذ�ư</TD></TR>
+ <TR> <TD>C-h</TD> <TD>����ʸ������</TD></TR>
+ <TR> <TD>C-d</TD> <TD>����������֤�ʸ������</TD></TR>
+ <TR> <TD>C-k</TD> <TD>��������θ��������ƺ��</TD></TR>
+ <TR> <TD>C-u</TD> <TD>������������ޤǤ����ƺ��</TD></TR>
+ <TR> <TD>C-a</TD> <TD>��Ƭ�˰�ư</TD></TR>
+ <TR> <TD>C-e</TD> <TD>�����ذ�ư</TD></TR>
+ <TR> <TD>C-p</TD> <TD>�ҥ��ȥ꤫��������ʸ�������Ф�</TD></TR>
+ <TR> <TD>C-n</TD> <TD>�ҥ��ȥ꤫�鼡��ʸ�������Ф�</TD></TR>
+ <TR> <TD>TAB,SPC</TD> <TD>�ե�����̾���䴰</TD></TR>
+ <TR> <TD>RETURN</TD> <TD>���Ͻ�λ</TD></TR>
+</TABLE>
+<HR>
+</BODY>
+</HTML>
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits