GNU bug report logs - #28975
26.0.90; rmc requires seq

Previous Next

Package: emacs;

Reported by: Tino Calancha <tino.calancha <at> gmail.com>

Date: Tue, 24 Oct 2017 19:27:01 UTC

Severity: normal

Found in version 26.0.90

Done: Tino Calancha <tino.calancha <at> gmail.com>

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 28975 in the body.
You can then email your comments to 28975 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#28975; Package emacs. (Tue, 24 Oct 2017 19:27:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tino Calancha <tino.calancha <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 24 Oct 2017 19:27:01 GMT) Full text and rfc822 format available.

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

From: Tino Calancha <tino.calancha <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.90; rmc requires seq
Date: Wed, 25 Oct 2017 04:26:20 +0900

emacs -Q -l rmc -eval "(read-multiple-choice \"OK?\"
                       '((?y \"yes\") (?n \"no\") (?a \"ask me later\")))"

Symbol’s function definition is void: seq-position

--8<-----------------------------cut here---------------start------------->8---
commit 2f8ada0f09680d3d2e694140fac7698f9aa01316
Author: Tino Calancha <tino.calancha <at> gmail.com>
Date:   Wed Oct 25 04:20:07 2017 +0900

    * lisp/emacs-lisp/rmc.el: Require rmc

diff --git a/lisp/emacs-lisp/rmc.el b/lisp/emacs-lisp/rmc.el
index 0be6971992..ebbd2fbe6a 100644
--- a/lisp/emacs-lisp/rmc.el
+++ b/lisp/emacs-lisp/rmc.el
@@ -23,6 +23,8 @@
 
 ;;; Code:
 
+(require 'rmc)
+
 ;;;###autoload
 (defun read-multiple-choice (prompt choices)
   "Ask user a multiple choice question.

--8<-----------------------------cut here---------------end--------------->8---

In GNU Emacs 26.0.90 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
 of 2017-10-25 built on calancha-pc
Repository revision: 928a106939080df7df6ea158318f5afa5579ddcf
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description:	Debian GNU/Linux 9.1 (stretch)

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Symbol’s function definition is void: seq-position
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 LIBSYSTEMD LCMS2

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

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  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 sort mail-extr emacsbug message puny seq byte-opt gv bytecomp
byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs format-spec
rfc822 mml easymenu mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils rmc elec-pair time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type 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 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 dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 95021 7668)
 (symbols 48 20330 1)
 (miscs 40 44 93)
 (strings 32 28191 1197)
 (string-bytes 1 728136)
 (vectors 16 14631)
 (vector-slots 8 496310 10872)
 (floats 8 49 72)
 (intervals 56 196 0)
 (buffers 992 11))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28975; Package emacs. (Tue, 24 Oct 2017 19:43:01 GMT) Full text and rfc822 format available.

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

From: Noam Postavsky <npostavs <at> users.sourceforge.net>
To: Tino Calancha <tino.calancha <at> gmail.com>
Cc: 28975 <at> debbugs.gnu.org
Subject: Re: bug#28975: 26.0.90; rmc requires seq
Date: Tue, 24 Oct 2017 15:42:01 -0400
On Tue, Oct 24, 2017 at 3:26 PM, Tino Calancha <tino.calancha <at> gmail.com> wrote:
>     * lisp/emacs-lisp/rmc.el: Require rmc

You mean require seq, I guess?




Reply sent to Tino Calancha <tino.calancha <at> gmail.com>:
You have taken responsibility. (Fri, 27 Oct 2017 11:28:02 GMT) Full text and rfc822 format available.

Notification sent to Tino Calancha <tino.calancha <at> gmail.com>:
bug acknowledged by developer. (Fri, 27 Oct 2017 11:28:02 GMT) Full text and rfc822 format available.

Message #13 received at 28975-done <at> debbugs.gnu.org (full text, mbox):

From: Tino Calancha <tino.calancha <at> gmail.com>
To: 28975-done <at> debbugs.gnu.org
Subject: Re: bug#28975: 26.0.90; rmc requires seq
Date: Fri, 27 Oct 2017 20:27:03 +0900
Tino Calancha <tino.calancha <at> gmail.com> writes:

> emacs -Q -l rmc -eval "(read-multiple-choice \"OK?\"
>                        '((?y \"yes\") (?n \"no\") (?a \"ask me later\")))"
>
> Symbol’s function definition is void: seq-position
Fixed in emacs-26 as commit "Require seq in rmc.el"
(7f089aa5f6d208209b2cfef8e0d3d9530e191248)




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

This bug report was last modified 7 years and 269 days ago.

Previous Next


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