GNU bug report logs -
#63512
[PATCH] gnu: emacs-ement: Update to 0.9.1.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 15 May 2023 05:58:02 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63512 in the body.
You can then email your comments to 63512 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#63512
; Package
guix-patches
.
(Mon, 15 May 2023 05:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Mon, 15 May 2023 05:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.9.1.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f69967287d..cad9819a5e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19195,7 +19195,7 @@ (define-public emacs-plz
(define-public emacs-ement
(package
(name "emacs-ement")
- (version "0.8.3")
+ (version "0.9.1")
(source
(origin
(method git-fetch)
@@ -19204,7 +19204,7 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "17s3sl0dijgmhnaryw08g6vn6za46xz6a709rsfrdis8v1knqd7z"))))
+ (base32 "126h4cb0iy8k7w0amn0xizq2mbk9ga8yjc6kz1qn0k73d6kqwxn6"))))
(build-system emacs-build-system)
(arguments
(list #:emacs emacs)) ;need libxml support
base-commit: c5fa9dd0e96493307cc76ea098a6bca9b076e012
--
2.40.1
Reply sent
to
Andrew Tropin <andrew <at> trop.in>
:
You have taken responsibility.
(Mon, 15 May 2023 07:25:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Mon, 15 May 2023 07:25:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63512-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2023-05-15 00:56, jgart <at> dismail.de wrote:
> * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.9.1.
> ---
> gnu/packages/emacs-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index f69967287d..cad9819a5e 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -19195,7 +19195,7 @@ (define-public emacs-plz
> (define-public emacs-ement
> (package
> (name "emacs-ement")
> - (version "0.8.3")
> + (version "0.9.1")
> (source
> (origin
> (method git-fetch)
> @@ -19204,7 +19204,7 @@ (define-public emacs-ement
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "17s3sl0dijgmhnaryw08g6vn6za46xz6a709rsfrdis8v1knqd7z"))))
> + (base32 "126h4cb0iy8k7w0amn0xizq2mbk9ga8yjc6kz1qn0k73d6kqwxn6"))))
> (build-system emacs-build-system)
> (arguments
> (list #:emacs emacs)) ;need libxml support
>
> base-commit: c5fa9dd0e96493307cc76ea098a6bca9b076e012
Hi jgart,
Thank you for the patch, applied!
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63512
; Package
guix-patches
.
(Tue, 16 May 2023 00:47:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 63512-done <at> debbugs.gnu.org (full text, mbox):
Hi Andrew,
Thanks for merging that.
The update also fixes an annoying edge case bug I was experiencing from the upstream release version packaged in Guix which is documented here:
https://github.com/alphapapa/ement.el/issues/147
TLDR: ement would freeze up because Emacs does not support Microsoft ICO files at all and someone uploaded an ICO file for their matrix room avatar ;()
The fix was to warn when encountering an ico file in a matrix room and leave the room's avatar slot set to nil in the respective ement API code.
This ICO file in this one matrix room literally would freeze up Emacs completely because it didn't know how to handle it and would lock up.
all best,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 13 Jun 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.