<?xml version="1.0" encoding="EUC-JP" standalone="yes"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xml:lang="ja-JP">
  <channel rdf:about="http://wiki.gohome.org/wl/?c=recent">
    <title>Wanderlust FAQ : Recent Changes</title>
    <link>http://wiki.gohome.org/wl/?c=recent</link>
    <description>Wanderlust FAQ Recent Changes</description>
    <dc:language>ja</dc:language>
    <dc:rights>Copyright (C) Yuuichi Teranishi</dc:rights>
    <dc:date>2005-09-16T12:25:28+00:00</dc:date>
    <items>
      <rdf:Seq>
        <rdf:li resource="http://wiki.gohome.org/wl/?Configuration"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?Installation"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?Behaviors"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?External+packages"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?Bug%3F"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?Miscellaneous"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?FrontPage"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?SideMenu"/>
        <rdf:li resource="http://wiki.gohome.org/wl/?InterWikiName"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="http://wiki.gohome.org/wl/?Configuration">
    <title>Configuration</title>
    <link>http://wiki.gohome.org/wl/?Configuration</link>
    <dc:date>2005-09-16T12:25:28+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-43,6&nbsp;+43,13&nbsp;@@<br>
&nbsp;<br>
&nbsp;Either&nbsp;set&nbsp;elmo-default-imap4-port&nbsp;or&nbsp;specify&nbsp;the&nbsp;port&nbsp;directly&nbsp;such&nbsp;as&nbsp;%#mh/inbox@localhost:1143&nbsp;.<br>
&nbsp;<br>
+!In&nbsp;.wl&nbsp;I&nbsp;am&nbsp;afraid&nbsp;that&nbsp;the&nbsp;Regular&nbsp;Expressions&nbsp;are&nbsp;not&nbsp;handled&nbsp;as&nbsp;I&nbsp;expect&nbsp;in&nbsp;wl-refile-rule-alist&nbsp;etc.?<br>
+<br>
+The&nbsp;syntax&nbsp;for&nbsp;wl-refile-rule-alist&nbsp;in&nbsp;&quot;.wl&quot;&nbsp;is&nbsp;the&nbsp;initialisation&nbsp;of<br>
+a&nbsp;variable.&nbsp;&nbsp;Therefore&nbsp;you&nbsp;have&nbsp;to&nbsp;be&nbsp;careful&nbsp;in&nbsp;writing&nbsp;escape&nbsp;sequences.<br>
+For&nbsp;example,&nbsp;the&nbsp;expression&nbsp;&quot;\(a..a\|xxx\.jp\)&quot;&nbsp;is&nbsp;probably&nbsp;wrong,&nbsp;but<br>
+instead&nbsp;write&nbsp;&quot;\\(a..a\\|xxx\\.jp\\)&quot;&nbsp;.<br>
+<br>
&nbsp;!Isn't&nbsp;it&nbsp;possible&nbsp;to&nbsp;name&nbsp;different&nbsp;folders&nbsp;the&nbsp;identical&nbsp;petnames&nbsp;in&nbsp;~/.folders,&nbsp;such&nbsp;as&nbsp;-japan.videogames.playstation&nbsp;&quot;PS&quot;&nbsp;and&nbsp;-fj.rec.games.video.home.playstation&nbsp;&quot;PS&quot;?<br>
&nbsp;<br>
&nbsp;No.&nbsp;&nbsp;This&nbsp;specification&nbsp;has&nbsp;remained&nbsp;since&nbsp;the&nbsp;time&nbsp;when&nbsp;Wanderlust&nbsp;worked</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?Installation">
    <title>Installation</title>
    <link>http://wiki.gohome.org/wl/?Installation</link>
    <dc:date>2005-08-18T05:22:34+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-2,12&nbsp;+2,12&nbsp;@@<br>
&nbsp;<br>
&nbsp;!What&nbsp;are&nbsp;APEL/FLIM/SEMI?<br>
&nbsp;<br>
-The&nbsp;names&nbsp;of&nbsp;the&nbsp;libraries&nbsp;which&nbsp;Wanderlust&nbsp;utilises.<br>
-APEL&nbsp;is&nbsp;the&nbsp;library,&nbsp;which&nbsp;offers&nbsp;the&nbsp;uniform&nbsp;syntax&nbsp;independent<br>
-of&nbsp;the&nbsp;different&nbsp;versions&nbsp;of&nbsp;Emacs&nbsp;and&nbsp;so&nbsp;is&nbsp;useful&nbsp;in&nbsp;writing&nbsp;elisp&nbsp;programmes.<br>
-FLIM&nbsp;is&nbsp;the&nbsp;one&nbsp;to&nbsp;handle&nbsp;MIME.<br>
-And&nbsp;SEMI&nbsp;is&nbsp;the&nbsp;one&nbsp;to&nbsp;provide&nbsp;the&nbsp;GUI&nbsp;for&nbsp;MIME.<br>
-You&nbsp;can&nbsp;install&nbsp;any&nbsp;of&nbsp;them&nbsp;(usually)&nbsp;with&nbsp;a&nbsp;simple&nbsp;&quot;make&nbsp;install&quot;.<br>
+These&nbsp;are&nbsp;the&nbsp;names&nbsp;of&nbsp;libraries&nbsp;Wanderlust&nbsp;utilises.<br>
+*[[APEL|ftp://ftp.m17n.org/pub/mule/apel/]]&nbsp;(for&nbsp;&quot;A&nbsp;Portable&nbsp;Emacs&nbsp;Library&quot;)&nbsp;is&nbsp;a&nbsp;library&nbsp;that&nbsp;offers&nbsp;a&nbsp;uniform&nbsp;syntax&nbsp;independent&nbsp;of&nbsp;the&nbsp;different&nbsp;versions&nbsp;of&nbsp;Emacs&nbsp;and&nbsp;so&nbsp;is&nbsp;useful&nbsp;in&nbsp;writing&nbsp;elisp&nbsp;programs.<br>
+*[[FLIM|ftp://ftp.m17n.org/pub/mule/flim/]]&nbsp;(for&nbsp;...)&nbsp;provides&nbsp;basic&nbsp;decoding&nbsp;and&nbsp;encoding&nbsp;of&nbsp;MIME.<br>
+*[[SEMI|ftp://ftp.m17n.org/pub/mule/semi/]]&nbsp;(for&nbsp;...)&nbsp;provides&nbsp;a&nbsp;GUI&nbsp;for&nbsp;MIME.<br>
+<br>
+After&nbsp;downloading,&nbsp;you&nbsp;can&nbsp;install&nbsp;any&nbsp;of&nbsp;them&nbsp;(usually)&nbsp;with&nbsp;a&nbsp;simple&nbsp;&quot;make&nbsp;install&quot;.&nbsp;Check&nbsp;your&nbsp;emacs&nbsp;installation's&nbsp;site-lisp&nbsp;directory&nbsp;first&nbsp;to&nbsp;see&nbsp;whether&nbsp;any&nbsp;of&nbsp;these&nbsp;are&nbsp;installed&nbsp;already.<br>
&nbsp;<br>
&nbsp;!What&nbsp;would&nbsp;change&nbsp;in&nbsp;behaviour&nbsp;if&nbsp;I&nbsp;used&nbsp;a&nbsp;variation&nbsp;of&nbsp;FLIM/SEMI?</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?Behaviors">
    <title>Behaviors</title>
    <link>http://wiki.gohome.org/wl/?Behaviors</link>
    <dc:date>2005-04-26T14:37:33+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-39,7&nbsp;+39,7&nbsp;@@<br>
&nbsp;!I&nbsp;have&nbsp;received&nbsp;a&nbsp;mail&nbsp;attached&nbsp;with&nbsp;huge&nbsp;files.&nbsp;&nbsp;I&nbsp;would&nbsp;not&nbsp;like&nbsp;to&nbsp;save&nbsp;the&nbsp;huge&nbsp;email&nbsp;in&nbsp;my&nbsp;hard&nbsp;disk&nbsp;as&nbsp;it&nbsp;is.&nbsp;&nbsp;Is&nbsp;it&nbsp;possible&nbsp;to&nbsp;remove&nbsp;(and&nbsp;save)&nbsp;only&nbsp;attached&nbsp;files&nbsp;from&nbsp;a&nbsp;mail&nbsp;(message).<br>
&nbsp;<br>
&nbsp;First,&nbsp;move&nbsp;by&nbsp;TAB&nbsp;etc&nbsp;to&nbsp;the&nbsp;part&nbsp;of&nbsp;the&nbsp;attached&nbsp;file&nbsp;that&nbsp;you&nbsp;want&nbsp;to&nbsp;delete.<br>
-Then&nbsp;press&nbsp;`D',&nbsp;and&nbsp;you&nbsp;can&nbsp;delete&nbsp;it.<br>
+Then&nbsp;press&nbsp;`D',&nbsp;and&nbsp;you&nbsp;can&nbsp;remove&nbsp;the&nbsp;part.<br>
&nbsp;(I&nbsp;do&nbsp;not&nbsp;know&nbsp;what&nbsp;happens&nbsp;in&nbsp;the&nbsp;case&nbsp;where&nbsp;the&nbsp;message&nbsp;itself&nbsp;is&nbsp;stored&nbsp;in<br>
&nbsp;a&nbsp;remote&nbsp;environment&nbsp;such&nbsp;as&nbsp;IMAP&nbsp;or&nbsp;POP.&nbsp;&nbsp;Revise&nbsp;the&nbsp;above&nbsp;if&nbsp;you&nbsp;know&nbsp;the&nbsp;answer.)</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?External+packages">
    <title>External packages</title>
    <link>http://wiki.gohome.org/wl/?External+packages</link>
    <dc:date>2005-04-20T05:26:23+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-1,3&nbsp;+1,5&nbsp;@@<br>
+{{toc}}<br>
+<br>
&nbsp;!I&nbsp;would&nbsp;like&nbsp;to&nbsp;see&nbsp;X-Face.<br>
&nbsp;<br>
&nbsp;In&nbsp;Emacs21,&nbsp;install&nbsp;uncompface&nbsp;and&nbsp;[[x-face-e21.el|http://www.jpl.org/elips/x-face-e21.el.gz]].</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?Bug%3F">
    <title>Bug?</title>
    <link>http://wiki.gohome.org/wl/?Bug%3F</link>
    <dc:date>2005-04-20T05:10:35+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-1,3&nbsp;+1,5&nbsp;@@<br>
+{{toc}}<br>
+<br>
&nbsp;!When&nbsp;I&nbsp;do&nbsp;this,&nbsp;it&nbsp;fails&nbsp;as&nbsp;an&nbsp;error&nbsp;with&nbsp;that.<br>
&nbsp;<br>
&nbsp;(See&nbsp;also&nbsp;[[&quot;How&nbsp;to&nbsp;Report&nbsp;Bugs&nbsp;Effectively&quot;&nbsp;by&nbsp;Simon&nbsp;Tatham|http://www.chiark.greenend.org.uk/~sgtatham/bugs.html]].)</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?Miscellaneous">
    <title>Miscellaneous</title>
    <link>http://wiki.gohome.org/wl/?Miscellaneous</link>
    <dc:date>2005-04-20T05:08:50+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-1,3&nbsp;+1,4&nbsp;@@<br>
+{{toc}}<br>
&nbsp;!How&nbsp;come&nbsp;it&nbsp;was&nbsp;named&nbsp;Wanderlust?<br>
&nbsp;<br>
&nbsp;The&nbsp;author&nbsp;named&nbsp;it,&nbsp;hoping&nbsp;that&nbsp;this&nbsp;software&nbsp;would&nbsp;suit&nbsp;well</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?FrontPage">
    <title>Wanderlust FAQ</title>
    <link>http://wiki.gohome.org/wl/?FrontPage</link>
    <dc:date>2004-05-01T15:33:20+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-2,7&nbsp;+2,6&nbsp;@@<br>
&nbsp;<br>
&nbsp;[&nbsp;[[English|http://wiki.gohome.org/wl]]&nbsp;|&nbsp;[[Japanese&nbsp;|http://wiki.gohome.org/wlja]]&nbsp;]<br>
&nbsp;!Wanderlust&nbsp;FAQ<br>
-!!What&nbsp;is&nbsp;Wanderlust?<br>
&nbsp;!!Installation<br>
&nbsp;!!Configuration<br>
&nbsp;!!Behaviors</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?SideMenu">
    <title>SideMenu</title>
    <link>http://wiki.gohome.org/wl/?SideMenu</link>
    <dc:date>2004-05-01T12:35:01+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-1,2&nbsp;+1,2&nbsp;@@<br>
-!!!ºÇ¿·¤Î20·ï<br>
+!!!Recent&nbsp;20&nbsp;pages<br>
&nbsp;{{recent}}</div>]]></content:encoded>  </item>  <item rdf:about="http://wiki.gohome.org/wl/?InterWikiName">
    <title>InterWikiName</title>
    <link>http://wiki.gohome.org/wl/?InterWikiName</link>
    <dc:date>2004-03-25T03:38:13+00:00</dc:date>
    <content:encoded><![CDATA[<div>@@&nbsp;-0,0&nbsp;+1,10&nbsp;@@<br>
+*[[AsWiki|http://www.assist.media.nagoya-u.ac.jp/ASDP/index.cgi?c=v;p=]]&nbsp;euc<br>
+*[[GoogleJ|http://www.google.com/search?num=50&amp;lr=lang_ja&amp;q=]]&nbsp;sjis<br>
+*[[Hiki|http://www.namaraii.com/hiki/?]]&nbsp;euc<br>
+*[[Image|http://images.google.co.jp/images?hl=ja;btnG=Google?hl=ja;btnG=Google+%8C%9F%8D%F5;q=]]&nbsp;sjis&nbsp;<br>
+*[[ruby-list|http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/]]<br>
+*[[RAA|http://raa.ruby-lang.org/list.rhtml?name=]]<br>
+*[[RWiki|http://rwiki.jin.gr.jp/cgi-bin/rw-cgi.rb?cmd=view;name=]]&nbsp;euc<br>
+*[[Tiki|http://todo.is.os-omicron.org/tiki.cgi?c=v;p=]]&nbsp;euc<br>
+*[[WikiWikiWeb|http://www.c2.com/cgi/wiki?]]<br>
+</div>]]></content:encoded>  </item></rdf:RDF>

