[w3m-dev 03160] Re: "ttp:" is marked instead of "http:" by MARL_URL
* NEWS: * anchor.c (reAnchorAny): check MarkAllPages * fm.h (MarkAllPages): added * rc.c (CMT_MARK_ALL_PAGES): added (mark_all_pages): added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
		
							
								
								
									
										6
									
								
								rc.c
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								rc.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: rc.c,v 1.40 2002/02/19 15:25:19 ukai Exp $ */
 | 
			
		||||
/* $Id: rc.c,v 1.41 2002/03/29 16:39:37 ukai Exp $ */
 | 
			
		||||
/* 
 | 
			
		||||
 * Initialization file etc.
 | 
			
		||||
 */
 | 
			
		||||
@@ -138,6 +138,7 @@ static char *config_file = NULL;
 | 
			
		||||
#define CMT_ACCEPTLANG   "<22><><EFBFBD><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(Accept-Language:)"
 | 
			
		||||
#define CMT_DOCUMENTCODE "ʸ<><CAB8><EFBFBD><EFBFBD>ʸ<EFBFBD><CAB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
 | 
			
		||||
#define CMT_SYSTEMCODE   "<22><><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD>ʸ<EFBFBD><CAB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
 | 
			
		||||
#define CMT_MARK_ALL_PAGES "<22><><EFBFBD>ƤΥڡ<CEA5><DAA1><EFBFBD><EFBFBD><EFBFBD>URL<52><4C><EFBFBD><EFBFBD>ʸ<EFBFBD><CAB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˤ<F3A5AFA4><CBA4><EFBFBD>"
 | 
			
		||||
#define CMT_WRAP         "<22>ޤ<EFBFBD><DEA4>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD>"
 | 
			
		||||
#define CMT_VIEW_UNSEENOBJECTS "<22>طʲ<D8B7><CAB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ؤΥ<D8A4><CEA5><EFBFBD><F3A5AFA4><EFBFBD><EFBFBD><EFBFBD>"
 | 
			
		||||
#ifdef __EMX__
 | 
			
		||||
@@ -272,6 +273,7 @@ static char *config_file = NULL;
 | 
			
		||||
#define CMT_ACCEPTLANG   "Accept-Language"
 | 
			
		||||
/* #define CMT_DOCUMENTCODE "Document Charset" */
 | 
			
		||||
/* #define CMT_SYSTEMCODE   "System Kanji Code" */
 | 
			
		||||
#define CMT_MARK_ALL_PAGES "Mark URL-like strings as anchors in all pages"
 | 
			
		||||
#define CMT_WRAP         "Wrap search"
 | 
			
		||||
#define CMT_VIEW_UNSEENOBJECTS "Display unseenobjects (e.g. bgimage) tag"
 | 
			
		||||
#ifdef __EMX__
 | 
			
		||||
@@ -539,6 +541,8 @@ struct param_ptr params3[] = {
 | 
			
		||||
    {"vi_prec_num", P_INT, PI_ONOFF, (void *)&vi_prec_num, CMT_VI_PREC_NUM,
 | 
			
		||||
     NULL},
 | 
			
		||||
#endif
 | 
			
		||||
    {"mark_all_pages", P_INT, PI_ONOFF, (void *)&MarkAllPages,
 | 
			
		||||
     CMT_MARK_ALL_PAGES, NULL},
 | 
			
		||||
    {"wrap_search", P_INT, PI_ONOFF, (void *)&WrapDefault, CMT_WRAP, NULL},
 | 
			
		||||
    {"ignorecase_search", P_INT, PI_ONOFF, (void *)&IgnoreCase,
 | 
			
		||||
     CMT_IGNORE_CASE, NULL},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user