all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7751: 24.0.50; `fill-paragraph' on doc string with colons
@ 2010-12-28 20:45 Drew Adams
  2010-12-28 21:36 ` Lawrence Mitchell
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2010-12-28 20:45 UTC (permalink / raw)
  To: 7751

This is a regression introduced in Emacs 22.1.  There is no such problem
in Emacs 20 or 21.
 
emacs -Q
 
Put this in *scratch* or an Emacs-Lisp mode buffer:
 
(defun foo ()
  "WHAT'S WITH THIS?
 
The usual menu keywords are allowed: :enable, :visible, :keys, :filter,...."
 
  42)


Put the cursor on the second sentence of the doc string and hit `M-q'.
The sentence gets wrapped this way:
 
The usual menu keywords are
allowed: :enable, :visible, :keys, :filter,...."
 
The line should instead be broken between ":keys" and ":filter", since
there is enough space for "... allowed: :enable, :visible, :keys,".
 
Remove the colon before ":enable" or add a space to get ": enable" and
the line gets broken as one would expect.  But with the colons as they
are, and no matter how much space is between "allowed:" and ":enable",
the line is broken incorrectly.
 
The same problem occurs if you change "allowed:" to "allowed.",
"allowed!", "allowed?", "allowed,", or just "allowed", and no matter how
much space you leave after it.  The same problem occurs if you remove
"allowed:" altogether, i.e., with "The usual menu keywords are :enable,
...".
 
 
 
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2010-12-20 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags
-Ic:/imagesupport/include'
 






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

end of thread, other threads:[~2016-04-28 10:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 20:45 bug#7751: 24.0.50; `fill-paragraph' on doc string with colons Drew Adams
2010-12-28 21:36 ` Lawrence Mitchell
2012-02-17 12:55   ` Lawrence Mitchell
2012-02-17 14:13     ` Chong Yidong
2012-02-17 14:55       ` Drew Adams
2012-09-17  0:15         ` Drew Adams
2016-04-28 10:05   ` Lars Ingebrigtsen

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.