* ibuffer bug?
@ 2012-06-27 9:03 harven
2012-06-27 13:37 ` Drew Adams
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: harven @ 2012-06-27 9:03 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I just tried emacs-24 using the binary from http://emacs.naquadah.org/.
That binary was created 2012-06-22. I am on debian squeeze stable.
I get an error when I try to use ibuffer.
$ emacs-snapshot-gtk -Q
M-x ibuffer
=>
ibuffer-compile-format: Symbol's function definition is void: cl-minusp
Is there some way to get around that error ?
Thanks.
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: ibuffer bug?
2012-06-27 9:03 ibuffer bug? harven
@ 2012-06-27 13:37 ` Drew Adams
[not found] ` <mailman.3552.1340804252.855.help-gnu-emacs@gnu.org>
2012-06-27 16:48 ` Michael Heerdegen
2 siblings, 0 replies; 7+ messages in thread
From: Drew Adams @ 2012-06-27 13:37 UTC (permalink / raw)
To: 'harven', help-gnu-emacs
> I just tried emacs-24 using the binary from
> http://emacs.naquadah.org/.
> That binary was created 2012-06-22. I am on debian squeeze stable.
>
> I get an error when I try to use ibuffer.
> $ emacs-snapshot-gtk -Q
> M-x ibuffer
> =>
> ibuffer-compile-format: Symbol's function definition is void:
> cl-minusp
>
> Is there some way to get around that error ?
There have been some changes lately wrt the cl stuff. I suggest that you use
`M-x report-emacs-bug' for this. If it is not a bug the Emacs developers will
let you know.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ibuffer bug?
[not found] ` <mailman.3552.1340804252.855.help-gnu-emacs@gnu.org>
@ 2012-06-27 14:49 ` harven
2012-06-28 4:24 ` nospam
1 sibling, 0 replies; 7+ messages in thread
From: harven @ 2012-06-27 14:49 UTC (permalink / raw)
To: help-gnu-emacs
I finally compiled the stable version from sources,
and that solved my problem. I will stick with emacs 24.1.1 for now.
Thanks for your help,
--
Harven
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ibuffer bug?
2012-06-27 9:03 ibuffer bug? harven
2012-06-27 13:37 ` Drew Adams
[not found] ` <mailman.3552.1340804252.855.help-gnu-emacs@gnu.org>
@ 2012-06-27 16:48 ` Michael Heerdegen
2 siblings, 0 replies; 7+ messages in thread
From: Michael Heerdegen @ 2012-06-27 16:48 UTC (permalink / raw)
To: help-gnu-emacs
harven <harven@free.fr> writes:
> Hi,
>
> I just tried emacs-24 using the binary from http://emacs.naquadah.org/.
> That binary was created 2012-06-22. I am on debian squeeze stable.
>
> I get an error when I try to use ibuffer.
>
> $ emacs-snapshot-gtk -Q
> M-x ibuffer
> =>
> ibuffer-compile-format: Symbol's function definition is void:
> cl-minusp
I've sent a bug report for this.
> Is there some way to get around that error ?
Seems that evaluating (require 'cl-lib) before calling ibuffer solves
the problem.
Michael.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ibuffer bug?
[not found] ` <mailman.3552.1340804252.855.help-gnu-emacs@gnu.org>
2012-06-27 14:49 ` harven
@ 2012-06-28 4:24 ` nospam
2012-06-28 12:59 ` Drew Adams
[not found] ` <mailman.3641.1340888412.855.help-gnu-emacs@gnu.org>
1 sibling, 2 replies; 7+ messages in thread
From: nospam @ 2012-06-28 4:24 UTC (permalink / raw)
To: help-gnu-emacs
"Drew Adams" writes:
>> I just tried emacs-24 using the binary from
>> http://emacs.naquadah.org/.
>> That binary was created 2012-06-22. I am on debian squeeze stable.
>>
>> I get an error when I try to use ibuffer.
>> $ emacs-snapshot-gtk -Q
>> M-x ibuffer
>> =>
>> ibuffer-compile-format: Symbol's function definition is void:
>> cl-minusp
>>
>> Is there some way to get around that error ?
>
> There have been some changes lately wrt the cl stuff. I suggest that you use
> `M-x report-emacs-bug' for this. If it is not a bug the Emacs developers will
> let you know.
Good Morning,
by the way, similar things happen when i use w32explore from
w32-browser.
I have to (defalias (quote substitute) (quote cl-substitute) "").
Cheers
Martin
--
parozusa at web dot de
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: ibuffer bug?
2012-06-28 4:24 ` nospam
@ 2012-06-28 12:59 ` Drew Adams
[not found] ` <mailman.3641.1340888412.855.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 7+ messages in thread
From: Drew Adams @ 2012-06-28 12:59 UTC (permalink / raw)
To: nospam, help-gnu-emacs
> >> ibuffer-compile-format: Symbol's function definition is void:
> >> cl-minusp
> >> Is there some way to get around that error ?
> >
> > There have been some changes lately wrt the cl stuff. I
> > suggest that you use `M-x report-emacs-bug' for this. If it
> > is not a bug the Emacs developers will let you know.
>
> Good Morning,
> by the way, similar things happen when i use w32explore from
> w32-browser. I have to
> (defalias (quote substitute) (quote cl-substitute) "").
Same answer/request: please consider reporting it to Emacs Dev:
`M-x report-emacs-bug'.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ibuffer bug?
[not found] ` <mailman.3641.1340888412.855.help-gnu-emacs@gnu.org>
@ 2012-06-28 15:37 ` harven
0 siblings, 0 replies; 7+ messages in thread
From: harven @ 2012-06-28 15:37 UTC (permalink / raw)
To: help-gnu-emacs
The bug has been reported and there is a patch now.
http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-06/msg00762.html
hopefully it also solves your problem.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-06-28 15:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 9:03 ibuffer bug? harven
2012-06-27 13:37 ` Drew Adams
[not found] ` <mailman.3552.1340804252.855.help-gnu-emacs@gnu.org>
2012-06-27 14:49 ` harven
2012-06-28 4:24 ` nospam
2012-06-28 12:59 ` Drew Adams
[not found] ` <mailman.3641.1340888412.855.help-gnu-emacs@gnu.org>
2012-06-28 15:37 ` harven
2012-06-27 16:48 ` Michael Heerdegen
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).