unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9439: 23.3.50; adaptive-fill-prefix and adaptive-fill-mode
@ 2011-09-05 11:32 Leo
  2011-09-05 18:26 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Leo @ 2011-09-05 11:32 UTC (permalink / raw)
  To: 9439

What are adaptive-fill-prefix and adaptive-fill-mode?

,----[ C-h f comment-valid-prefix-p RET ]
| comment-valid-prefix-p is a compiled Lisp function in `newcomment.el'.
| 
| (comment-valid-prefix-p PREFIX COMPOS)
| 
| Check that the adaptive-fill-prefix is consistent with the context.
| PREFIX is the prefix (presumably guessed by `adaptive-fill-mode').
| COMPOS is the position of the beginning of the comment we're in, or nil
| if we're not inside a comment.
| 
| [back]
`----





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

* bug#9439: 23.3.50; adaptive-fill-prefix and adaptive-fill-mode
  2011-09-05 11:32 bug#9439: 23.3.50; adaptive-fill-prefix and adaptive-fill-mode Leo
@ 2011-09-05 18:26 ` Glenn Morris
  2011-09-05 23:45   ` Leo
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2011-09-05 18:26 UTC (permalink / raw)
  To: Leo; +Cc: 9439

Leo wrote:

> What are adaptive-fill-prefix and adaptive-fill-mode?

grep is a helpful utility.

cd /path/to/lisp
find . -name '*.el' | xargs grep adaptive-fill-mode

./textmodes/fill.el:(defcustom adaptive-fill-mode t

(defcustom adaptive-fill-mode t
  "Non-nil means determine a paragraph's fill prefix from its text."
  :type 'boolean
  :group 'fill)


As for the former, note it is not enclosed in `' in the doc string.

  PREFIX is the prefix (presumably guessed by `adaptive-fill-mode').

seems clear to me.





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

* bug#9439: 23.3.50; adaptive-fill-prefix and adaptive-fill-mode
  2011-09-05 18:26 ` Glenn Morris
@ 2011-09-05 23:45   ` Leo
  0 siblings, 0 replies; 3+ messages in thread
From: Leo @ 2011-09-05 23:45 UTC (permalink / raw)
  To: 9439-done

Not a bug.





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

end of thread, other threads:[~2011-09-05 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-05 11:32 bug#9439: 23.3.50; adaptive-fill-prefix and adaptive-fill-mode Leo
2011-09-05 18:26 ` Glenn Morris
2011-09-05 23:45   ` Leo

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).