[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67133: [PATCH] Fix CBZ file detection in doc-view-mode
From: |
Morgan Smith |
Subject: |
bug#67133: [PATCH] Fix CBZ file detection in doc-view-mode |
Date: |
Sun, 12 Nov 2023 12:40:35 -0500 |
Tags: patch
When opening a CBZ file I get the message "doc-view-set-doc-type:
Conflicting types: name says (cbz) but content says (epub odf)".
Looking at the end of `doc-view-set-doc-type` (lisp/doc-view.el:2141)
it's pretty obvious why and it has an easy fix. In fact we already did
this fix once before for ODF files as you can see at bug#54947 which
resulted in commit b3ff4905388834994ff26d9d033d6bc62b094c1c
In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.37, cairo version 1.16.0)
System Description: Guix System
Configured using:
'configure
CONFIG_SHELL=/gnu/store/v9p25q9l5nnaixkhpap5rnymmwbhf9rp-bash-minimal-5.1.16/bin/bash
SHELL=/gnu/store/v9p25q9l5nnaixkhpap5rnymmwbhf9rp-bash-minimal-5.1.16/bin/bash
--prefix=/gnu/store/zfggiiqcxwzb5v48fb6cjkznvcwa12v8-emacs-next-pgtk-git.2117490
--enable-fast-install --with-pgtk --with-cairo --with-modules
--with-native-compilation=aot --disable-build-details'
0001-Fix-CBZ-file-detection-in-doc-view-mode.patch
Description: Text Data
- bug#67133: [PATCH] Fix CBZ file detection in doc-view-mode,
Morgan Smith <=