Package: gri-el
Version: 2.12.23-2.2
Severity: wishlist
File: /usr/share/emacs/site-lisp/gri-el/gri-mode.el

In the foo.gri below, if point is on the line "This is", then
M-x fill-paragraph runs it all together as

'Foo' This is some help text.  { .x. = 123 }

As a suggestion it'd be good if the `Foo' and { lines were reckoned as
paragraph separators so that fill-paragraph and the paragraph movement
commands operated only on the help text paragraphs proper.

  ;; ` or { as separators so that the name and body of a new
  ;; command are not treated as part of help text paragraphs
  (setq paragraph-start (concat "^$\\|^[`{]\\|" page-delimiter))



`Foo'
This is
some help text.
{
  .x. = 123
}

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages gri-el depends on:
ii  emacs21 [emacsen]        21.4a+1-5.7
ii  emacs22-gtk [emacsen]    22.3+1-1.2
ii  emacs23-lucid [emacsen]  23.4+1-4
ic  emacs24 [emacsen]        24.3+1-1
ii  emacs24-lucid [emacsen]  24.3+1-1
ii  gri                      2.12.23-2.2
ii  xemacs21-mule [emacsen]  21.4.22-4

Versions of packages gri-el recommends:
ii  gv  1:3.7.3-1

gri-el suggests no packages.

-- no debconf information

Reply via email to