GNU bug report logs - #31525
26.0.91; rmail

Previous Next

Package: emacs;

Reported by: sondeen <at> usc.edu

Date: Sat, 19 May 2018 07:39:01 UTC

Severity: minor

Tags: moreinfo, wontfix

Found in version 26.0.91

Done: Glenn Morris <rgm <at> gnu.org>

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 31525 in the body.
You can then email your comments to 31525 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#31525; Package emacs. (Sat, 19 May 2018 07:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to sondeen <at> usc.edu:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 19 May 2018 07:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jeff Sondeen <sondeen <at> usc.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.91; rmail
Date: Fri, 18 May 2018 14:31:32 -0700
Hi, I'm using M-x rmail, but having trouble with the 'set-rmail-inbox-list'
command. While i can successfully do:

  (rmail "~/RMAIL.180517")

and

  (rmail-summary-get-new-mail "~/mbox")

when i'm in the emacs window with 'RMAIL major mode' and type: M-x
set-rmail-inbox-list

and it prompts:

  Set mailbox list to (comma-separated list of filenames):

and i type:

  ~/mbox

i get the following error:

 set-rmail-inbox-list: Wrong type argument: sequencep, 109


Note that the command requires me to be in the window with 'RMAIL
major mode', not allowing typing it in a window with 'RMAIL Summary
mode' (minor gripe)

thanks,
/jeff

In GNU Emacs 26.0.91 (build 1, x86_64-w64-mingw32)
 of 2018-01-22 built on CIRROCUMULUS
Repository revision: 752fba992b793a74d202c9cfc3e1a92fd458e748
Windowing system distributor 'Microsoft Corp.', version 6.3.9600
Recent messages:

set-rmail-inbox-list: Wrong type argument: sequencep, 109 [2 times]



Configured using:
 'configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS LCMS2

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: RMAIL

Minor modes in effect:
  t: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow emacsbug rmail-spam-filter rmailedit rmailkwd undigest
cl-extra timezone epa-file network-stream nsm starttls tls gnutls
mail-extr smtpmail mailalias sendmail rmailsort rmailout elec-pair
apropos thingatpt help-fns radix-tree url-util url-parse auth-source
cl-seq eieio eieio-core cl-macs eieio-loaddefs url-vars shr-color
color shr svg xml dom browse-url qp help-mode cl-print debug misearch
multi-isearch rmailsum rmailmm message rmc puny seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs
format-spec rfc822 mml mml-sec password-cache epa derived epg
epg-config gnus-util mm-decode mm-bodies mm-encode gmm-utils
mailheader mail-parse rfc2231 rmail rmail-loaddefs rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils mailabbrev solar cal-dst
cal-menu easymenu calendar cal-loaddefs sort time-date mule-util
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars
term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic 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 charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded
nadvice loaddefs button faces cus-face macroexp files text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote w32notify w32 lcms2 multi-tty
make-network-process emacs)

Memory information:
((conses 16 229341 81678)
 (symbols 56 24398 1)
 (miscs 48 518 563)
 (strings 32 46332 6492)
 (string-bytes 1 1259214)
 (vectors 16 22620)
 (vector-slots 8 756380 28644)
 (floats 8 594 484)
 (intervals 56 13675 1445)
 (buffers 992 27))


-- 

thanks,
/jeff




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#31525; Package emacs. (Sat, 19 May 2018 08:24:01 GMT) Full text and rfc822 format available.

Message #8 received at 31525 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: sondeen <at> usc.edu
Cc: 31525 <at> debbugs.gnu.org
Subject: Re: bug#31525: 26.0.91; rmail
Date: Sat, 19 May 2018 11:23:41 +0300
> Date: Fri, 18 May 2018 14:31:32 -0700
> From: Jeff Sondeen <sondeen <at> usc.edu>
> 
> 
> Hi, I'm using M-x rmail, but having trouble with the 'set-rmail-inbox-list'
> command. While i can successfully do:
> 
>   (rmail "~/RMAIL.180517")
> 
> and
> 
>   (rmail-summary-get-new-mail "~/mbox")
> 
> when i'm in the emacs window with 'RMAIL major mode' and type: M-x
> set-rmail-inbox-list
> 
> and it prompts:
> 
>   Set mailbox list to (comma-separated list of filenames):
> 
> and i type:
> 
>   ~/mbox
> 
> i get the following error:
> 
>  set-rmail-inbox-list: Wrong type argument: sequencep, 109

I cannot reproduce this, neither in the 26.0.91 pretest nor with the
more recent RC1.

Does this happen in "emacs -Q"?  If not, perhaps your recipe lacks a
few steps that your customizations add to the puzzle?

> Note that the command requires me to be in the window with 'RMAIL
> major mode', not allowing typing it in a window with 'RMAIL Summary
> mode' (minor gripe)

That's by design.  We could perhaps allow this also in the Summary
buffer, but let's first fix the original problem, okay?





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#31525; Package emacs. (Sat, 19 May 2018 15:24:01 GMT) Full text and rfc822 format available.

Message #11 received at 31525 <at> debbugs.gnu.org (full text, mbox):

From: Jeffrey Sondeen <sondeen <at> usc.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: "31525 <at> debbugs.gnu.org" <31525 <at> debbugs.gnu.org>
Subject: Re: bug#31525: 26.0.91; rmail
Date: Sat, 19 May 2018 15:23:43 +0000
[Message part 1 (text/plain, inline)]
Hi Eli, yes you are right, using 'emacs -Q' solves the problem (sorry about not trying this first), so now i'll track down what's wrong with my .emacs file to break 'set-rmail-inbox-list'.


thanks,

/jeff

________________________________
From: Eli Zaretskii <eliz <at> gnu.org>
Sent: Saturday, May 19, 2018 1:23:41 AM
To: Jeffrey Sondeen
Cc: 31525 <at> debbugs.gnu.org
Subject: Re: bug#31525: 26.0.91; rmail

> Date: Fri, 18 May 2018 14:31:32 -0700
> From: Jeff Sondeen <sondeen <at> usc.edu>
>
>
> Hi, I'm using M-x rmail, but having trouble with the 'set-rmail-inbox-list'
> command. While i can successfully do:
>
>   (rmail "~/RMAIL.180517")
>
> and
>
>   (rmail-summary-get-new-mail "~/mbox")
>
> when i'm in the emacs window with 'RMAIL major mode' and type: M-x
> set-rmail-inbox-list
>
> and it prompts:
>
>   Set mailbox list to (comma-separated list of filenames):
>
> and i type:
>
>   ~/mbox
>
> i get the following error:
>
>  set-rmail-inbox-list: Wrong type argument: sequencep, 109

I cannot reproduce this, neither in the 26.0.91 pretest nor with the
more recent RC1.

Does this happen in "emacs -Q"?  If not, perhaps your recipe lacks a
few steps that your customizations add to the puzzle?

> Note that the command requires me to be in the window with 'RMAIL
> major mode', not allowing typing it in a window with 'RMAIL Summary
> mode' (minor gripe)

That's by design.  We could perhaps allow this also in the Summary
buffer, but let's first fix the original problem, okay?

[Message part 2 (text/html, inline)]

Added tag(s) wontfix. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 08 Jan 2019 20:43:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 31525 <at> debbugs.gnu.org and sondeen <at> usc.edu Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 08 Jan 2019 20:43:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Feb 2019 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.