Synch with No Gnus (201103151615).
authoryamaoka <yamaoka>
Wed, 16 Mar 2011 05:49:42 +0000 (05:49 +0000)
committeryamaoka <yamaoka>
Wed, 16 Mar 2011 05:49:42 +0000 (05:49 +0000)
auth-ja.texi
message-ja.texi

index d973608..7ae1c3b 100644 (file)
@@ -265,9 +265,8 @@ TODO: \e$B$I$&$d$C$F\e(B docstring \e$B$r4^$a$k\e(B?
 
 @end defun
 
-@c TRANSLATEME
-Let's take a look at an example of using @code{auth-source-search}
-from Gnus' @code{nnimap.el}.
+\e$B$G$O\e(B Gnus \e$B$N\e(B @code{nnimap.el} \e$B$+$i\e(B @code{auth-source-search} \e$B$r;H$&Nc$r\e(B
+\e$B8+$F$_$^$7$g$&!#\e(B
 
 @example
 (defun nnimap-credentials (address ports)
@@ -289,28 +288,37 @@ from Gnus' @code{nnimap.el}.
       nil)))
 @end example
 
-This call requires the user and password (secret) to be in the
-results.  It also requests that an entry be created if it doesn't
-exist already.  While the created entry is being assembled, the shown
-prompts will be used to interact with the user.  The caller can also
-pass data in @code{auth-source-creation-defaults} to supply defaults
-for any of the prompts.
+@c \e$B0J2<$NLuJ8$N<A$,0-$$$N$O86J8$N=PMh$N9s$5$N$?$a!#\e(B
+\e$B$3$N8F$S=P$7$O$=$N7k2L$K%f!<%6!<L>$H%Q%9%o!<%I\e(B (\e$B<0Cf$N\e(B @code{secret}) \e$B$,\e(B
+\e$B4^$^$l$k$3$H$r5a$a$F$$$^$9!#$5$i$K!"$b$7$=$N9`L\$,$^$@L5$+$C$?$i:n$kI,MW\e(B
+\e$B$b$"$j$^$9!#$=$N9`L\$r:n$k:]$K%f!<%6!<$H$d$j<h$j$9$k>l9g$O!"<0Cf$K$"$k<A\e(B
+\e$BLdJ8$,;H$o$l$^$9!#$3$N8F$S=P$7$O!"%f!<%6!<$X$N<ALdJ8$N%G%#%U%)%k%HCM$N$?\e(B
+\e$B$a$K\e(B @code{auth-source-creation-defaults} \e$B$K$"$k%G!<%?$rEO$9$3$H$b$G$-$^\e(B
+\e$B$9!#\e(B
 
-Note that the password needs to be evaluated if it's a function.  It's
-wrapped in a function to provide some security.
+\e$B%Q%9%o!<%I$,$b$74X?t$@$C$?$i!"$=$l$OI>2A$5$l$kI,MW$,$"$k$3$H$KCm0U$7$F$/\e(B
+\e$B$@$5$$!#$"$kDxEY$N0BA4BP:v$H$7$F!"$=$l$O4X?t$GJq$^$l$F$$$^$9!#\e(B
 
-Later, after a successful login, @code{nnimal.el} calls the
-@code{:save-function} like so:
+\e$B$=$N8e%m%0%$%s$K@.8y$7$?$i\e(B @code{nnimal.el} \e$B$O<!$N$h$&\e(B
+\e$B$K\e(B @code{:save-function} \e$B$r8F$S$^$9\e(B:
 
 @example
 (when (functionp (nth 2 credentials))
    (funcall (nth 2 credentials)))
 @end example
 
-Which will work whether the @code{:save-function} was provided or not.
-@code{:save-function} will be provided only when a new entry was
-created, so this effectively says ``after a successful login, save the
-authentication information we just used, if it was newly created.''
+\e$B$3$l$O\e(B @code{:save-function} \e$B$NM-L5$K4X$o$i$9F0:n$9$k$G$7$g$&!#\e(B
+@code{:save-function}\e$B$O?7$7$$9`L\$,:n$i$l$?$H$-$@$1Ds6!$5$l$k$N$G!"$3$l\e(B
+\e$B$O<B:]$K!V%m%0%$%s@.8y8e!W$J$N$G$9!#$=$7$F2f!9$,$A$g$&$I;H$C$F$$$?G'>Z>p\e(B
+\e$BJs\e(B (\e$B$?$@$7$3$l$,?7$?:n$i$l$?$b$N$G$"$k$N$J$i\e(B) \e$B$r%;!<%V$7$^$9!#\e(B
+
+\e$B:G=i$K$=$l$,8F$P$l$?8e!"\e(B@code{:save-function} \e$B$,:FEYAv$k$3$H$O$"$j$^$;$s\e(B
+(\e$B$7$+$7$b$7\e(B @code{auth-source-debug} \e$B$r\e(B @code{'trivia} \e$B$K@_Dj$7$F$"$k$J\e(B
+\e$B$i$P!"$=$N$3$H$rB?>/5-O?$7$^$9!#$3$l$9$J$o$A!"$=$l$O]5F+$7$$F1$8<ALd$,7+\e(B
+\e$B$jJV$5$l$k$3$H$O$J$$$H$$$&$3$H$G$9!#\e(B
+
+\e$B$7$?$,$C$F\e(B @code{:create t} \e$B$r@_Dj$7$?\e(B API \e$B%f!<%6!<$N@UG$$O!"$b$7B8:_$9\e(B
+\e$B$k$J$i$P\e(B @code{:save-function} \e$B$r8F$V$3$H$G$9!#\e(B
 
 @defun auth-source-delete SPEC
 
index e8fee88..7fb64ba 100644 (file)
@@ -1960,6 +1960,26 @@ node) \e$B$H$7$F;H$$$^$9!#J8;zNs$@$C$?$i!"$=$NJ8;zNs$r;H$$$^$9!#$=$l$,J8;zNs\e(B
 @section \e$BA^F~$9$k$?$a$NJQ?t\e(B
 
 @table @code
+@item message-cite-style
+@vindex message-cite-style
+\e$BJV?.$9$k$H$-$K;H$&AmBNE*$JMM<0$G$9!#0zMQ$HJV?.J8$N0LCV4X78$r$I$&$9$k$+!"\e(B
+\e$B$I$s$J7A<0$G0zMQ$9$k$+!"%7%0%M%A%c$r$I$3$KCV$/$+!"$H$$$&$h$&$JJ*;v$r$3$l\e(B
+\e$B$G7hDj$7$^$9!#\e(B
+
+\e$BCM$O\e(B @code{nil} (\e$B$I$NJQ?t$bJ$$7$^$;$s\e(B) \e$B$^$?$O%G%#%U%)%k%HCM$rJ$$9$?$a\e(B
+\e$B$N\e(B @code{(VARIABLE VALUE)} \e$B$H$$$&%Z%"$N\e(B let \e$B7?%j%9%H$N$I$A$i$+$G$9!#\e(B
+
+\e$BFCDj$N%0%k!<%W$N$?$a$K$3$NJQ?t$r@_Dj$9$k$K\e(B
+\e$B$O\e(B @code{gnus-posting-styles} \e$B$r;2>H$7$F$/$@$5$$!#$h$/;H$o$l$F$$$k$$$m$$\e(B
+\e$B$m$J%a!<%k!&%(!<%8%'%s%H$r$^$M$?@_Dj$,\e(B @code{message-cite-style-*} \e$B$H$$\e(B
+\e$B$&JQ?t$KMQ0U$5$l$F$$$^$9!#\e(B
+
+@item message-cite-reply-position
+@vindex message-cite-reply-position
+\e$BJV?.J8$r$I$3$KCV$/$+$r;XDj$7$^$9!#;H$&$3$H$,$G$-$kMM<0$K$O!"%$%s%i%$%s$G\e(B
+\e$BJV?.$9$k$?$a$N\e(B @code{traditional}\e$B!"@hF,$KJV?.J8$r=q$/\e(B (top-posting) \e$B$?$a\e(B
+\e$B$N\e(B @code{above}\e$B!"$*$h$SJ8Kv$KJV?.J8$r=q$/$?$a$N\e(B @code{below} \e$B$,$"$j$^$9!#\e(B
+
 @item message-ignored-cited-headers
 \e$B$3$N@55,I=8=$K9gCW$9$k$9$Y$F$N%X%C%@!<$,!"0zMQ$N$?$a$K\e(B yank \e$B$5$l$?%a%C%;!<\e(B
 \e$B%8$+$i<h$j=|$+$l$^$9!#%G%#%U%)%k%H$O\e(B @samp{.} \e$B$G!"$9$Y$F$N%X%C%@!<$,<h$j\e(B