all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#11610: 24.0.97; allout-widgets comment headers break lm-commentary
@ 2012-06-02  4:57 Daniel Hackney
  2012-06-07 14:33 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Hackney @ 2012-06-02  4:57 UTC (permalink / raw)
  To: 11610

The headings in the comments for allout-widgets are improperly formatted
and so break the automatic extraction of the "Commentary" section. At
the end of the Commentary section, the "Code" section is introduced, but
it is formatted like this:

  ;;;_: Code

rather than the standard

  ;;; Code:

The problem can be seen by running the following under "emacs -Q"

  (require 'lisp-mnt)
  (lm-commentary (locate-file
		  "allout-widgets.el"
		  load-path
		  load-file-rep-suffixes))

The whole remaining portion of the file is returned rather than simply
the Commentary section.

In GNU Emacs 24.0.97.1 (x86_64-unknown-linux-gnu, GTK  Version 2.24.10)
 of 2012-05-18 on priscilla
Windowing system distributor `The X.Org Foundation', version 11.0.11103000





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

* bug#11610: 24.0.97; allout-widgets comment headers break lm-commentary
  2012-06-02  4:57 bug#11610: 24.0.97; allout-widgets comment headers break lm-commentary Daniel Hackney
@ 2012-06-07 14:33 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2012-06-07 14:33 UTC (permalink / raw)
  To: Daniel Hackney; +Cc: 11610

Daniel Hackney <dan@haxney.org> writes:

> The headings in the comments for allout-widgets are improperly formatted
> and so break the automatic extraction of the "Commentary" section. At
> the end of the Commentary section, the "Code" section is introduced, but
> it is formatted like this:
>
>   ;;;_: Code
>
> rather than the standard
>
>   ;;; Code:

Fixed in the branch.  Thanks.





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

end of thread, other threads:[~2012-06-07 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02  4:57 bug#11610: 24.0.97; allout-widgets comment headers break lm-commentary Daniel Hackney
2012-06-07 14:33 ` Chong Yidong

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.