bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minor fix to outline.el customization


From: Matthew Swift
Subject: minor fix to outline.el customization
Date: Tue, 22 Oct 2002 15:27:49 -0400

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-03-22 on raven, modified by Debian
configured using `configure  i386-debian-linux-gnu --prefix=/usr 
--sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib 
--infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes 
--with-x-toolkit=athena --without-gif'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Without this patch, the variable `outline-minor-mode-hook' is put into
an orphaned customization group called 'outline-minor-mode (a
"best-guess" value computed by `define-minor-mode', but which is
inappropriate here).

cd /usr/share/emacs/21.2/lisp/textmodes/
diff -c /tmp/outline.el.orig /usr/share/emacs/21.2/lisp/textmodes/outline.el
*** /tmp/outline.el.orig        2002-10-22 15:23:01.000000000 -0400
--- /usr/share/emacs/21.2/lisp/textmodes/outline.el     2002-10-22 
15:23:40.000000000 -0400
***************
*** 242,247 ****
--- 242,248 ----
  See the command `outline-mode' for more information on this mode."
    nil " Outl" (list (cons [menu-bar] outline-mode-menu-bar-map)
                    (cons outline-minor-mode-prefix outline-mode-prefix-map))
+   :group 'outlines
    (if outline-minor-mode
        (progn
        ;; Turn off this mode if we change major modes.

Diff finished at Tue Oct 22 15:27:36
 


Recent input:
<tab> <return> M-g C-u <return> <return> B q N N n 
<C-tab> C-g C-g N N n C-g N N N N N N N N N N N N N 
N N N N N N N N N N N P N N N N N N N N N N M-1 C-x 
C-f C-g C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
SPC N q C-x C-f C-g g <up> M-x e m a c s - b u <tab> 
M-b M-b r e p o t <backspace> r t - C-e <tab> <ret
urn>

Recent messages:
nnml: Reading incoming mail from file...
Wrote /home/swift/Mail/biz/shore-net/2031
Wrote /home/swift/Mail/root/3107
Wrote /home/swift/Mail/lists/misc/harpers/85
nnml: Reading incoming mail (30 new)...done
Opening nnmh server on quotes...done
nndiary: Reading incoming mail from file...
nndiary: Reading incoming mail (no new mail)...done
Checking new news...done
Loading emacsbug...done





reply via email to

[Prev in Thread] Current Thread [Next in Thread]