*** E-Mail body has been placed on clipboard, please paste it here! *** Sent from Mail for Windows 10 Slime repl CL-USER> words ((ONE 1 . UN) (TWO 2 . DEUX) (THREE 3 . TROIS) (FOUR 4 . QUATRE) (FIVE 5 . CINQ)) CL-USER> (cdar words) (1 . UN) CL-USER> (rassoc (cdar words) words) (ONE 1 . UN) CL-USER> (rassoc '(1 . un) words) NIL CL-USER> (rassoc '(1 . UN) words) NIL CL-USER> (rassoc '(1 . UN) words) NIL CL-USER> (rassoc '(l . UN) words) < (rassoc '(1 . UN) words) (ONE 1 . UN) CL-USER> (equal '(1 . UN) '(1 . UN)) T CL-USER> (equal '(rassoc '(1 . UN) words) '(rassoc '(1 . UN) words));;not L NIL CL-USER> (equal '(rassoc '(1 . UN) words) '(rassoc '(1 . UN) words));;not L T CL-USER> (equal '(rassoc '(1 . UN) words) '(rassoc '(1 . UN) words));;not L T CL-USER> (rassoc '(1 . UN) words) NIL CL-USER> ; No value CL-USER> '(rassoc '(1 . UN) words) (RASSOC '(1 . UN) WORDS) CL-USER> (rassoc '(1 . UN) words) (ONE 1 . UN) CL-USER> (equal '(rassoc '(1 . UN) words) '(rassoc '(1 . UN) words)) T CL-USER> (equal '(rassoc '(1 . UN) words) '(rassoc '(1 . UN) words)) T In GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) of 2018-05-30 built on CIRROCUMULUS Repository revision: 07f8f9bc5a51f5aa94eb099f3e15fbe0c20ea1ea Windowing system distributor 'Microsoft Corp.', version 10.0.17134 Recent messages: Mark set next-line: End of buffer History item: 0 delete-backward-char: Text is read-only [13 times] Mark set next-line: End of buffer [8 times] Mark set [4 times] next-line: End of buffer [6 times] Mark set [2 times] delete-backward-char: Text is read-only [6 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 THREADS LCMS2 Important settings: value of $LANG: ENU locale-coding-system: cp1252 Major mode: REPL Minor modes in effect: slime-trace-dialog-minor-mode: t slime-autodoc-mode: t slime-repl-map-mode: t slime-editing-mode: t 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 dired dired-loaddefs format-spec rfc822 mml mml-sec epa epg 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 eieio-opt speedbar sb-image ezimage dframe find-func help-fns radix-tree cl-indent network-stream puny nsm rmc starttls tls gnutls finder-inf package epg-config url-handlers url-parse auth-source password-cache url-vars seq slime-fancy slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations advice bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl elp slime-parse slime derived cl-extra help-mode edmacro kmacro elec-pair lisp-mnt gud apropos compile etags xref cl-seq project eieio byte-opt bytecomp byte-compile cconv eieio-core eieio-loaddefs arc-mode archive-mode noutline outline easy-mmode easymenu pp comint ansi-color ring hyperspec cl-macs thingatpt browse-url cl gv cl-loaddefs cl-lib slime-autoloads 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 222614 13414) (symbols 56 28895 1) (miscs 48 356 503) (strings 32 54185 1553) (string-bytes 1 1454715) (vectors 16 21124) (vector-slots 8 578538 13790) (floats 8 75 356) (intervals 56 801 0) (buffers 992 19))