Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

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

In outline mode show-subtree leaves elipses (...) at the end of the
subtree that is expanded, even though there is nothing but a newline
that is hidden.  I have found that the following change in
outline-end-of-subtree in outline.el fixes the problem:

zcat /usr/share/emacs/22.0.91/lisp/outline.el.gz | diff - outline.el
897c897
<     (if (bolp)
---
    (if (and (bolp) (not (eobp)))

This puzzles me a little as I was just focusing on fixing the problem
when the subtree is the last in the file, but it seems to have fixed the problem
everywhere.

Liam



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
   `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/share/emacs/22.0.91/etc/DEBUG for instructions.


In GNU Emacs 22.0.91.1 (x86_64-pc-linux-gnu, GTK+ Version 2.8.20)
of 2006-11-23 on excelsior, modified by Debian
(Debian emacs-snapshot package, version 1:20061123-1)
X server distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--build' 'x86_64-linux-gnu' '--host'
'x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib'
'--libexecdir=/usr/lib' '--localstatedir=/var'
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/22.0.91/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.0.91/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.0.91/leim'
'--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=x86_64-linux-gnu'
'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN
-DSITELOAD_PURESIZE_EXTRA=5000 -g -O2''

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-8859-1
 default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
 eldoc-mode: t
 show-paren-mode: t
 display-time-mode: t
 tooltip-mode: t
 tool-bar-mode: t
 mouse-wheel-mode: t
 menu-bar-mode: t
 file-name-shadow-mode: t
 global-font-lock-mode: t
 font-lock-mode: t
 unify-8859-on-encoding-mode: t
 utf-translate-cjk-mode: t
 auto-compression-mode: t
 column-number-mode: t
 line-number-mode: t
 transient-mark-mode: t
 hs-minor-mode: t

Recent input:
s SPC t h e SPC p o r b <backspace> <backspace> <backspace>
r o b l e m SPC o f SPC l e a v i n g SPC e n d - o
f - f i l e SPC e l i p s e s SPC a <backspace> w h
e n SPC e x p a n d i n g SPC t h e SPC l a s t SPC
h e a d i n g . C-x C-s C-M-l M-x r e p o r t SPC e
m <tab> <return>

Recent messages:
outline-end-of-subtree
Mark set [3 times]
Saving file /usr2/people/healy/notes/notes2006b...
Wrote /usr2/people/healy/notes/notes2006b
Saving file /usr2/people/healy/notes/notes2006b...
Wrote /usr2/people/healy/notes/notes2006b
Auto-saving...
Auto-saving outline.el.gz: Opening output file: permission denied,
/usr/share/emacs/22.0.91/lisp/#outline.el.gz#
Auto-saving...done
Loading emacsbug...done


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to