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

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

bug#42218: closed (28.0.50; Fix for missed item undecoration on allout-w


From: GNU bug Tracking System
Subject: bug#42218: closed (28.0.50; Fix for missed item undecoration on allout-widgets-mode deactivation)
Date: Mon, 20 Jul 2020 19:16:02 +0000

Your message dated Mon, 20 Jul 2020 15:15:15 -0400
with message-id 
<CAAT_zTHro1KqkX5c_Mf0yML40y51x=gr_Tg-SvHcvKOztQwQCQ@mail.gmail.com>
and subject line Re: bug#42218: Acknowledgement (28.0.50; Fix for missed item 
undecoration on allout-widgets-mode deactivation)
has caused the debbugs.gnu.org bug report #42218,
regarding 28.0.50; Fix for missed item undecoration on allout-widgets-mode 
deactivation
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42218: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42218
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 28.0.50; Fix for missed item undecoration on allout-widgets-mode deactivation Date: Sun, 5 Jul 2020 17:04:56 -0400
The attached patch fixes the bug described below.

In the current version (the current Gnu emacs repository master) of allout-widgets-mode, exiting the mode fails to undecorate the first item if it's at the start of the buffer. You can confirm this by creating a simple outline like the following (indented to distinguish it, the bullets need to be at the left margin in the actual text):

* First item
.* Second item

Then activate allout-mode and allout-widgets-mode, and then deactivate allout-widgets-mode. The widget decorations will not be properly removed from the first item.

The attached patch rectifies this bug so all decorations are properly removed.


In GNU Emacs 28.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.10)
 of 2020-07-04 built on gram
Repository revision: 5d1bac0ac951e25d0b0b39a9919f13053162d5df
Repository branch: master
Windowing system distributor 'HC-Consult', version 11.0.12005001
System Description: Ubuntu 18.04.4 LTS

Recent messages:
Allout-Widgets mode disabled in current buffer
M-o C-x o is undefined
Quit
Mark set [2 times]
Quit
Allout mode enabled in current buffer
Allout-Widgets mode enabled in current buffer
M-x is undefined
M-p is undefined
Allout-Widgets mode disabled in current buffer

Configured using:
 'configure --with-gnutls=ifavailable --with-x-toolkit=yes
 --with-xpm=ifavailable --with-jpeg=ifavailable --with-gif=ifavailable
 --with-tiff=ifavailable'

Configured features:
PNG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY FREETYPE HARFBUZZ
ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS PDUMPER

Important settings:
  value of $LANG: C.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  allout-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail
rmail-loaddefs text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils allout-widgets
pcase wid-edit allout ffap thingatpt url-parse auth-source cl-seq eieio
eieio-core cl-macs eieio-loaddefs password-cache json subr-x map seq
byte-opt gv bytecomp byte-compile cconv url-vars vc-git diff-mode
easymenu easy-mmode cl-loaddefs cl-lib bug-reference tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win
x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads dbusbind inotify dynamic-setting system-font-setting
font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty
make-network-process emacs)

Memory information:
((conses 16 74548 7639)
 (symbols 48 8879 1)
 (strings 32 23418 2064)
 (string-bytes 1 775322)
 (vectors 16 13294)
 (vector-slots 8 168908 9258)
 (floats 8 33 150)
 (intervals 56 369 0)
 (buffers 992 15))

Attachment: 0001-Rectify-allout-widgets-region-undecoration-so-item-a.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#42218: Acknowledgement (28.0.50; Fix for missed item undecoration on allout-widgets-mode deactivation) Date: Mon, 20 Jul 2020 15:15:15 -0400
Fix committed in 33d85cb768b40794bffcd9ab22fbdec1211a74e5 and merged and pushed to main repository on master and (mistakenly) emacs-27 branches.

On Sun, Jul 5, 2020 at 5:06 PM GNU bug Tracking System <help-debbugs@gnu.org> wrote:
Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-gnu-emacs@gnu.org

If you wish to submit further information on this problem, please
send it to 42218@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

--
42218: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42218
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems

--- End Message ---

reply via email to

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