all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* auto-fill-mode and docstring
@ 2004-09-13  6:33 Katsumi Yamaoka
  2004-09-13 13:14 ` Robert J. Chassell
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2004-09-13  6:33 UTC (permalink / raw)


Hi,

Recently, I rearranged docstrings in some ELisp files using
auto-fill-mode and noticed it inserts undesired spaces in the
beginning of lines.  For instance, when I type space just after
`jumps' in the following form

(defun quick-brown-fox (jumps-over &optional the-lazy-dog)
  "The quich brown fox jumps over the lazy dog.
The quich brown fox jumps over the lazy dog.  The quich brown fox jumps

, it is folded as follows:

(defun quick-brown-fox (jumps-over &optional the-lazy-dog)
  "The quich brown fox jumps over the lazy dog.
The quich brown fox jumps over the lazy dog.  The quich brown fox
  jumps 

Is inserting fill-prefix there an intended behavior?  I also
noticed it can be avoided by setting adaptive-fill-mode as nil,
and finished the work smoothly.

In addition, emacs-lisp-docstring-fill-column doesn't seem to be
effective when folding docstring lines.  Is it right?

Regards,

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

end of thread, other threads:[~2004-09-15  9:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-13  6:33 auto-fill-mode and docstring Katsumi Yamaoka
2004-09-13 13:14 ` Robert J. Chassell
2004-09-14 14:07   ` Richard Stallman
2004-09-15  9:33     ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.