Package: emacs;
Reported by: Daniel Kraus <daniel <at> kraus.my>
Date: Mon, 30 Jul 2018 15:55:02 UTC
Severity: normal
Tags: notabug
Found in version 27.0.50
Done: Eli Zaretskii <eliz <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 32314 in the body.
You can then email your comments to 32314 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
bug-gnu-emacs <at> gnu.org
:bug#32314
; Package emacs
.
(Mon, 30 Jul 2018 15:55:02 GMT) Full text and rfc822 format available.Daniel Kraus <daniel <at> kraus.my>
:bug-gnu-emacs <at> gnu.org
.
(Mon, 30 Jul 2018 15:55:04 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Daniel Kraus <daniel <at> kraus.my> To: bug-gnu-emacs <at> gnu.org Subject: 27.0.50; Collection in `proced-filter-interactive` not compatible with API of `completing-read` Date: Mon, 30 Jul 2018 17:54:10 +0200
I reported an issue with ivy because `proced-filter-interactive` wouldn't work with `ivy-mode` enabled. https://github.com/abo-abo/swiper/issues/1687 I paste here my issue and abo-abo's response: dakra: When in proced you can change the filter with `f` `(proced-filter-interactive)` This reads `(completing-read "Filter: " proced-filter-alist nil t)` which works when ivy-mode is disabled but breaks enabled (doesn't show any completion options). (I'm using latest Emacs master) ---- abo-abo: Looks like an Emacs bug to me. Here's what gets passed to completing-read-function: ``` ((user (user . "\\`krehel\\'")) (user-running (user . "\\`krehel\\'") (state . "\\`[Rr]\\'")) (all) (all-running (state . "\\`[Rr]\\'")) (emacs (fun-all lambda (list) (proced-filter-children list 5081)))) ``` This is not compatible with the API of completing-read. From documentation of completing-read: > COLLECTION can be a list of strings, an alist, an obarray or a hash table. ----- In GNU Emacs 27.0.50 (build 61, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-28 built on matrix Repository revision: 177deaf9a1d75043c14f0d7ef8385ece93adb07d Windowing system distributor 'The X.Org Foundation', version 11.0.12000000 System Description: Arch Linux Recent messages: Quit [2 times] [C-t] show common commands, [?] describe events, [C-h i] show manual Running git fetch --verbose --recurse-submodules -j 4 [mu4e] Found 20 matching messages Git finished [C-t] show common commands, [?] describe events, [C-h i] show manual Running git rebase origin/master Git finished user-error: No method for storing a link from this buffer Compilation finished Configured using: 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games --with-sound=alsa --with-modules --without-gconf --without-gsettings --with-x-toolkit=gtk3 --without-xaw3d --without-gpm --without-m17n-flt --with-imagemagick --with-xwidgets 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt' CPPFLAGS=-D_FORTIFY_SOURCE=2 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fuse-ld=gold'' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS NOTIFY ACL GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 MODULES THREADS XWIDGETS LIBSYSTEMD JSON LCMS2 Important settings: value of $LC_COLLATE: C value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Org Minor modes in effect: semantic-minor-modes-format: ((:eval (if (or semantic-highlight-edits-mode semantic-show-unmatched-syntax-mode) S))) counsel-projectile-mode: t counsel-mode: t ivy-prescient-mode: t ivy-mode: t global-fish-completion-mode: t fish-completion-mode: t display-time-mode: t dimmer-mode: t volatile-highlights-mode: t which-key-mode: t global-edit-server-edit-mode: t org-indent-mode: t org-bullets-mode: t beacon-mode: t winner-mode: t global-magit-file-mode: t magit-file-mode: t magit-wip-before-change-mode: t magit-wip-after-apply-mode: t magit-wip-after-save-mode: t magit-wip-after-save-local-mode: t which-function-mode: t magit-auto-revert-mode: t global-git-commit-mode: t async-bytecomp-package-mode: t yas-global-mode: t yas-minor-mode: t dired-async-mode: t minions-mode: t global-hl-todo-mode: t back-button-mode: t recentf-mode: t projectile-mode: t shell-dirtrack-mode: t global-auto-revert-mode: t savehist-mode: t whole-line-or-region-global-mode: t whole-line-or-region-local-mode: t company-prescient-mode: t prescient-persist-mode: t global-company-mode: t company-mode: t editorconfig-mode: t show-smartparens-global-mode: t show-smartparens-mode: t smartparens-global-mode: t smartparens-mode: t ws-butler-mode: t diff-auto-refine-mode: t erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-netsplit-mode: t erc-notifications-mode: t erc-match-mode: t erc-spelling-mode: t flyspell-mode: t erc-hl-nicks-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t global-undo-tree-mode: t undo-tree-mode: t save-place-mode: t global-hl-line-mode: t delete-selection-mode: t override-global-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/daniel/.emacs.d/lib/realgud/el-get-install hides /home/daniel/.emacs.d/lib/loc-changes/el-get-install /home/daniel/.emacs.d/lib/realgud/el-get-install hides /home/daniel/.emacs.d/lib/load-relative/el-get-install /home/daniel/.emacs.d/lib/cmake-mode/cmake-mode hides /usr/share/emacs/site-lisp/cmake-mode /home/daniel/.emacs.d/lib/org/lisp/org-element hides /usr/share/emacs/27.0.50/lisp/org/org-element /home/daniel/.emacs.d/lib/org/lisp/ob-css hides /usr/share/emacs/27.0.50/lisp/org/ob-css /home/daniel/.emacs.d/lib/org/lisp/ob-java hides /usr/share/emacs/27.0.50/lisp/org/ob-java /home/daniel/.emacs.d/lib/org/lisp/ob-sqlite hides /usr/share/emacs/27.0.50/lisp/org/ob-sqlite /home/daniel/.emacs.d/lib/org/lisp/org-protocol hides /usr/share/emacs/27.0.50/lisp/org/org-protocol /home/daniel/.emacs.d/lib/org/lisp/ox-man hides /usr/share/emacs/27.0.50/lisp/org/ox-man /home/daniel/.emacs.d/lib/org/lisp/org-pcomplete hides /usr/share/emacs/27.0.50/lisp/org/org-pcomplete /home/daniel/.emacs.d/lib/org/lisp/org-clock hides /usr/share/emacs/27.0.50/lisp/org/org-clock /home/daniel/.emacs.d/lib/org/lisp/ob-io hides /usr/share/emacs/27.0.50/lisp/org/ob-io /home/daniel/.emacs.d/lib/org/lisp/ob-tangle hides /usr/share/emacs/27.0.50/lisp/org/ob-tangle /home/daniel/.emacs.d/lib/org/lisp/org-agenda hides /usr/share/emacs/27.0.50/lisp/org/org-agenda /home/daniel/.emacs.d/lib/org/lisp/org-table hides /usr/share/emacs/27.0.50/lisp/org/org-table /home/daniel/.emacs.d/lib/org/lisp/ob-matlab hides /usr/share/emacs/27.0.50/lisp/org/ob-matlab /home/daniel/.emacs.d/lib/org/lisp/org-docview hides /usr/share/emacs/27.0.50/lisp/org/org-docview /home/daniel/.emacs.d/lib/org/lisp/org-version hides /usr/share/emacs/27.0.50/lisp/org/org-version /home/daniel/.emacs.d/lib/org/lisp/org hides /usr/share/emacs/27.0.50/lisp/org/org /home/daniel/.emacs.d/lib/org/lisp/org-faces hides /usr/share/emacs/27.0.50/lisp/org/org-faces /home/daniel/.emacs.d/lib/org/lisp/org-src hides /usr/share/emacs/27.0.50/lisp/org/org-src /home/daniel/.emacs.d/lib/org/lisp/ob-fortran hides /usr/share/emacs/27.0.50/lisp/org/ob-fortran /home/daniel/.emacs.d/lib/org/lisp/ob-coq hides /usr/share/emacs/27.0.50/lisp/org/ob-coq /home/daniel/.emacs.d/lib/org/lisp/ob-mscgen hides /usr/share/emacs/27.0.50/lisp/org/ob-mscgen /home/daniel/.emacs.d/lib/org/lisp/ox-md hides /usr/share/emacs/27.0.50/lisp/org/ox-md /home/daniel/.emacs.d/lib/org/lisp/org-list hides /usr/share/emacs/27.0.50/lisp/org/org-list /home/daniel/.emacs.d/lib/org/lisp/ob-maxima hides /usr/share/emacs/27.0.50/lisp/org/ob-maxima /home/daniel/.emacs.d/lib/org/lisp/ob-sass hides /usr/share/emacs/27.0.50/lisp/org/ob-sass /home/daniel/.emacs.d/lib/org/lisp/ob-asymptote hides /usr/share/emacs/27.0.50/lisp/org/ob-asymptote /home/daniel/.emacs.d/lib/org/lisp/org-colview hides /usr/share/emacs/27.0.50/lisp/org/org-colview /home/daniel/.emacs.d/lib/org/lisp/org-install hides /usr/share/emacs/27.0.50/lisp/org/org-install /home/daniel/.emacs.d/lib/org/lisp/ob-C hides /usr/share/emacs/27.0.50/lisp/org/ob-C /home/daniel/.emacs.d/lib/org/lisp/org-ctags hides /usr/share/emacs/27.0.50/lisp/org/org-ctags /home/daniel/.emacs.d/lib/org/lisp/ob-exp hides /usr/share/emacs/27.0.50/lisp/org/ob-exp /home/daniel/.emacs.d/lib/org/lisp/org-id hides /usr/share/emacs/27.0.50/lisp/org/org-id /home/daniel/.emacs.d/lib/org/lisp/ob-ledger hides /usr/share/emacs/27.0.50/lisp/org/ob-ledger /home/daniel/.emacs.d/lib/org/lisp/org-bbdb hides /usr/share/emacs/27.0.50/lisp/org/org-bbdb /home/daniel/.emacs.d/lib/org/lisp/org-archive hides /usr/share/emacs/27.0.50/lisp/org/org-archive /home/daniel/.emacs.d/lib/org/lisp/ob-ruby hides /usr/share/emacs/27.0.50/lisp/org/ob-ruby /home/daniel/.emacs.d/lib/org/lisp/ob-lob hides /usr/share/emacs/27.0.50/lisp/org/ob-lob /home/daniel/.emacs.d/lib/org/lisp/ob-dot hides /usr/share/emacs/27.0.50/lisp/org/ob-dot /home/daniel/.emacs.d/lib/org/lisp/ob-keys hides /usr/share/emacs/27.0.50/lisp/org/ob-keys /home/daniel/.emacs.d/lib/org/lisp/ob-core hides /usr/share/emacs/27.0.50/lisp/org/ob-core /home/daniel/.emacs.d/lib/org/lisp/org-entities hides /usr/share/emacs/27.0.50/lisp/org/org-entities /home/daniel/.emacs.d/lib/org/lisp/ob-js hides /usr/share/emacs/27.0.50/lisp/org/ob-js /home/daniel/.emacs.d/lib/org/lisp/ob-groovy hides /usr/share/emacs/27.0.50/lisp/org/ob-groovy /home/daniel/.emacs.d/lib/org/lisp/org-plot hides /usr/share/emacs/27.0.50/lisp/org/org-plot /home/daniel/.emacs.d/lib/org/lisp/org-footnote hides /usr/share/emacs/27.0.50/lisp/org/org-footnote /home/daniel/.emacs.d/lib/org/lisp/ox-ascii hides /usr/share/emacs/27.0.50/lisp/org/ox-ascii /home/daniel/.emacs.d/lib/org/lisp/ob-abc hides /usr/share/emacs/27.0.50/lisp/org/ob-abc /home/daniel/.emacs.d/lib/org/lisp/org-macro hides /usr/share/emacs/27.0.50/lisp/org/org-macro /home/daniel/.emacs.d/lib/org/lisp/org-indent hides /usr/share/emacs/27.0.50/lisp/org/org-indent /home/daniel/.emacs.d/lib/org/lisp/ob-eval hides /usr/share/emacs/27.0.50/lisp/org/ob-eval /home/daniel/.emacs.d/lib/org/lisp/ox-beamer hides /usr/share/emacs/27.0.50/lisp/org/ox-beamer /home/daniel/.emacs.d/lib/org/lisp/ob-table hides /usr/share/emacs/27.0.50/lisp/org/ob-table /home/daniel/.emacs.d/lib/org/lisp/ob-clojure hides /usr/share/emacs/27.0.50/lisp/org/ob-clojure /home/daniel/.emacs.d/lib/org/lisp/ob-lisp hides /usr/share/emacs/27.0.50/lisp/org/ob-lisp /home/daniel/.emacs.d/lib/org/lisp/org-feed hides /usr/share/emacs/27.0.50/lisp/org/org-feed /home/daniel/.emacs.d/lib/org/lisp/org-crypt hides /usr/share/emacs/27.0.50/lisp/org/org-crypt /home/daniel/.emacs.d/lib/org/lisp/ob-plantuml hides /usr/share/emacs/27.0.50/lisp/org/ob-plantuml /home/daniel/.emacs.d/lib/org/lisp/ob-shen hides /usr/share/emacs/27.0.50/lisp/org/ob-shen /home/daniel/.emacs.d/lib/org/lisp/org-bibtex hides /usr/share/emacs/27.0.50/lisp/org/org-bibtex /home/daniel/.emacs.d/lib/org/lisp/org-mouse hides /usr/share/emacs/27.0.50/lisp/org/org-mouse /home/daniel/.emacs.d/lib/org/lisp/org-irc hides /usr/share/emacs/27.0.50/lisp/org/org-irc /home/daniel/.emacs.d/lib/org/lisp/ob-org hides /usr/share/emacs/27.0.50/lisp/org/ob-org /home/daniel/.emacs.d/lib/org/lisp/ob-emacs-lisp hides /usr/share/emacs/27.0.50/lisp/org/ob-emacs-lisp /home/daniel/.emacs.d/lib/org/lisp/ob hides /usr/share/emacs/27.0.50/lisp/org/ob /home/daniel/.emacs.d/lib/org/lisp/org-datetree hides /usr/share/emacs/27.0.50/lisp/org/org-datetree /home/daniel/.emacs.d/lib/org/lisp/org-rmail hides /usr/share/emacs/27.0.50/lisp/org/org-rmail /home/daniel/.emacs.d/lib/org/lisp/ob-lua hides /usr/share/emacs/27.0.50/lisp/org/ob-lua /home/daniel/.emacs.d/lib/org/lisp/org-gnus hides /usr/share/emacs/27.0.50/lisp/org/org-gnus /home/daniel/.emacs.d/lib/org/lisp/ob-octave hides /usr/share/emacs/27.0.50/lisp/org/ob-octave /home/daniel/.emacs.d/lib/org/lisp/ox-odt hides /usr/share/emacs/27.0.50/lisp/org/ox-odt /home/daniel/.emacs.d/lib/org/lisp/ob-screen hides /usr/share/emacs/27.0.50/lisp/org/ob-screen /home/daniel/.emacs.d/lib/org/lisp/ob-sed hides /usr/share/emacs/27.0.50/lisp/org/ob-sed /home/daniel/.emacs.d/lib/org/lisp/ob-makefile hides /usr/share/emacs/27.0.50/lisp/org/ob-makefile /home/daniel/.emacs.d/lib/org/lisp/ob-picolisp hides /usr/share/emacs/27.0.50/lisp/org/ob-picolisp /home/daniel/.emacs.d/lib/org/lisp/ob-ocaml hides /usr/share/emacs/27.0.50/lisp/org/ob-ocaml /home/daniel/.emacs.d/lib/org/lisp/ob-awk hides /usr/share/emacs/27.0.50/lisp/org/ob-awk /home/daniel/.emacs.d/lib/org/lisp/org-mobile hides /usr/share/emacs/27.0.50/lisp/org/org-mobile /home/daniel/.emacs.d/lib/org/lisp/ob-forth hides /usr/share/emacs/27.0.50/lisp/org/ob-forth /home/daniel/.emacs.d/lib/org/lisp/ox-icalendar hides /usr/share/emacs/27.0.50/lisp/org/ox-icalendar /home/daniel/.emacs.d/lib/org/lisp/ob-latex hides /usr/share/emacs/27.0.50/lisp/org/ob-latex /home/daniel/.emacs.d/lib/org/lisp/ox-org hides /usr/share/emacs/27.0.50/lisp/org/ox-org /home/daniel/.emacs.d/lib/org/lisp/org-w3m hides /usr/share/emacs/27.0.50/lisp/org/org-w3m /home/daniel/.emacs.d/lib/org/lisp/ob-vala hides /usr/share/emacs/27.0.50/lisp/org/ob-vala /home/daniel/.emacs.d/lib/org/lisp/org-capture hides /usr/share/emacs/27.0.50/lisp/org/org-capture /home/daniel/.emacs.d/lib/org/lisp/org-info hides /usr/share/emacs/27.0.50/lisp/org/org-info /home/daniel/.emacs.d/lib/org/lisp/ob-sql hides /usr/share/emacs/27.0.50/lisp/org/ob-sql /home/daniel/.emacs.d/lib/org/lisp/org-habit hides /usr/share/emacs/27.0.50/lisp/org/org-habit /home/daniel/.emacs.d/lib/org/lisp/org-attach hides /usr/share/emacs/27.0.50/lisp/org/org-attach /home/daniel/.emacs.d/lib/org/lisp/ob-R hides /usr/share/emacs/27.0.50/lisp/org/ob-R /home/daniel/.emacs.d/lib/org/lisp/ox-texinfo hides /usr/share/emacs/27.0.50/lisp/org/ox-texinfo /home/daniel/.emacs.d/lib/org/lisp/ob-ref hides /usr/share/emacs/27.0.50/lisp/org/ob-ref /home/daniel/.emacs.d/lib/org/lisp/ob-ebnf hides /usr/share/emacs/27.0.50/lisp/org/ob-ebnf /home/daniel/.emacs.d/lib/org/lisp/ob-calc hides /usr/share/emacs/27.0.50/lisp/org/ob-calc /home/daniel/.emacs.d/lib/org/lisp/ob-haskell hides /usr/share/emacs/27.0.50/lisp/org/ob-haskell /home/daniel/.emacs.d/lib/org/lisp/ob-stan hides /usr/share/emacs/27.0.50/lisp/org/ob-stan /home/daniel/.emacs.d/lib/org/lisp/ox-latex hides /usr/share/emacs/27.0.50/lisp/org/ox-latex /home/daniel/.emacs.d/lib/org/lisp/org-duration hides /usr/share/emacs/27.0.50/lisp/org/org-duration /home/daniel/.emacs.d/lib/org/lisp/ob-scheme hides /usr/share/emacs/27.0.50/lisp/org/ob-scheme /home/daniel/.emacs.d/lib/org/lisp/ox-publish hides /usr/share/emacs/27.0.50/lisp/org/ox-publish /home/daniel/.emacs.d/lib/org/lisp/ob-comint hides /usr/share/emacs/27.0.50/lisp/org/ob-comint /home/daniel/.emacs.d/lib/org/lisp/org-mhe hides /usr/share/emacs/27.0.50/lisp/org/org-mhe /home/daniel/.emacs.d/lib/org/lisp/org-timer hides /usr/share/emacs/27.0.50/lisp/org/org-timer /home/daniel/.emacs.d/lib/org/lisp/ob-python hides /usr/share/emacs/27.0.50/lisp/org/ob-python /home/daniel/.emacs.d/lib/org/lisp/ob-shell hides /usr/share/emacs/27.0.50/lisp/org/ob-shell /home/daniel/.emacs.d/lib/org/lisp/ob-hledger hides /usr/share/emacs/27.0.50/lisp/org/ob-hledger /home/daniel/.emacs.d/lib/org/lisp/org-eshell hides /usr/share/emacs/27.0.50/lisp/org/org-eshell /home/daniel/.emacs.d/lib/org/lisp/ob-perl hides /usr/share/emacs/27.0.50/lisp/org/ob-perl /home/daniel/.emacs.d/lib/org/lisp/ob-gnuplot hides /usr/share/emacs/27.0.50/lisp/org/ob-gnuplot /home/daniel/.emacs.d/lib/org/lisp/org-inlinetask hides /usr/share/emacs/27.0.50/lisp/org/org-inlinetask /home/daniel/.emacs.d/lib/org/lisp/ox-html hides /usr/share/emacs/27.0.50/lisp/org/ox-html /home/daniel/.emacs.d/lib/org/lisp/ob-J hides /usr/share/emacs/27.0.50/lisp/org/ob-J /home/daniel/.emacs.d/lib/org/lisp/org-eww hides /usr/share/emacs/27.0.50/lisp/org/org-eww /home/daniel/.emacs.d/lib/org/lisp/ob-lilypond hides /usr/share/emacs/27.0.50/lisp/org/ob-lilypond /home/daniel/.emacs.d/lib/org/lisp/org-macs hides /usr/share/emacs/27.0.50/lisp/org/org-macs /home/daniel/.emacs.d/lib/org/lisp/org-loaddefs hides /usr/share/emacs/27.0.50/lisp/org/org-loaddefs /home/daniel/.emacs.d/lib/org/lisp/org-lint hides /usr/share/emacs/27.0.50/lisp/org/org-lint /home/daniel/.emacs.d/lib/org/lisp/org-compat hides /usr/share/emacs/27.0.50/lisp/org/org-compat /home/daniel/.emacs.d/lib/org/lisp/ox hides /usr/share/emacs/27.0.50/lisp/org/ox /home/daniel/.emacs.d/lib/org/lisp/ob-processing hides /usr/share/emacs/27.0.50/lisp/org/ob-processing /home/daniel/.emacs.d/lib/org/lisp/ob-ditaa hides /usr/share/emacs/27.0.50/lisp/org/ob-ditaa Features: (shadow elfeed-link emacsbug gravatar flycheck-ledger ledger-mode ledger-check ledger-texi ledger-test ledger-sort ledger-report ledger-reconcile ledger-occur ledger-fontify ledger-fonts ledger-state ledger-complete ledger-schedule ledger-init ledger-xact ledger-post ledger-exec ledger-navigate ledger-context ledger-commodities ledger-regex pdf-tools pdf-view pdf-cache pdf-info tq pdf-util misearch multi-isearch cl-print debug shrink-whitespace proced tabify shr-color gnutls emmet-mode magit-submodule pcmpl-unix visual-regexp-steroids visual-regexp browse-at-remote char-fold smartparens-markdown markdown-mode edit-indirect conf-mode tramp-cmds helpful trace edebug info-look shut-up help-fns elisp-refs loop pulse network-stream url-cache counsel-projectile docker docker-volume docker-network docker-machine docker-image docker-container docker-process docker-utils docker-group files-x systemctl qp mail-extr sort smart-region multiple-cursors mc-hide-unmatched-lines-mode mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more mc-cycle-cursors mc-edit-lines multiple-cursors-core rect expand-region text-mode-expansions cc-mode-expansions the-org-mode-expansions python-el-fgallina-expansions js2-mode-expansions js-mode-expansions html-mode-expansions er-basic-expansions expand-region-core expand-region-custom guess-language smex selected org-duration crux ivy-hydra counsel swiper ivy-rich ivy-prescient ivy flx colir ivy-overlay ffap two-column iso-transl timezone elfeed-show elfeed-search shr text-property-search svg elfeed-csv elfeed elfeed-curl elfeed-log elfeed-db elfeed-lib url-queue xml-query hydra lv eshell-fringe-status esh-autosuggest em-unix em-term term disp-table ehelp em-script em-glob em-basic em-alias esh-var esh-groups fish-completion em-cmpl eshell-up eshell-z eshell-bookmark magit-bookmark bookmark em-prompt em-hist em-pred em-smart em-tramp esh-cmd virtualenvwrapper gud eshell-prompt-extras em-dirs em-ls esh-opt esh-io esh-ext esh-proc esh-arg eshell esh-module esh-mode esh-util time dimmer face-remap volatile-highlights which-key edit-server diary-lib diary-loaddefs cal-iso sh-script smie executable cap-words superword subword highlight-indent-guides company-anaconda anaconda-mode python-docstring indium indium-list-scripts indium-scratch indium-nodejs indium-chrome indium-v8 indium-debugger indium-debugger-locals indium-debugger-frames indium-interaction indium-breakpoint indium-script indium-sourcemap indium-workspace indium-inspector indium-repl indium-backend indium-structs indium-debugger-litable indium-render indium-seq-fix indium-faces cus-edit cus-start cus-load js2-mode wsc json-mode json-reformat json-snatcher smartparens-javascript js smartparens-html sgml-mode dom sql-indent sqlup-mode sql view vc-git org-indent org-bullets beacon winner image-file org-eww org-rmail org-mhe org-irc org-info org-gnus nnir org-docview org-bibtex bibtex org-bbdb org-w3m editorconfig-core editorconfig-core-handle editorconfig-fnmatch company-yasnippet org-mu4e mu4e-contrib gnus-dired mu4e desktop frameset mu4e-speedbar speedbar sb-image ezimage dframe mu4e-main mu4e-view browse-url gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win gnus nnheader mu4e-headers mu4e-compose mu4e-context mu4e-draft mu4e-actions org-capture ido rfc2368 smtpmail mu4e-mark mu4e-message flow-fill mu4e-proc mu4e-utils doc-view jka-compr image-mode mu4e-lists mu4e-vars mu4e-meta org-table org-id org-expiry org-man org-habit org-agenda org-clock org-protocol org-link-edit smartparens-org orgit org-element avl-tree generator magit-obsolete magit-blame magit-stash magit-bisect magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-collab ghub-graphql ghub url-http url-gw nsm url-auth let-alist magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func magit-diff smerge-mode magit-core magit-autorevert magit-process magit-margin magit-mode git-commit magit-git magit-section magit-utils crm log-edit message sendmail rmc puny rfc822 mml mml-sec epa epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log with-editor org org-macro org-footnote org-pcomplete org-list org-faces org-entities org-version ob-sql ob-shell ob-restclient company-restclient know-your-http-well http-status-codes http-relations http-methods http-headers restclient url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf mailcap ob-ipython smartparens-python py-isort djangonaut magit-popup async-bytecomp pyramid yasnippet tablist tablist-filter semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet dired-ranger dired-avfs dired-rainbow dired-hacks-utils dired-async dired-aux dired-du find-dired dired dired-loaddefs pythonic python-test derived tramp-archive tramp-gvfs minions hl-todo back-button recentf tree-widget zeroconf url-util projectile grep compile ibuf-ext ibuffer ibuffer-loaddefs python tramp-sh docker-tramp tramp-cache tramp trampver tramp-compat tramp-loaddefs ucs-normalize shell parse-time f s dash-functional ob-python ob-plantuml ob-org ob-octave ob-ledger ob-gnuplot ob-emacs-lisp ob-dot ob-ditaa ob-calc calc-store calc-trail calc-ext calc calc-loaddefs calc-macs ob-C cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint ob-core ob-eval org-compat org-macs cal-menu calendar cal-loaddefs moody autorevert filenotify savehist whole-line-or-region company-oddmuse company-keywords company-etags etags xref project company-gtags company-dabbrev-code company-dabbrev company-files company-capf company-cmake company-xcode company-clang company-semantic company-eclim company-template company-bbdb company-tng company-prescient prescient company pcase editorconfig gpastel rainbow-delimiters smartparens-config smartparens-text smartparens easy-escape rainbow-mode aggressive-indent ws-butler whitespace hideshow noutline outline bug-reference diff-hl smartrep vc-dir ewoc vc vc-dispatcher diff-mode flycheck-package package-lint imenu finder finder-inf package epg-config url-handlers url-parse url-vars flycheck find-func dash symbol-overlay elec-pair exwm-systemtray xcb-systemtray xcb-xembed exwm-randr xcb-randr windmove exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm server xelb xcb xcb-xproto xcb-types erc-services erc-list erc-menu erc-join erc-ring erc-networks erc-pcomplete pcmpl-pip pcmpl-git pcomplete comint ansi-color ring erc-track erc-netsplit erc-desktop-notifications erc-match notifications dbus xml erc-spelling flyspell ispell erc-hl-nicks color erc-button erc-fill erc-stamp wid-edit erc-goodies erc erc-backend subr-x erc-compat format-spec auth-source eieio eieio-core eieio-loaddefs password-cache json map seq thingatpt pp erc-loaddefs undo-tree diff async vlf-setup byte-opt advice saveplace hl-line delsel time-date moe-dark-theme moe-theme no-littering use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core org-loaddefs cl-macs cl gv rx edmacro kmacro cl-extra help-mode cl-seq borg info easymenu cl-loaddefs cl-lib bytecomp byte-compile cconv autoload radix-tree lisp-mnt 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 threads dbusbind inotify lcms2 dynamic-setting font-render-setting xwidget-internal move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 2969531 560719) (symbols 48 92360 1837) (miscs 40 11825 19887) (strings 32 731561 74036) (string-bytes 1 23093497) (vectors 16 249377) (vector-slots 8 4386027 229550) (floats 8 27301 12897) (intervals 56 115367 855) (buffers 992 194)) <#secure method=pgpmime mode=sign>
bug-gnu-emacs <at> gnu.org
:bug#32314
; Package emacs
.
(Tue, 31 Jul 2018 16:12:01 GMT) Full text and rfc822 format available.Message #8 received at 32314 <at> debbugs.gnu.org (full text, mbox):
From: Daniel Kraus <daniel <at> kraus.my> To: 32314 <at> debbugs.gnu.org Subject: Re: bug#32314: Acknowledgement (27.0.50; Collection in `proced-filter-interactive` not compatible with API of `completing-read`) Date: Tue, 31 Jul 2018 18:11:34 +0200
This issue can be closed as it was a bug in ivy and the collection was indeed correct. Sorry for the noise.
Eli Zaretskii <eliz <at> gnu.org>
to control <at> debbugs.gnu.org
.
(Tue, 31 Jul 2018 16:36:03 GMT) Full text and rfc822 format available.Eli Zaretskii <eliz <at> gnu.org>
:Daniel Kraus <daniel <at> kraus.my>
:Message #15 received at 32314-done <at> debbugs.gnu.org (full text, mbox):
From: Eli Zaretskii <eliz <at> gnu.org> To: Daniel Kraus <daniel <at> kraus.my> Cc: 32314-done <at> debbugs.gnu.org Subject: Re: bug#32314: Acknowledgement (27.0.50; Collection in `proced-filter-interactive` not compatible with API of `completing-read`) Date: Tue, 31 Jul 2018 19:35:31 +0300
tags 32314 notabug thanks > From: Daniel Kraus <daniel <at> kraus.my> > Date: Tue, 31 Jul 2018 18:11:34 +0200 > > This issue can be closed as it was a bug in ivy and > the collection was indeed correct. Thanks for telling us, I'm therefore closing the bug.
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Wed, 29 Aug 2018 11:24:03 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.