GNU bug report logs - #46042
27.1; xref-revert-buffer will delete buffer contents

Previous Next

Package: emacs;

Reported by: Vangelis Evangelou <evangelou <at> gmail.com>

Date: Fri, 22 Jan 2021 19:24:01 UTC

Severity: normal

Found in version 27.1

Fixed in version 28.1

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46042 in the body.
You can then email your comments to 46042 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#46042; Package emacs. (Fri, 22 Jan 2021 19:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vangelis Evangelou <evangelou <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 22 Jan 2021 19:24:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vangelis Evangelou <evangelou <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.1; xref-revert-buffer will delete buffer contents
Date: Fri, 22 Jan 2021 19:12:25 +0000
Hello. In a scratch buffer containing some text, run the function
xref-revert-buffer. The buffer content will be deleted and it is not
possible to undo. The function should check that it is applied in a
suitable buffer before modifying the buffer.


In GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll 
bars)
 of 2020-08-11 built on ThinkPad-T410
Windowing system distributor 'The X.Org Foundation', version 11.0.12009000
System Description: Linux Mint 20.1

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading xref...done
xref-revert-buffer: Symbol’s function definition is void: nil
primitive-undo: Changes to be undone are outside visible portion of buffer

Configured using:
 'configure --without-pop --with-x-toolkit=lucid
 --with-file-notification=inotify --with-x --with-modules'

Configured features:
XAW3D XPM JPEG TIFF GIF PNG RSVG SOUND GPM DBUS GSETTINGS GLIB NOTIFY
INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF
XFT ZLIB TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES THREADS
LIBSYSTEMD JSON PDUMPER LCMS2 GMP

Important settings:
  value of $LC_MONETARY: en_GB.UTF-8
  value of $LC_NUMERIC: en_GB.UTF-8
  value of $LC_TIME: en_GB.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  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
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs text-property-search time-date
subr-x seq mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils xref cl-seq project ring eieio byte-opt bytecomp
byte-compile cconv eieio-core cl-macs gv eieio-loaddefs cl-loaddefs
cl-lib 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 lcms2 dynamic-setting system-font-setting font-render-setting
x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 51127 7472)
 (symbols 48 6843 1)
 (strings 32 18319 1645)
 (string-bytes 1 591343)
 (vectors 16 11607)
 (vector-slots 8 156041 10294)
 (floats 8 21 31)
 (intervals 56 210 0)
 (buffers 1000 11))




Reply sent to Dmitry Gutov <dgutov <at> yandex.ru>:
You have taken responsibility. (Sat, 23 Jan 2021 01:00:02 GMT) Full text and rfc822 format available.

Notification sent to Vangelis Evangelou <evangelou <at> gmail.com>:
bug acknowledged by developer. (Sat, 23 Jan 2021 01:00:03 GMT) Full text and rfc822 format available.

Message #10 received at 46042-done <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Vangelis Evangelou <evangelou <at> gmail.com>, 46042-done <at> debbugs.gnu.org
Subject: Re: bug#46042: 27.1; xref-revert-buffer will delete buffer contents
Date: Sat, 23 Jan 2021 02:59:39 +0200
Version: 28.1

Hi!

On 22.01.2021 21:12, Vangelis Evangelou wrote:
> 
> Hello. In a scratch buffer containing some text, run the function
> xref-revert-buffer. The buffer content will be deleted and it is not
> possible to undo. The function should check that it is applied in a
> suitable buffer before modifying the buffer.

Thanks for the report. Indeed, it sounds unfortunate, if you just called 
the command accidentally.

I've pushed a fix (which will make it complain with (void-function nil) 
instead of erasing the buffer) to master. Sometime later, we'll tag a 
new release of the xref package, and you'll be able to update to the new 
version through 'M-x list-packages'.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46042; Package emacs. (Sat, 23 Jan 2021 08:04:02 GMT) Full text and rfc822 format available.

Message #13 received at 46042 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: evangelou <at> gmail.com, dgutov <at> yandex.ru, 46042 <at> debbugs.gnu.org
Subject: Re: bug#46042: 27.1; xref-revert-buffer will delete buffer contents
Date: Sat, 23 Jan 2021 10:03:09 +0200
> From: Dmitry Gutov <dgutov <at> yandex.ru>
> Date: Sat, 23 Jan 2021 02:59:39 +0200
> 
> I've pushed a fix (which will make it complain with (void-function nil) 
> instead of erasing the buffer) to master.

Should this be backported to the emacs-27 branch?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46042; Package emacs. (Sun, 24 Jan 2021 01:33:02 GMT) Full text and rfc822 format available.

Message #16 received at 46042 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: evangelou <at> gmail.com, 46042 <at> debbugs.gnu.org
Subject: Re: bug#46042: 27.1; xref-revert-buffer will delete buffer contents
Date: Sun, 24 Jan 2021 03:31:53 +0200
On 23.01.2021 10:03, Eli Zaretskii wrote:
>> From: Dmitry Gutov<dgutov <at> yandex.ru>
>> Date: Sat, 23 Jan 2021 02:59:39 +0200
>>
>> I've pushed a fix (which will make it complain with (void-function nil)
>> instead of erasing the buffer) to master.
> Should this be backported to the emacs-27 branch?

Why not.

Backported, thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46042; Package emacs. (Fri, 29 Jan 2021 13:55:02 GMT) Full text and rfc822 format available.

Message #19 received at 46042 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: evangelou <at> gmail.com, 46042 <at> debbugs.gnu.org
Subject: Re: bug#46042: 27.1; xref-revert-buffer will delete buffer contents
Date: Fri, 29 Jan 2021 15:54:35 +0200
Hi Eli,

I've just fixed a minor bug in the new implementation (e86b30d6fd).

Can I backport that to emacs-27 now?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46042; Package emacs. (Fri, 29 Jan 2021 14:02:01 GMT) Full text and rfc822 format available.

Message #22 received at 46042 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: evangelou <at> gmail.com, 46042 <at> debbugs.gnu.org
Subject: Re: bug#46042: 27.1; xref-revert-buffer will delete buffer contents
Date: Fri, 29 Jan 2021 16:01:36 +0200
> From: Dmitry Gutov <dgutov <at> yandex.ru>
> Cc: evangelou <at> gmail.com, 46042 <at> debbugs.gnu.org
> Date: Fri, 29 Jan 2021 15:54:35 +0200
> 
> Hi Eli,
> 
> I've just fixed a minor bug in the new implementation (e86b30d6fd).
> 
> Can I backport that to emacs-27 now?

Yes.  But emacs-27.1.91 is already out...




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46042; Package emacs. (Fri, 29 Jan 2021 14:09:02 GMT) Full text and rfc822 format available.

Message #25 received at 46042 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: evangelou <at> gmail.com, 46042 <at> debbugs.gnu.org
Subject: Re: bug#46042: 27.1; xref-revert-buffer will delete buffer contents
Date: Fri, 29 Jan 2021 16:07:52 +0200
On 29.01.2021 16:01, Eli Zaretskii wrote:
> Yes.  But emacs-27.1.91 is already out...

Yeah, just saw that. Nothing I can do about that, I suppose.

But the fix is now on the release branch.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 Feb 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.