Package: emacs-goodies-el
Version: 35.4
Severity: wishlist
File: /usr/share/emacs/site-lisp/emacs-goodies-el/csv-mode.el

In emacs24

    M-x csv-mode
    M-x customize-mode

prompts for a "Major mode" where I hoped it would go straight to the
"CSV" customize defgroup.

This can be setup with the ":group" of define-derived-mode,

    (define-derived-mode csv-mode ...
      "Docstring"

      :group 'CSV

      (body forms...))

customize-mode looks for a group "csv" for "csv-mode" but if the group
name is capitalized etc then it needs to be told with :group.  :group is
new in emacs22 but quietly does nothing in emacs21 and xemacs21.



-- 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 emacs-goodies-el depends on:
ii  bash                     4.1-3
ii  dpkg                     1.16.4.2
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  install-info             5.1.dfsg.1-3
ii  xemacs21-mule [emacsen]  21.4.22-4

Versions of packages emacs-goodies-el recommends:
ii  dict      1.12.1+dfsg-2
ii  perl-doc  5.14.2-21
ii  wget      1.14-1

emacs-goodies-el suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to