From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#49341: 28.0.50; bookmark--unfontify with nil filename throws wrong-type error Date: Sat, 03 Jul 2021 09:08:58 +0300 Message-ID: <83y2aohqth.fsf@gnu.org> References: <87lf6omnkh.fsf@treypeacock.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25932"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 49341@debbugs.gnu.org To: Trey Peacock , Boruch Baum Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 03 08:10:09 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lzYqv-0006Xc-4D for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Jul 2021 08:10:09 +0200 Original-Received: from localhost ([::1]:46596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lzYqu-00005w-3j for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Jul 2021 02:10:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzYqo-00005i-67 for bug-gnu-emacs@gnu.org; Sat, 03 Jul 2021 02:10:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54479) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lzYqn-0000HG-VC for bug-gnu-emacs@gnu.org; Sat, 03 Jul 2021 02:10:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lzYqn-0000IK-Ra for bug-gnu-emacs@gnu.org; Sat, 03 Jul 2021 02:10:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Jul 2021 06:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49341 X-GNU-PR-Package: emacs Original-Received: via spool by 49341-submit@debbugs.gnu.org id=B49341.16252925451064 (code B ref 49341); Sat, 03 Jul 2021 06:10:01 +0000 Original-Received: (at 49341) by debbugs.gnu.org; 3 Jul 2021 06:09:05 +0000 Original-Received: from localhost ([127.0.0.1]:37791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzYps-0000H5-VI for submit@debbugs.gnu.org; Sat, 03 Jul 2021 02:09:05 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzYpr-0000GV-F0 for 49341@debbugs.gnu.org; Sat, 03 Jul 2021 02:09:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34524) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lzYpl-0007qc-Hl; Sat, 03 Jul 2021 02:08:57 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3858 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzYpl-0006eC-4y; Sat, 03 Jul 2021 02:08:57 -0400 In-Reply-To: <87lf6omnkh.fsf@treypeacock.com> (message from Trey Peacock on Fri, 02 Jul 2021 21:08:06 +0000) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:209345 Archived-At: > Date: Fri, 02 Jul 2021 21:08:06 +0000 > From: Trey Peacock > > I am unable to use `bookmark-delete` with bookmarks that do not return > alist values for 'filename or 'position when called with > `bookmark-get-bookmark`. Can you show a recipe for reproducing the problem, please? > I believe it is due to the May 4th commit > ab6cb65cb2b6d11a7b690dfcea8d98611290fad9 where bookmark--unfontify > was introduced. The unfontify function is unable to handle nil > values for these fields and results in calling `(overlay-at pos)` > which shows a wrong-type error. Boruch, could you please take a look? Thanks.