unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs-20100913 windows binaries
@ 2010-09-13 14:06 Sean Sieger
  2010-09-13 21:43 ` Deniz Dogan
  0 siblings, 1 reply; 13+ messages in thread
From: Sean Sieger @ 2010-09-13 14:06 UTC (permalink / raw)
  To: emacs-devel; +Cc: help-emacs-windows

The trunk was built and runs successfully on Windows.  Binaries have
been published in

http://alpha.gnu.org/gnu/emacs/windows/




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

* Re: emacs-20100913 windows binaries
  2010-09-13 14:06 emacs-20100913 windows binaries Sean Sieger
@ 2010-09-13 21:43 ` Deniz Dogan
  2010-09-13 21:44   ` Deniz Dogan
  0 siblings, 1 reply; 13+ messages in thread
From: Deniz Dogan @ 2010-09-13 21:43 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-emacs-windows, emacs-devel

2010/9/13 Sean Sieger <sean.sieger@gmail.com>:
> The trunk was built and runs successfully on Windows.  Binaries have
> been published in
>
> http://alpha.gnu.org/gnu/emacs/windows/
>
>
>

When using this and attempting to start python-mode, I get this error:

Debugger entered--Lisp error: (invalid-function 2)
  2("\"")
  byte-code("\301\302!\210\303\304\305\"\210\306\307\310\311\312\313\314\315\316\317&	\210\320\321\322\323!\324B\"\210\320\321\322\325!\326B\"\210\320\327\322\330!\326B\"\210\320\331\322\332!\"\210\333
B \334\333!\204a

Any ideas? I'm on 64-bit Windows 7.

-- 
Deniz Dogan



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

* Re: emacs-20100913 windows binaries
  2010-09-13 21:43 ` Deniz Dogan
@ 2010-09-13 21:44   ` Deniz Dogan
  2010-09-13 21:48     ` Deniz Dogan
  0 siblings, 1 reply; 13+ messages in thread
From: Deniz Dogan @ 2010-09-13 21:44 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-emacs-windows, emacs-devel

2010/9/13 Deniz Dogan <deniz.a.m.dogan@gmail.com>:
> 2010/9/13 Sean Sieger <sean.sieger@gmail.com>:
>> The trunk was built and runs successfully on Windows.  Binaries have
>> been published in
>>
>> http://alpha.gnu.org/gnu/emacs/windows/
>>
>>
>>
>
> When using this and attempting to start python-mode, I get this error:
>
> Debugger entered--Lisp error: (invalid-function 2)
>  2("\"")
>  byte-code("\301\302!\210\303\304\305\"\210\306\307\310\311\312\313\314\315\316\317&   \210\320\321\322\323!\324B\"\210\320\321\322\325!\326B\"\210\320\327\322\330!\326B\"\210\320\331\322\332!\"\210\333 B \334\333!\204a
>
> Any ideas? I'm on 64-bit Windows 7.
>

After byte-compiling it myself, it seems to work just fine. Still I
wonder what happened?

-- 
Deniz Dogan



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

* Re: emacs-20100913 windows binaries
  2010-09-13 21:44   ` Deniz Dogan
@ 2010-09-13 21:48     ` Deniz Dogan
  2010-09-14  0:23       ` [h-e-w] " Juanma Barranquero
  0 siblings, 1 reply; 13+ messages in thread
From: Deniz Dogan @ 2010-09-13 21:48 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-emacs-windows, emacs-devel

2010/9/13 Deniz Dogan <deniz.a.m.dogan@gmail.com>:
> 2010/9/13 Deniz Dogan <deniz.a.m.dogan@gmail.com>:
>> 2010/9/13 Sean Sieger <sean.sieger@gmail.com>:
>>> The trunk was built and runs successfully on Windows.  Binaries have
>>> been published in
>>>
>>> http://alpha.gnu.org/gnu/emacs/windows/
>>>
>>>
>>>
>>
>> When using this and attempting to start python-mode, I get this error:
>>
>> Debugger entered--Lisp error: (invalid-function 2)
>>  2("\"")
>>  byte-code("\301\302!\210\303\304\305\"\210\306\307\310\311\312\313\314\315\316\317&   \210\320\321\322\323!\324B\"\210\320\321\322\325!\326B\"\210\320\327\322\330!\326B\"\210\320\331\322\332!\"\210\333 B \334\333!\204a
>>
>> Any ideas? I'm on 64-bit Windows 7.
>>
>
> After byte-compiling it myself, it seems to work just fine. Still I
> wonder what happened?
>

Sorry for flooding the list, I should test more extensively before
reporting, but tramp seems to be broken as well.
"tramp-compat-call-process" was apparently not defined and after
byte-compiling tramp.el it seems to work just fine even though the
compilation buffer also showed that the function was not known to be
declared.

Getting an older version now.

-- 
Deniz Dogan



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

* Re: [h-e-w] Re: emacs-20100913 windows binaries
  2010-09-13 21:48     ` Deniz Dogan
@ 2010-09-14  0:23       ` Juanma Barranquero
  2010-09-14  0:32         ` Deniz Dogan
  0 siblings, 1 reply; 13+ messages in thread
From: Juanma Barranquero @ 2010-09-14  0:23 UTC (permalink / raw)
  To: Deniz Dogan; +Cc: help-emacs-windows, Sean Sieger, emacs-devel

On Mon, Sep 13, 2010 at 23:48, Deniz Dogan <deniz.a.m.dogan@gmail.com> wrote:

> Sorry for flooding the list, I should test more extensively before
> reporting, but tramp seems to be broken as well.
> "tramp-compat-call-process" was apparently not defined and after
> byte-compiling tramp.el it seems to work just fine even though the
> compilation buffer also showed that the function was not known to be
> declared.

Windows builds from trunk between revnos 101381 (date 2010-09-08) and
101424 (date 2010-09-13) inclusive did not correctly compile tramp nor
any package that loads tramp at compilation.

    Juanma



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

* Re: [h-e-w] Re: emacs-20100913 windows binaries
  2010-09-14  0:23       ` [h-e-w] " Juanma Barranquero
@ 2010-09-14  0:32         ` Deniz Dogan
  2010-09-14  0:47           ` Juanma Barranquero
  0 siblings, 1 reply; 13+ messages in thread
From: Deniz Dogan @ 2010-09-14  0:32 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: help-emacs-windows, Sean Sieger, emacs-devel

2010/9/14 Juanma Barranquero <lekktu@gmail.com>:
> On Mon, Sep 13, 2010 at 23:48, Deniz Dogan <deniz.a.m.dogan@gmail.com> wrote:
>
>> Sorry for flooding the list, I should test more extensively before
>> reporting, but tramp seems to be broken as well.
>> "tramp-compat-call-process" was apparently not defined and after
>> byte-compiling tramp.el it seems to work just fine even though the
>> compilation buffer also showed that the function was not known to be
>> declared.
>
> Windows builds from trunk between revnos 101381 (date 2010-09-08) and
> 101424 (date 2010-09-13) inclusive did not correctly compile tramp nor
> any package that loads tramp at compilation.
>

Alright, thanks. So this means that it should be fine now?

-- 
Deniz Dogan



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

* Re: [h-e-w] Re: emacs-20100913 windows binaries
  2010-09-14  0:32         ` Deniz Dogan
@ 2010-09-14  0:47           ` Juanma Barranquero
  2010-09-14 13:20             ` Sean Sieger
  0 siblings, 1 reply; 13+ messages in thread
From: Juanma Barranquero @ 2010-09-14  0:47 UTC (permalink / raw)
  To: Deniz Dogan; +Cc: help-emacs-windows, Sean Sieger, emacs-devel

On Tue, Sep 14, 2010 at 02:32, Deniz Dogan <deniz.a.m.dogan@gmail.com> wrote:

> Alright, thanks. So this means that it should be fine now?

Builds from the trunk should work now, yes.

    Juanma



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

* Re: [h-e-w] Re: emacs-20100913 windows binaries
  2010-09-14  0:47           ` Juanma Barranquero
@ 2010-09-14 13:20             ` Sean Sieger
  2010-09-14 13:26               ` Sean Sieger
  2010-09-14 13:34               ` Juanma Barranquero
  0 siblings, 2 replies; 13+ messages in thread
From: Sean Sieger @ 2010-09-14 13:20 UTC (permalink / raw)
  To: emacs-devel; +Cc: help-emacs-windows

Juanma Barranquero <lekktu@gmail.com> writes:

    Builds from the trunk should work now, yes.

I pulled this morning, recompiled a couple of times to get Tramp &
Co. to compile and built it.  While I didn't test Tramp, `everything'
seems to have compiled.




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

* Re: [h-e-w] Re: emacs-20100913 windows binaries
  2010-09-14 13:20             ` Sean Sieger
@ 2010-09-14 13:26               ` Sean Sieger
  2010-09-14 13:34               ` Juanma Barranquero
  1 sibling, 0 replies; 13+ messages in thread
From: Sean Sieger @ 2010-09-14 13:26 UTC (permalink / raw)
  To: emacs-devel; +Cc: help-emacs-windows

    I pulled this morning, recompiled a couple of times to get Tramp &
    Co. to compile and built it.  While I didn't test Tramp, `everything'
    seems to have compiled.

Sorry.  And yes, uploaded to alpha.gnu.org.  However, I only see the
`bin' files have been published so far ...




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

* Re: [h-e-w] Re: emacs-20100913 windows binaries
  2010-09-14 13:20             ` Sean Sieger
  2010-09-14 13:26               ` Sean Sieger
@ 2010-09-14 13:34               ` Juanma Barranquero
  2010-09-14 13:53                 ` Sean Sieger
  1 sibling, 1 reply; 13+ messages in thread
From: Juanma Barranquero @ 2010-09-14 13:34 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-emacs-windows, emacs-devel

On Tue, Sep 14, 2010 at 15:20, Sean Sieger <sean.sieger@gmail.com> wrote:

> I pulled this morning, recompiled a couple of times to get Tramp &
> Co. to compile and built it.

Did you re-run configure.bat? It was a change in lisp/makefile.w32-in,
so it should be required.

> While I didn't test Tramp, `everything'
> seems to have compiled.

Just look if there are up-to-date lisp/net/tramp*.elc files.

    Juanma



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

* Re: [h-e-w] Re: emacs-20100913 windows binaries
  2010-09-14 13:34               ` Juanma Barranquero
@ 2010-09-14 13:53                 ` Sean Sieger
  2010-09-14 14:23                   ` Michael Albinus
  0 siblings, 1 reply; 13+ messages in thread
From: Sean Sieger @ 2010-09-14 13:53 UTC (permalink / raw)
  To: emacs-devel; +Cc: help-emacs-windows

Juanma Barranquero <lekktu@gmail.com> writes:

    Did you re-run configure.bat? It was a change in lisp/makefile.w32-in,
    so it should be required.

Yes.

    Just look if there are up-to-date lisp/net/tramp*.elc files.

And there are.




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

* Re: Re: emacs-20100913 windows binaries
  2010-09-14 13:53                 ` Sean Sieger
@ 2010-09-14 14:23                   ` Michael Albinus
  2010-09-16 12:52                     ` Sean Sieger
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Albinus @ 2010-09-14 14:23 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-emacs-windows, emacs-devel

Sean Sieger <sean.sieger@gmail.com> writes:

>     Just look if there are up-to-date lisp/net/tramp*.elc files.
>
> And there are.

You might also check for an up-to-date lisp/net/tramp-loaddefs.el.
Sometimes, I need to go to the lisp directory, applying `make autoloads'.
Don't know, whether this is always performed with the windows make file.

Best regards, Michael.



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

* Re: emacs-20100913 windows binaries
  2010-09-14 14:23                   ` Michael Albinus
@ 2010-09-16 12:52                     ` Sean Sieger
  0 siblings, 0 replies; 13+ messages in thread
From: Sean Sieger @ 2010-09-16 12:52 UTC (permalink / raw)
  To: help-emacs-windows; +Cc: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

    You might also check for an up-to-date lisp/net/tramp-loaddefs.el.
    Sometimes, I need to go to the lisp directory, applying `make autoloads'.
    Don't know, whether this is always performed with the windows make file.

Thank you.




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

end of thread, other threads:[~2010-09-16 12:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 14:06 emacs-20100913 windows binaries Sean Sieger
2010-09-13 21:43 ` Deniz Dogan
2010-09-13 21:44   ` Deniz Dogan
2010-09-13 21:48     ` Deniz Dogan
2010-09-14  0:23       ` [h-e-w] " Juanma Barranquero
2010-09-14  0:32         ` Deniz Dogan
2010-09-14  0:47           ` Juanma Barranquero
2010-09-14 13:20             ` Sean Sieger
2010-09-14 13:26               ` Sean Sieger
2010-09-14 13:34               ` Juanma Barranquero
2010-09-14 13:53                 ` Sean Sieger
2010-09-14 14:23                   ` Michael Albinus
2010-09-16 12:52                     ` Sean Sieger

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).