unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38430: 27.0.50; ibuffer-do-search: void-function cl-values-list
@ 2019-11-29 18:41 Andrii Kolomoiets
  2019-12-01  9:16 ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Andrii Kolomoiets @ 2019-11-29 18:41 UTC (permalink / raw)
  To: 38430

1. emacs -Q
2. M-x ibuffer
3. M-x ibuffer-do-isearch

Debugger entered--Lisp error: (void-function cl-values-list)
  cl-values-list((((#<buffer *scratch*> . 62) (#<buffer *Messages*> . 32)) nil))
  ibuffer-generate-filter-groups(((#<buffer *scratch*> . 62) (#<buffer *Messages*> . 32)))
  ibuffer-redisplay-engine(((#<buffer *scratch*> . 62) (#<buffer *Messages*> . 32)) t)
  ibuffer-redisplay(t)
  ibuffer-do-isearch()






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38430: 27.0.50; ibuffer-do-search: void-function cl-values-list
  2019-11-29 18:41 bug#38430: 27.0.50; ibuffer-do-search: void-function cl-values-list Andrii Kolomoiets
@ 2019-12-01  9:16 ` Juanma Barranquero
  2019-12-01  9:49   ` Juanma Barranquero
  2019-12-01 10:43   ` Andrii Kolomoiets
  0 siblings, 2 replies; 5+ messages in thread
From: Juanma Barranquero @ 2019-12-01  9:16 UTC (permalink / raw)
  To: Andrii Kolomoiets; +Cc: 38430

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

On Fri, Nov 29, 2019 at 7:42 PM Andrii Kolomoiets <andreyk.mad@gmail.com>
wrote:
>
> 1. emacs -Q
> 2. M-x ibuffer
> 3. M-x ibuffer-do-isearch
>
> Debugger entered--Lisp error: (void-function cl-values-list)

Should be fixed now. Please check.

Commit f22501185e7d5885270eadb5dc32ef267153f2ac

[-- Attachment #2: Type: text/html, Size: 442 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38430: 27.0.50; ibuffer-do-search: void-function cl-values-list
  2019-12-01  9:16 ` Juanma Barranquero
@ 2019-12-01  9:49   ` Juanma Barranquero
  2019-12-01 10:43   ` Andrii Kolomoiets
  1 sibling, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2019-12-01  9:49 UTC (permalink / raw)
  To: Andrii Kolomoiets; +Cc: 38430

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

Commit eb452dfe95320fb0226af601537b98ee7945f12e fixes a similar bug where

emacs -Q
M-x ibuffer <RET>
% g

would fail because cl-some was undefined.

On Sun, Dec 1, 2019 at 10:16 AM Juanma Barranquero <lekktu@gmail.com> wrote:

> On Fri, Nov 29, 2019 at 7:42 PM Andrii Kolomoiets <andreyk.mad@gmail.com>
> wrote:
> >
> > 1. emacs -Q
> > 2. M-x ibuffer
> > 3. M-x ibuffer-do-isearch
> >
> > Debugger entered--Lisp error: (void-function cl-values-list)
>
> Should be fixed now. Please check.
>
> Commit f22501185e7d5885270eadb5dc32ef267153f2ac
>

[-- Attachment #2: Type: text/html, Size: 1038 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38430: 27.0.50; ibuffer-do-search: void-function cl-values-list
  2019-12-01  9:16 ` Juanma Barranquero
  2019-12-01  9:49   ` Juanma Barranquero
@ 2019-12-01 10:43   ` Andrii Kolomoiets
  2019-12-01 10:54     ` Juanma Barranquero
  1 sibling, 1 reply; 5+ messages in thread
From: Andrii Kolomoiets @ 2019-12-01 10:43 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 38430

On 1 Dec 2019, at 11:16, Juanma Barranquero <lekktu@gmail.com> wrote:
> 
> On Fri, Nov 29, 2019 at 7:42 PM Andrii Kolomoiets <andreyk.mad@gmail.com> wrote:
> >
> > 1. emacs -Q
> > 2. M-x ibuffer
> > 3. M-x ibuffer-do-isearch
> >
> > Debugger entered--Lisp error: (void-function cl-values-list)
> 
> Should be fixed now. Please check.
> 
> Commit f22501185e7d5885270eadb5dc32ef267153f2ac

Can confirm.

Thanks!




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38430: 27.0.50; ibuffer-do-search: void-function cl-values-list
  2019-12-01 10:43   ` Andrii Kolomoiets
@ 2019-12-01 10:54     ` Juanma Barranquero
  0 siblings, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2019-12-01 10:54 UTC (permalink / raw)
  To: Andrii Kolomoiets; +Cc: 38430-done

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

Thanks, closing.

[-- Attachment #2: Type: text/html, Size: 38 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-01 10:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29 18:41 bug#38430: 27.0.50; ibuffer-do-search: void-function cl-values-list Andrii Kolomoiets
2019-12-01  9:16 ` Juanma Barranquero
2019-12-01  9:49   ` Juanma Barranquero
2019-12-01 10:43   ` Andrii Kolomoiets
2019-12-01 10:54     ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).