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

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

[debbugs-tracker] bug#28975: closed (26.0.90; rmc requires seq)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28975: closed (26.0.90; rmc requires seq)
Date: Fri, 27 Oct 2017 11:28:02 +0000

Your message dated Fri, 27 Oct 2017 20:27:03 +0900
with message-id <address@hidden>
and subject line Re: bug#28975: 26.0.90; rmc requires seq
has caused the debbugs.gnu.org bug report #28975,
regarding 26.0.90; rmc requires seq
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28975: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28975
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 <address@hidden>
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))



--- End Message ---
--- Begin Message --- Subject: Re: bug#28975: 26.0.90; rmc requires seq Date: Fri, 27 Oct 2017 20:27:03 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
Tino Calancha <address@hidden> 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)


--- End Message ---

reply via email to

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