From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: proposed new variable `emacs-lisp-docstring-fill-column'
Date: Fri, 28 Feb 2003 21:26:39 -0500 [thread overview]
Message-ID: <E18owhz-0005jj-00@fencepost.gnu.org> (raw)
In-Reply-To: <m23cm917yw.fsf@beth.swift.xxx> (message from Matt Swift on Thu, 27 Feb 2003 20:59:03 -0500)
(defcustom emacs-lisp-docstring-fill-column 65
"Value of `fill-column' to use when filling a docstring.
Any non-integer value means do not use a different value of
`fill-column' when filling docstrings."
:type '(choice (integer)
(const :tag "Use the current `fill-column'" t))
:group 'lisp)
It sounds like a good idea; would you like to implement the code
to actually use it, and show us that?
next prev parent reply other threads:[~2003-03-01 2:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-28 1:59 proposed new variable `emacs-lisp-docstring-fill-column' Matt Swift
2003-03-01 2:26 ` Richard Stallman [this message]
2003-03-01 4:05 ` Matt Swift
2003-03-01 20:38 ` Stefan Monnier
2003-03-01 20:54 ` Matt Swift
2003-03-01 20:56 ` Stefan Monnier
2003-03-01 21:32 ` Matt Swift
2003-03-02 15:07 ` Richard Stallman
2003-03-02 15:07 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E18owhz-0005jj-00@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).