GNU bug report logs - #49341
28.0.50; bookmark--unfontify with nil filename throws wrong-type error

Previous Next

Package: emacs;

Reported by: Trey Peacock <gpg <at> treypeacock.com>

Date: Fri, 2 Jul 2021 21:09:02 UTC

Severity: normal

Tags: moreinfo

Found in version 28.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Trey Peacock <gpg <at> treypeacock.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Boruch Baum <boruch_baum <at> gmx.com>
Cc: 49341 <at> debbugs.gnu.org
Subject: Re: bug#49341: 28.0.50;
 bookmark--unfontify with nil filename throws wrong-type error
Date: Sat, 03 Jul 2021 07:23:32 +0000
"Eli Zaretskii" <eliz <at> gnu.org> writes:

> Can you show a recipe for reproducing the problem, please?

emacs -Q -l temp.el

temp.el

```
(require 'package)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)

(package-initialize)
(package-install 'use-package)
(package-install 'quelpa-use-package)
(quelpa
 '(quelpa-use-package
   :fetcher git
   :url "https://github.com/quelpa/quelpa-use-package.git"))
(require 'quelpa-use-package)
(use-package burly
  :quelpa (burly :fetcher github :repo "alphapapa/burly.el"))

(split-window-horizontally)
(switch-to-buffer "*Messages*")
(burly-bookmark-windows "temp")
(bookmark-delete "temp-book")
```

This should throw the wrong type error.





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

Previous Next


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