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

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

bug#66191: closed (erc-ibuffer.el: suspicious use of hash-table-size)


From: GNU bug Tracking System
Subject: bug#66191: closed (erc-ibuffer.el: suspicious use of hash-table-size)
Date: Tue, 03 Oct 2023 01:21:02 +0000

Your message dated Mon, 02 Oct 2023 18:20:21 -0700
with message-id <87lecksdre.fsf@neverwas.me>
and subject line Re: bug#66191: erc-ibuffer.el: suspicious use of 
hash-table-size
has caused the debbugs.gnu.org bug report #66191,
regarding erc-ibuffer.el: suspicious use of hash-table-size
to be marked as done.

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


-- 
66191: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66191
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: erc-ibuffer.el: suspicious use of hash-table-size Date: Mon, 25 Sep 2023 11:45:16 +0200
In erc-ibuffer.el:

(define-ibuffer-column
 erc-members (:name "Users")
  (if (and (eq major-mode 'erc-mode)
           (boundp 'erc-channel-users)
           (hash-table-p erc-channel-users)
           (> (hash-table-size erc-channel-users) 0))
     (number-to-string (hash-table-size erc-channel-users))
    ""))

Perhaps I'm mistaken but shouldn't hash-table-size be hash-table-count here?




--- End Message ---
--- Begin Message --- Subject: Re: bug#66191: erc-ibuffer.el: suspicious use of hash-table-size Date: Mon, 02 Oct 2023 18:20:21 -0700 User-agent: Gnus/5.13 (Gnus v5.13)
"J.P." <jp@neverwas.me> writes:

> If no one says anything, I will add it or something similar in a few
> days.

I ended up only installing the bug fix portions, but I may open another
report for the feature parts eventually. Thanks and closing.


--- End Message ---

reply via email to

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