Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
prebuilt 64-bit Emacs for Windows
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mj54...@gmail.com  
View profile  
 More options Sep 20 2011, 9:41 am
Newsgroups: gnu.emacs.help
From: mj54...@gmail.com
Date: Tue, 20 Sep 2011 06:41:37 -0700 (PDT)
Local: Tues, Sep 20 2011 9:41 am
Subject: prebuilt 64-bit Emacs for Windows
Is there a pre-built 64-bit Emacs for Windows available at all? I assume 64-bit version of Emacs could run on a 64-bit Windows 7.

Also, I read that P. Eggert has created a 64-bit integer support to run on a 32-bit host. Anyone knows where to get this version?

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carson Chittom  
View profile  
 More options Sep 20 2011, 10:43 am
Newsgroups: gnu.emacs.help
From: Carson Chittom <car...@wistly.net>
Date: Tue, 20 Sep 2011 09:43:58 -0500
Local: Tues, Sep 20 2011 10:43 am
Subject: Re: prebuilt 64-bit Emacs for Windows

mj54...@gmail.com writes:
> Is there a pre-built 64-bit Emacs for Windows available at all? I
> assume 64-bit version of Emacs could run on a 64-bit Windows 7.

I don't think a 64-bit pre-built version is available, no.  That said,
the 32-bit version runs just fine on Windows 7, speaking from experience.

--
http://www.wistly.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mj54...@gmail.com  
View profile  
 More options Sep 22 2011, 12:13 pm
Newsgroups: gnu.emacs.help
From: mj54...@gmail.com
Date: Thu, 22 Sep 2011 09:13:20 -0700 (PDT)
Local: Thurs, Sep 22 2011 12:13 pm
Subject: Re: prebuilt 64-bit Emacs for Windows
thanks for reply. the reason that I want to run 64-bit version is to be able to deal with larger files.

can any Emacs developer shed some light here? The one that P. Eggert patched seems to be very nice (32-bit Emacs but can support very large files). But I don't know if his patch is included in the latest pretest Emacs. He discussed the patch he had back in Apirl, but then have not seen any discussion after that.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Monnier  
View profile  
 More options Sep 23 2011, 8:59 am
Newsgroups: gnu.emacs.help
From: Stefan Monnier <monn...@iro.umontreal.ca>
Date: Fri, 23 Sep 2011 08:59:26 -0400
Local: Fri, Sep 23 2011 8:59 am
Subject: Re: prebuilt 64-bit Emacs for Windows

> can any Emacs developer shed some light here? The one that P. Eggert
> patched seems to be very nice (32-bit Emacs but can support very large
> files).  But I don't know if his patch is included in the latest
> pretest Emacs.

It is.

        Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mj54...@gmail.com  
View profile  
 More options Sep 23 2011, 10:28 am
Newsgroups: gnu.emacs.help
From: mj54...@gmail.com
Date: Fri, 23 Sep 2011 07:28:40 -0700 (PDT)
Local: Fri, Sep 23 2011 10:28 am
Subject: Re: prebuilt 64-bit Emacs for Windows
Stefan, thank you for confirming the patch is included. do you know if this 32+64-bit support is compiled in when the pre-built binary is made available on the developer mailing list? or we would have to build ourselves in order to have the large file support? Thanks again.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Monnier  
View profile  
 More options Sep 23 2011, 2:11 pm
Newsgroups: gnu.emacs.help
From: Stefan Monnier <monn...@iro.umontreal.ca>
Date: Fri, 23 Sep 2011 14:11:28 -0400
Local: Fri, Sep 23 2011 2:11 pm
Subject: Re: prebuilt 64-bit Emacs for Windows

> Stefan, thank you for confirming the patch is included. do you know if this
> 32+64-bit support is compiled in when the pre-built binary is made available
> on the developer mailing list? or we would have to build ourselves in order
> to have the large file support? Thanks again.

I don't know those details, but I'd expect that the distributed
pre-built binary uses the default compilation flags, which means it's
built a a "32bit words on 32bit system" rather than as a "64bit words on
a 32bit system".  I.e. you'll need to build it yourself if you want to
use buffers larger than 512MB on a 32bit system.

        Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Combs  
View profile  
 More options Oct 6 2011, 7:16 pm
Newsgroups: gnu.emacs.help
From: dkco...@panix.com (David Combs)
Date: Thu, 6 Oct 2011 23:16:57 +0000 (UTC)
Local: Thurs, Oct 6 2011 7:16 pm
Subject: Re: prebuilt 64-bit Emacs for Windows
In article <jwv1uv7ceq6.fsf-monnier+gnu.emacs.h...@gnu.org>,
Stefan Monnier  <monn...@iro.umontreal.ca> wrote:

>> Stefan, thank you for confirming the patch is included. do you know if this
>> 32+64-bit support is compiled in when the pre-built binary is made available
>> on the developer mailing list? or we would have to build ourselves in order
>> to have the large file support? Thanks again.

>I don't know those details, but I'd expect that the distributed
>pre-built binary uses the default compilation flags, which means it's
>built a a "32bit words on 32bit system" rather than as a "64bit words on
>a 32bit system".  I.e. you'll need to build it yourself if you want to
>use buffers larger than 512MB on a 32bit system.

>        Stefan

No one yet has said WHERE to get this prebuilt emacs for windows.

Please, where is it?

(I ask here instead of google because the answer from here will
(presumably) be from someone who has actually gotten his/her from
there, and it indeed works ok.)

Thanks,

David


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Monnier  
View profile  
 More options Oct 6 2011, 10:00 pm
Newsgroups: gnu.emacs.help
From: Stefan Monnier <monn...@iro.umontreal.ca>
Date: Thu, 06 Oct 2011 22:00:08 -0400
Local: Thurs, Oct 6 2011 10:00 pm
Subject: Re: prebuilt 64-bit Emacs for Windows

> No one yet has said WHERE to get this prebuilt emacs for windows.

The official prebuilt binaries are at:
ftp://alpha.gnu.org/gnu/emacs/windows/

        Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Combs  
View profile  
 More options Oct 10 2011, 2:42 am
Newsgroups: gnu.emacs.help
From: dkco...@panix.com (David Combs)
Date: Mon, 10 Oct 2011 06:42:20 +0000 (UTC)
Local: Mon, Oct 10 2011 2:42 am
Subject: Re: prebuilt 64-bit Emacs for Windows
In article <jwvy5wx8su2.fsf-monnier+gnu.emacs.h...@gnu.org>,
Stefan Monnier  <monn...@iro.umontreal.ca> wrote:

>> No one yet has said WHERE to get this prebuilt emacs for windows.

>The official prebuilt binaries are at:
>ftp://alpha.gnu.org/gnu/emacs/windows/

>        Stefan

THANK YOU!

WAY too bad no such ready-to-go-solaris=package exists OUTSIDE
OF blastwave and opencsw -- because both systems use the same
/opt/csw, so you have to choose ONE of the two, and FOREVER
STICK WITH THAT ONE.

All seemingly due to a stupid fight between the founders (I make
take some grief on using that word) of the two competitors.)

Wouldn't it be nice if someone put up (and then maintained)
the newest version of emacs!

But beware -- don't hold your breath waiting for it to happen :-(

Thanks again for the urls!

David


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Monnier  
View profile  
 More options Oct 11 2011, 9:29 pm
Newsgroups: gnu.emacs.help
From: Stefan Monnier <monn...@iro.umontreal.ca>
Date: Tue, 11 Oct 2011 21:29:07 -0400
Local: Tues, Oct 11 2011 9:29 pm
Subject: Re: prebuilt 64-bit Emacs for Windows

> WAY too bad no such ready-to-go-solaris=package exists OUTSIDE
> OF blastwave and opencsw -- because both systems use the same
> /opt/csw, so you have to choose ONE of the two, and FOREVER
> STICK WITH THAT ONE.

Is it really that hard to compile it yourself?
The reason we have prebuilt Windows binaries is that fairly few people
have the right tools to build Emacs on Window, whereas for POSIX systems
it tends to be a lot more common to have all the needed development
tools already (or easily installed).

> Wouldn't it be nice if someone put up (and then maintained)
> the newest version of emacs!

You could be the someone!

        Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jason Rumney  
View profile  
 More options Oct 16 2011, 10:24 pm
Newsgroups: gnu.emacs.help
From: Jason Rumney <jasonrum...@gmail.com>
Date: Sun, 16 Oct 2011 19:24:33 -0700 (PDT)
Local: Sun, Oct 16 2011 10:24 pm
Subject: Re: prebuilt 64-bit Emacs for Windows
It used to be quite common (around 10 years ago when I last used Solaris on a regular basis) for Solaris machines to have no development tools or an improperly configured installation of Sun's compiler installed (as in, you need to mess about with environment variables to get it working, and then it has various shortcomings compared to gcc).

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Drift Crow  
View profile  
 More options Oct 11 2012, 11:49 pm
Newsgroups: gnu.emacs.help
From: Drift Crow <driftc...@gmail.com>
Date: Thu, 11 Oct 2012 20:49:48 -0700 (PDT)
Local: Thurs, Oct 11 2012 11:49 pm
Subject: Re: prebuilt 64-bit Emacs for Windows

On Tuesday, September 20, 2011 9:41:37 PM UTC+8, (unknown) wrote:
> Is there a pre-built 64-bit Emacs for Windows available at all? I assume 64-bit version of Emacs could run on a 64-bit Windows 7.

> Also, I read that P. Eggert has created a 64-bit integer support to run on a 32-bit host. Anyone knows where to get this version?

> Thanks.

found 64-bit version v23.4 here http://hp.vector.co.jp/authors/VA052357/emacs.html

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »