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

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

bug#60952: closed (29.0.60; [PATCH] MH-E breaks with nmh 1.8)


From: GNU bug Tracking System
Subject: bug#60952: closed (29.0.60; [PATCH] MH-E breaks with nmh 1.8)
Date: Sat, 21 Jan 2023 04:05:01 +0000

Your message dated Fri, 20 Jan 2023 20:04:48 -0800
with message-id <237486.1674273888@alto>
and subject line Re: bug#60952: 29.0.60; [PATCH] MH-E breaks with nmh 1.8
has caused the debbugs.gnu.org bug report #60952,
regarding 29.0.60; [PATCH] MH-E breaks with nmh 1.8
to be marked as done.

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


-- 
60952: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60952
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.60; [PATCH] MH-E breaks with nmh 1.8 Date: Thu, 19 Jan 2023 17:14:37 -0800
nmh 1.8 has not been released yet, but the first release candidate is
out.  I haven't had time to test it yet, but a user has reported that
the mh-version command breaks with it.  That is, mh-version is only able
to report a few things before erroring out on a nil value where a string
was expected.

The attached patch fixes the problem and works on older nmh releases as
well as 1.8.  Is it okay for emacs-29? 

thanks,
mike

PS. The repo revision listed below includes the fix.  It is based on 
e8c77d9abda.

Attachment: 0001-MH-E-handle-removal-of-mhparam-libdir-from-nmh-1.8.patch
Description: proposed patch


In GNU Emacs 29.0.60 (build 11, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.16.0, Xaw scroll bars) of 2023-01-16 built on alto
Repository revision: 77baa31a2f2dba1a5c83fc9d74c44628207616b7
Repository branch: emacs-29-sf491
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Debian GNU/Linux 11 (bullseye)

Configured using:
 'configure --prefix=/usr/new'

Configured features:
CAIRO FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSELINUX
LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF
TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LC_TIME: C
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  shell-dirtrack-mode: t
  delete-selection-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  buffer-read-only: t
  column-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow mh-mime mh-identity mh-tool-bar mh-acros mh-letter mh-show
goto-addr gnus-cite mh-xface mh-utils emacsbug misearch multi-isearch
crm thingatpt cus-edit pp cus-start cus-load mdk-mail gnus-mh gnus-msg
mh-comp mh-scan mh-gnus gnus-dup nnmh gnus-score score-mode gnus-art
mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill
kinsoku url-file svg dom browse-url url url-proxy url-privacy url-expand
url-methods url-history url-cookie generate-lisp-file url-domsuf
url-util url-parse auth-source cl-seq eieio eieio-core cl-macs json map
gv url-vars gnus-group gnus-undo gnus-start gnus-dbus dbus xml
gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time iso8601
gnus-spec gnus-int gnus-range gnus-win gnus nnheader range wid-edit mh-e
mh-buffers mh-loaddefs message sendmail mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums
mail-prsvr mailabbrev mail-utils gmm-utils mailheader warnings server
noutline outline icons cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs byte-opt bytecomp
byte-compile shell subr-x pcomplete comint ansi-osc ansi-color ring
xcscope advice delsel vc vc-dispatcher timeclock cl-loaddefs cl-lib
mdk-hacks rmc iso-transl tooltip cconv eldoc paren electric uniquify
ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors
frame minibuffer nadvice seq simple cl-generic indonesian philippine
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp
files window text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget keymap hashtable-print-readable backquote
threads inotify dynamic-setting system-font-setting font-render-setting
cairo x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 192767 10746)
 (symbols 48 19218 0)
 (strings 32 59206 2143)
 (string-bytes 1 1950119)
 (vectors 16 33703)
 (vector-slots 8 377364 16745)
 (floats 8 228 47)
 (intervals 56 404 0)
 (buffers 976 14))

--- End Message ---
--- Begin Message --- Subject: Re: bug#60952: 29.0.60; [PATCH] MH-E breaks with nmh 1.8 Date: Fri, 20 Jan 2023 20:04:48 -0800
Eli Zaretskii wrote:

> > From: Mike Kupfer <kupfer@rawbw.com>
> > Date: Thu, 19 Jan 2023 17:14:37 -0800
[...]
> > The attached patch fixes the problem and works on older nmh releases as
> > well as 1.8.  Is it okay for emacs-29? 
> 
> Yes, thanks.

Thanks, Eli.  The fix has been committed and pushed, commit b3de81a6ee3,
so I'm closing this bug.

mike


--- End Message ---

reply via email to

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