* Problem building trunk
@ 2011-03-31 13:24 Julien Danjou
2011-03-31 13:28 ` Jim Meyering
0 siblings, 1 reply; 4+ messages in thread
From: Julien Danjou @ 2011-03-31 13:24 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 1387 bytes --]
Hi,
I've a problem currently building the trunk since:
[…]
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading /home/jdanjou/Work/src/emacs/lisp/files.el (source)...
Loading /home/jdanjou/Work/src/emacs/lisp/cus-face.el (source)...
Loading /home/jdanjou/Work/src/emacs/lisp/faces.el (source)...
Loading /home/jdanjou/Work/src/emacs/lisp/minibuffer.el (source)...
Symbol's function definition is void: define-minor-mode
Bisection tells that the guilty commit is:
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date: Wed Mar 30 18:25:57 2011 -0400
(completion-in-region): Pop down *Completions* automatically.
* lisp/minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
(completion-in-region-mode): New minor mode.
(completion-in-region): Use it.
(completion-in-region--data, completion-in-region-mode-map): New vars.
(completion-in-region--postch): New function.
(completion--capf-misbehave-funs, completion--capf-safe-funs): New vars.
(completion--capf-wrapper): New function.
(completion-at-point): Use it to track well-behavedness of hook functions.
(completion-help-at-point): New command.
Anyone seeing this too?
--
Julien Danjou
❱ http://julien.danjou.info
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building trunk
2011-03-31 13:24 Problem building trunk Julien Danjou
@ 2011-03-31 13:28 ` Jim Meyering
2011-03-31 15:18 ` Stefan Monnier
0 siblings, 1 reply; 4+ messages in thread
From: Jim Meyering @ 2011-03-31 13:28 UTC (permalink / raw)
To: emacs-devel
Julien Danjou wrote:
...
> Loading /home/jdanjou/Work/src/emacs/lisp/faces.el (source)...
> Loading /home/jdanjou/Work/src/emacs/lisp/minibuffer.el (source)...
> Symbol's function definition is void: define-minor-mode
>
> Bisection tells that the guilty commit is:
>
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Wed Mar 30 18:25:57 2011 -0400
>
> (completion-in-region): Pop down *Completions* automatically.
> Anyone seeing this too?
Yes.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building trunk
2011-03-31 13:28 ` Jim Meyering
@ 2011-03-31 15:18 ` Stefan Monnier
2011-04-01 8:14 ` Julien Danjou
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2011-03-31 15:18 UTC (permalink / raw)
To: Jim Meyering; +Cc: emacs-devel
>> Loading /home/jdanjou/Work/src/emacs/lisp/faces.el (source)...
>> Loading /home/jdanjou/Work/src/emacs/lisp/minibuffer.el (source)...
>> Symbol's function definition is void: define-minor-mode
>>
>> Bisection tells that the guilty commit is:
>>
>> Author: Stefan Monnier <monnier@iro.umontreal.ca>
>> Date: Wed Mar 30 18:25:57 2011 -0400
>>
>> (completion-in-region): Pop down *Completions* automatically.
>> Anyone seeing this too?
> Yes.
Sorry, should be fixed now, with the patch below,
Stefan
=== modified file 'lisp/loadup.el'
--- lisp/loadup.el 2011-01-26 08:36:39 +0000
+++ lisp/loadup.el 2011-03-31 15:14:19 +0000
@@ -106,7 +106,6 @@
(load "cus-face")
(load "faces") ; after here, `defface' may be used.
-(load "minibuffer")
(load "button")
(load "startup")
@@ -117,6 +116,7 @@
;; In case loaddefs hasn't been generated yet.
(file-error (load "ldefs-boot.el")))
+(load "minibuffer")
(load "abbrev") ;lisp-mode.el and simple.el use define-abbrev-table.
(load "simple")
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building trunk
2011-03-31 15:18 ` Stefan Monnier
@ 2011-04-01 8:14 ` Julien Danjou
0 siblings, 0 replies; 4+ messages in thread
From: Julien Danjou @ 2011-04-01 8:14 UTC (permalink / raw)
To: Stefan Monnier; +Cc: Jim Meyering, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
On Thu, Mar 31 2011, Stefan Monnier wrote:
> Sorry, should be fixed now, with the patch below,
No problem, thanks Stefan.
--
Julien Danjou
❱ http://julien.danjou.info
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-04-01 8:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 13:24 Problem building trunk Julien Danjou
2011-03-31 13:28 ` Jim Meyering
2011-03-31 15:18 ` Stefan Monnier
2011-04-01 8:14 ` Julien Danjou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.