Gnus development mailing list
 help / color / mirror / Atom feed
* Server variable documentation
@ 2001-12-09  0:44 Simon Josefsson
  2001-12-09 15:32 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Josefsson @ 2001-12-09  0:44 UTC (permalink / raw)


It was pointed out that nnimap.el didn't have the doc string for
variables that some other backends (nnbabyl.el, nnfolder.el,
nnmbox.el, nnmh.el, and nnml.el) has:

,----
| (defvoo nnml-directory message-directory
|   "Spool directory for the nnml mail backend.
| 
| This variable is a virtual server slot.  See the Gnus manual for details.")
`----

Perhaps we can do something less manual than modifying the remaining
nn*.el files with the following patch.  Not only do you get a fancy
hyperlink to the proper section in the manual, but the documentation
is added automatically, and it uses the term "server variable" which I
think is more in line with what the Gnus documentation uses.  Of
course, the previous doc string patch has to be reverted.

What'ya'think?  Maybe `deffoo' should have this as well.

--- nnoo.el.~6.4.~	Tue Nov  6 18:06:50 2001
+++ nnoo.el	Sun Dec  9 01:37:59 2001
@@ -38,7 +38,7 @@
   "The same as `defvar', only takes list of variables to MAP to."
   `(prog1
        ,(if doc
-	    `(defvar ,var ,init ,doc)
+	    `(defvar ,var ,init ,(concat doc "\n\nThis is a Gnus server variable.  See Info node `(gnus)Select Methods'."))
 	  `(defvar ,var ,init))
      (nnoo-define ',var ',map)))
 (put 'defvoo 'lisp-indent-function 2)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Server variable documentation
  2001-12-09  0:44 Server variable documentation Simon Josefsson
@ 2001-12-09 15:32 ` Kai Großjohann
  2001-12-12 20:25   ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2001-12-09 15:32 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> Perhaps we can do something less manual than modifying the remaining
> nn*.el files with the following patch.

I like your suggestion.

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Server variable documentation
  2001-12-09 15:32 ` Kai Großjohann
@ 2001-12-12 20:25   ` Simon Josefsson
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Josefsson @ 2001-12-12 20:25 UTC (permalink / raw)
  Cc: ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Simon Josefsson <jas@extundo.com> writes:
>
>> Perhaps we can do something less manual than modifying the remaining
>> nn*.el files with the following patch.
>
> I like your suggestion.

Committed.  Server variables should have better documentation strings now.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-12 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-09  0:44 Server variable documentation Simon Josefsson
2001-12-09 15:32 ` Kai Großjohann
2001-12-12 20:25   ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).