all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Trey Peacock <gpg@treypeacock.com>
To: Eli Zaretskii <eliz@gnu.org>, Boruch Baum <boruch_baum@gmx.com>
Cc: 49341@debbugs.gnu.org
Subject: bug#49341: 28.0.50; bookmark--unfontify with nil filename throws wrong-type error
Date: Sat, 03 Jul 2021 07:23:32 +0000	[thread overview]
Message-ID: <877di77ted.fsf@treypeacock.com> (raw)
In-Reply-To: <83y2aohqth.fsf@gnu.org>

"Eli Zaretskii" <eliz@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.






  reply	other threads:[~2021-07-03  7:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-02 21:08 bug#49341: 28.0.50; bookmark--unfontify with nil filename throws wrong-type error Trey Peacock
2021-07-03  6:08 ` Eli Zaretskii
2021-07-03  7:23   ` Trey Peacock [this message]
2021-07-04 13:56     ` Lars Ingebrigtsen
2021-07-04 16:31       ` Trey Peacock
2021-07-05 13:10         ` Lars Ingebrigtsen
2021-07-05 16:35           ` Trey Peacock
2021-07-05 19:47             ` Lars Ingebrigtsen
2021-07-04 17:12   ` Boruch Baum
2021-07-04 18:35     ` Basil L. Contovounesios

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877di77ted.fsf@treypeacock.com \
    --to=gpg@treypeacock.com \
    --cc=49341@debbugs.gnu.org \
    --cc=boruch_baum@gmx.com \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.