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

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

[debbugs-tracker] bug#16145: closed (ERC disregards data to be logged wh


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16145: closed (ERC disregards data to be logged when reconnecting )
Date: Fri, 21 Nov 2014 19:32:02 +0000

Your message dated Fri, 21 Nov 2014 19:31:02 +0000
with message-id <address@hidden>
and subject line Re: bug#16145: ERC disregards data to be logged when 
reconnecting 
has caused the debbugs.gnu.org bug report #16145,
regarding ERC disregards data to be logged when reconnecting 
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16145: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16145
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ERC disregards data to be logged when reconnecting Date: Sat, 14 Dec 2013 14:43:35 +0000 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
        Upon reconnecting to the server, erc-connect-pre-hook is run,
        which, by default, results in erc-initialize-log-marker being
        called, and the erc-last-saved-position marker reinitialized.

        The problem is that no calls to erc-save-buffer-in-logs are made
        when the connection is closed, resulting in the entire previous
        ERC session silently disregarded, and never saved in the logs.

        Presuming that erc-initialize-log-marker was really meant to
        only initialize erc-last-saved-position when there’s none, my
        suggestion would be for it to be amended with an appropriate
        ‘unless’ guard.

        Alternatively (or perhaps complementarily), a call to
        erc-log-save-all-buffers may be added to the
        erc-disconnected-hook’s default value.  (Please note that this
        alone, however, may be less reliable a measure.)

-- 
FSF associate member #7257



--- End Message ---
--- Begin Message --- Subject: Re: bug#16145: ERC disregards data to be logged when reconnecting Date: Fri, 21 Nov 2014 19:31:02 +0000 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
Version: 24.5

        I no longer observe the issue (as of 2014-11-18 build,
        cb4f666ade76.)  Per my reading of the Git log, it was fixed in
        Git master back this October:

commit 43f52995ea9d4846c84f81d64107314a6577e595
Author:     Ivan Shmakov <address@hidden>
AuthorDate: Fri Oct 10 09:16:12 2014 -0400
Commit:     Kelvin White <address@hidden>
CommitDate: Fri Oct 10 09:16:12 2014 -0400

    Only initialize erc-last-saved-position if not already a marker.
    
    Fixes: debbugs:16145

        In emacs-24, this bug was fixed as part of the following
        “backport” change:

commit d1036d288de1e047f7f6043188a1063f0d6b044d
Author:     l3thal <address@hidden>
AuthorDate: Sat Nov 8 20:51:43 2014 -0500
Commit:     l3thal <address@hidden>
CommitDate: Sat Nov 8 20:51:43 2014 -0500

    backport: erc bugfixes

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A


--- End Message ---

reply via email to

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