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

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

bug#49043: closed (27.1: ibuffer-toggle-filter-group [BUGFIX])


From: GNU bug Tracking System
Subject: bug#49043: closed (27.1: ibuffer-toggle-filter-group [BUGFIX])
Date: Sun, 20 Jun 2021 14:23:02 +0000

Your message dated Sun, 20 Jun 2021 16:22:33 +0200
with message-id <871r8wipjq.fsf@gmx.de>
and subject line Re: bug#49030: 28.0.50; Tramp archive error
has caused the debbugs.gnu.org bug report #49030,
regarding 27.1: ibuffer-toggle-filter-group [BUGFIX]
to be marked as done.

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


-- 
49030: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49030
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 27.1: ibuffer-toggle-filter-group [BUGFIX] Date: Tue, 15 Jun 2021 11:52:31 -0400 User-agent: NeoMutt/20180716
I've been having operation ibuffer-toggle-filter-group reliably crash
whenever performed due to it trying to operate on a point beyond
point-max. The culprit seems to be in function ibuffer-map-lines where:

  (delete-region (line-beginning-position)
                 (line-end-position))))

is being performed instead of:

  (delete-region (line-beginning-position)
            (min (point-max) (1+ (line-end-position))))

This solves the issue for me.

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0



--- End Message ---
--- Begin Message --- Subject: Re: bug#49030: 28.0.50; Tramp archive error Date: Sun, 20 Jun 2021 16:22:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
Version: 28.1

Juri Linkov <juri@linkov.net> writes:

Hi Juri,

>>> Such error is signaled:
>>>
>>>   Tramp: Opening connection for file%3A%2F%2F%2Ftmp%2Ftest.tgz
>>> using archive...failed
>>>   file-error: 
>>> org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code1
>>>   Error when getting information for file “/tmp/test.tgz”: No such
>>> file or directory
>>
>> Thanks for the recipe. I've pushed a fix to master, could you pls check?
>
> Thanks for the fix.  I confirm that the error is fixed.
> (I don't know if the merged bug#49043 can be closed.)

Thanks for the confirmation, I'm closing the bug.

Best regards, Michael.


--- End Message ---

reply via email to

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