all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to download and install Emacs CVS?
@ 2005-01-16 17:51 romeomedina
  2005-01-17  0:02 ` Peter Dyballa
  2005-01-18 12:16 ` Rodolfo Medina
  0 siblings, 2 replies; 12+ messages in thread
From: romeomedina @ 2005-01-16 17:51 UTC (permalink / raw)


Hi all.

I want to download and install Emacs CVS,
because it seems that it better supports chinese writing
(GBK encoding).
However I don't know how to do. Can anyone help?
I was suggested to visit:

http://savannah.gnu.org/cvs/?group=emacs

and run the commands:

$ export CVS_RSH="ssh"
$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs

, which (if I well understand) should download Emacs CVS
and install it directly to my hardrive.
Is that right?
But since I have a slow connection, I wish to first download it,
say copying it onto a CD
and then install it in second stage. Is that possible, and how?

Thanks for any reply,
Rodolfo




____________________________________________________________
Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega. E poi hai l'Adsl senza limiti a meno di 1 euro al giorno. 
Abbonati subito senza costi di attivazione su http://www.libero.it



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

* Re: How to download and install Emacs CVS?
  2005-01-16 17:51 romeomedina
@ 2005-01-17  0:02 ` Peter Dyballa
  2005-01-18 12:16 ` Rodolfo Medina
  1 sibling, 0 replies; 12+ messages in thread
From: Peter Dyballa @ 2005-01-17  0:02 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 16.01.2005 um 18:51 schrieb romeomedina@@libero..it:

> $ export CVS_RSH="ssh"
> $ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs

These commands will download the complete tree of source. Afterwards 
you would have to run configure and finally invoke 'make bootstrap' (to 
byte-compile the elisp files) and 'make install'.

Complete archives (e.g. emacs-CVS.tar.bz2) can be created by yourself 
-- after downloading some 10 MB!

--
Greetings

   Pete

Build a man a fire and he'll be warm for a night, but set a man on fire 
and he'll be warm for the rest of his life.

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

* Re: How to download and install Emacs CVS?
       [not found] <mailman.13518.1105898635.27204.help-gnu-emacs@gnu.org>
@ 2005-01-17 19:32 ` Stefan Monnier
  0 siblings, 0 replies; 12+ messages in thread
From: Stefan Monnier @ 2005-01-17 19:32 UTC (permalink / raw)


> $ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs

> , which (if I well understand) should download Emacs CVS
> and install it directly to my hardrive.
> Is that right?

Well, take a look at what cvs downloaded.  You may even find files with
odd names like INSTALL or (better yet) INSTALL.CVS.


        Stefan

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

* Re: How to download and install Emacs CVS?
  2005-01-16 17:51 romeomedina
  2005-01-17  0:02 ` Peter Dyballa
@ 2005-01-18 12:16 ` Rodolfo Medina
  2005-01-18 12:50   ` Matthew Huggett
                     ` (4 more replies)
  1 sibling, 5 replies; 12+ messages in thread
From: Rodolfo Medina @ 2005-01-18 12:16 UTC (permalink / raw)


Thanks to Peter Dyballa and Stefan Monnier for their help.

That's what I did:
I connected to Internet, then from my '/home/rodolfo' directory did:

$ export CVS_RSH="ssh"
$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs

. These commands created the dir `/home/rodolfo/emacs'
in which the complete tree of source was downloaded:
two hours and a half.
I closed the connection, then from `/home/rodolfo/emacs' I did:

$ ./configure
$ make bootstrap
# make install

This way Emacs was installed in my system.
I have though still the following questions:

1) when I installed Emacs-CVS in Mandrake 9.1 everything seemed to go well,
   except that Emacs is launched without graphical environment,
   with a black background and no possibility to use the mouse.
   Is that normal, or what did I miss?

2) When I repeated the installation in Mandrake 10.1 Community, during the
   'make bootstrap' step the following message went on appearing:

   Warning: arch-independent data dir (/usr/local/share/emacs/21.3.50/etc/)
   does not exist.

   What's wrong? How to fix that? Maybe the lack of important packages?
   Can anyone say which ones?

3) It took two hours and a half to complete the download,
   so it'd be better for me next time to go to an Internet point
   with a fast connection. But Internet points have MS Windows.
   Would it be possible, and how?, to perform the download with MS Windows?

4) Shall I do the daily updates using the same commands I used to download
   or how different?

Thanks indeed,
cheers,
Rodolfo

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

* Re: How to download and install Emacs CVS?
  2005-01-18 12:16 ` Rodolfo Medina
@ 2005-01-18 12:50   ` Matthew Huggett
  2005-01-18 16:59   ` Peter Dyballa
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 12+ messages in thread
From: Matthew Huggett @ 2005-01-18 12:50 UTC (permalink / raw)
  Cc: help-gnu-emacs

>    From: "Rodolfo Medina" <romeomedina@libero.it>
>    Date: Tue, 18 Jan 2005 13:16:18 +0100
>    
>    This way Emacs was installed in my system.
>    I have though still the following questions:
> 
>    1) when I installed Emacs-CVS in Mandrake 9.1 everything seemed to go well,
>       except that Emacs is launched without graphical environment,
>       with a black background and no possibility to use the mouse.
>       Is that normal, or what did I miss?

I believe that there are some options you need to pass to the
configure script in order to get a gui.  I think this is documented in
INSTALL in the root of the source directory.

Matt  

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

* Re: How to download and install Emacs CVS?
       [not found] <mailman.13893.1106051780.27204.help-gnu-emacs@gnu.org>
@ 2005-01-18 13:22 ` Reiner Steib
  0 siblings, 0 replies; 12+ messages in thread
From: Reiner Steib @ 2005-01-18 13:22 UTC (permalink / raw)


On Tue, Jan 18 2005, Rodolfo Medina wrote:

> 1) when I installed Emacs-CVS in Mandrake 9.1 everything seemed to go well,
>    except that Emacs is launched without graphical environment,
>    with a black background and no possibility to use the mouse.
>    Is that normal, or what did I miss?

Read the paragraph "GNU/Linux development packages" in INSTALL.  And
also the rest of this file and INSTALL.CVS as suggested by Stefan.

Especially:

,----[ INSTALL.CVS ]
| Questions, requests, and bug reports about the CVS versions of Emacs
| should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help
| or gnu.emacs.bug.  Ideally, use M-x report-emacs-bug RET which will
| send it to the proper place.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: How to download and install Emacs CVS?
  2005-01-18 12:16 ` Rodolfo Medina
  2005-01-18 12:50   ` Matthew Huggett
@ 2005-01-18 16:59   ` Peter Dyballa
  2005-01-18 19:48   ` Eli Zaretskii
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 12+ messages in thread
From: Peter Dyballa @ 2005-01-18 16:59 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 18.01.2005 um 13:16 schrieb Rodolfo Medina:

> $ ./configure
> $ make bootstrap
> # make install

This sequence is OK, but there is much more of choices, particularly a 
windowing environment, i.e. making GNU Emacs a graphical application. 
Try this:

./configure --help

You'll get a huge list. Important is at least '--with-x'. Then you can 
manually choose the X tool kit, GTK or Lucid, as I recommend (Athena is 
very old not very attractive, Motif is not my choice, try a bit of 3D 
look with Xaw-3d). Since the compilation and installation went so fine, 
you could just try a few combinations to see which suits you best. Pay 
attention to the supported graphics formats, you might need them one 
day.

--
Greetings

   Pete

"Email is a wonderful thing for people whose role in life is to be on 
top of things. But not for me; my role is to be on the bottom of 
things. What I do takes long hours of studying and uninterruptible 
concentration."   -Donald Knuth

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

* Re: How to download and install Emacs CVS?
  2005-01-18 12:16 ` Rodolfo Medina
  2005-01-18 12:50   ` Matthew Huggett
  2005-01-18 16:59   ` Peter Dyballa
@ 2005-01-18 19:48   ` Eli Zaretskii
  2005-01-22 12:19   ` Rodolfo Medina
       [not found]   ` <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>
  4 siblings, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2005-01-18 19:48 UTC (permalink / raw)


> From: "Rodolfo Medina" <romeomedina@libero.it>
> Date: Tue, 18 Jan 2005 13:16:18 +0100
> 
> 2) When I repeated the installation in Mandrake 10.1 Community, during the
>    'make bootstrap' step the following message went on appearing:
> 
>    Warning: arch-independent data dir (/usr/local/share/emacs/21.3.50/etc/)
>    does not exist.
> 
>    What's wrong?

Nothing; such message are to be expected during bootstrap, since it
runs the built binary from inside the src directory, without
installing it into the /usr/local tree.  Simply disregard these
messages.

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

* Re: How to download and install Emacs CVS?
  2005-01-18 12:16 ` Rodolfo Medina
                     ` (2 preceding siblings ...)
  2005-01-18 19:48   ` Eli Zaretskii
@ 2005-01-22 12:19   ` Rodolfo Medina
       [not found]   ` <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>
  4 siblings, 0 replies; 12+ messages in thread
From: Rodolfo Medina @ 2005-01-22 12:19 UTC (permalink / raw)


Many thanks to all who replied.

Rodolfo wrote:

>when I installed Emacs-CVS in Mandrake 9.1 everything seemed to go well,
>except that Emacs is launched without graphical environment,
>with a black background and no possibility to use the mouse.
>Is that normal, or what did I miss?

It seems that the problem was due to the absence of the `libgtk+2.0_0-devel'
package.
In fact, repeating the Emacs-CVS installation after installing that package,
the problem was solved.

>When I repeated the installation in Mandrake 10.1 Community,
>during the 'make bootstrap' step the following message went on appearing:
>
>Warning: arch-independent data dir
>(/usr/local/share/emacs/21.3.50/etc/)
>does not exist.
>
>What's wrong? How to fix that? Maybe the lack of important packages?
>Can anyone say which ones?

I forgot to say that the installation failed in the end.
Well, I can't explain this problem, but:
after downloading Emacs-CVS into Mandrake 9.1
I had copied it into my '/mnt/windows' directory,
then from there I had copied it into Mandrake 10.1 Community
and installed it there. Now,
a) I noticed that the 78.5 MB size Emacs-CVS source directory
   had become 80.2 MB once copied into '/mnt/windows';
b) I removed the Emacs-CVS source directory from Mandrake 10.1,
   copied it again straight away from Mandrake 9.1 into Mandrake 10.1
   and its size kept 78.5, then repeated the installation
   and this time everything seemed to go well.

Now, some more questions.

1) To do daily updates, is it correct to do
   $ cvs -z3 update -dP
   from the my downloaded Emacs sources directory?;

2) after updating, shall I do
   `$ ./configure', `$ make bootstrap' and `# make install'
   again, or some other commands? I read the INSTALL.CVS file,
   but this point is not clear to me;

3) after the installation, Emacs came up all white, whereas I like the green
   colour of Emacs Mandrake default distribution. I couldn't solve the
problem
   with: `M-x list-display-colors'.
   Can anyone suggest where to find and modify that color setting at one's
pleasure?

Thanks indeed,
cheers,
Rodolfo

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

* Re: How to download and install Emacs CVS?
       [not found]   ` <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>
@ 2005-01-29  6:05     ` David Combs
  2005-01-29 11:40       ` Peter Dyballa
  2005-01-31 16:03       ` Stefan Monnier
  0 siblings, 2 replies; 12+ messages in thread
From: David Combs @ 2005-01-29  6:05 UTC (permalink / raw)


In article <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>,
Peter Dyballa  <Peter_Dyballa@Web.DE> wrote:
>
>Am 18.01.2005 um 13:16 schrieb Rodolfo Medina:
>
>> $ ./configure
>> $ make bootstrap
>> # make install
>
>This sequence is OK, but there is much more of choices, particularly a 
>windowing environment, i.e. making GNU Emacs a graphical application. 
>Try this:
>
>./configure --help
>
>You'll get a huge list. Important is at least '--with-x'. Then you can 
>manually choose the X tool kit, GTK or Lucid, as I recommend (Athena is 
>very old not very attractive, Motif is not my choice, try a bit of 3D 
>look with Xaw-3d). Since the compilation and installation went so fine, 
>you could just try a few combinations to see which suits you best. Pay 
>attention to the supported graphics formats, you might need them one 
>day.

Suppose you're using Solaris' CDE as your gui; what's a
reasonable choice, given that.

(CDE suits me just fine, for what little I need from
a gui, so am not currently eager to switch to a different
gui -- if this sentence has anything to do with running
emacs at all; maybe it doesn't, all that counts being
that somewhere down there is an X11, and there is.)

Thanks,

David

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

* Re: How to download and install Emacs CVS?
  2005-01-29  6:05     ` David Combs
@ 2005-01-29 11:40       ` Peter Dyballa
  2005-01-31 16:03       ` Stefan Monnier
  1 sibling, 0 replies; 12+ messages in thread
From: Peter Dyballa @ 2005-01-29 11:40 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 29.01.2005 um 07:05 schrieb David Combs:

> Suppose you're using Solaris' CDE as your gui; what's a
> reasonable choice, given that.

CDE, the Common Desktop Environment, is based on Motif, a commercial X 
toolkit. So Motif should be the first and best fitting choice. (And 
with Motif you have some extra choices for X resources.)

But you don't need to stick to this. Athena is always in X11 -- 
although not the best choice. You can always ask configure to work 
--with- whatever you prefer. When it's not in the system it won't be 
found and configure will fall back to what's there.

If you've once succeeded to install a usable version you can try to 
configure and compile another one with another GUI and start it as 
"src/emacs." If you think that's a better version, install it and try 
the next configuration.

--
Greetings

   Pete

The box said "Use Windows 95 or better," so I got a Macintosh

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

* Re: How to download and install Emacs CVS?
  2005-01-29  6:05     ` David Combs
  2005-01-29 11:40       ` Peter Dyballa
@ 2005-01-31 16:03       ` Stefan Monnier
  1 sibling, 0 replies; 12+ messages in thread
From: Stefan Monnier @ 2005-01-31 16:03 UTC (permalink / raw)


>>> $ ./configure
>>> $ make bootstrap
>>> # make install
>> 
>> This sequence is OK, but there is much more of choices, particularly a 
>> windowing environment, i.e. making GNU Emacs a graphical application. 
>> Try this:
>> 
>> ./configure --help
>> 
>> You'll get a huge list. Important is at least '--with-x'. Then you can 

--with-x is already the default if you have X11 installed.

>> manually choose the X tool kit, GTK or Lucid, as I recommend (Athena is
>> very old not very attractive, Motif is not my choice, try a bit of 3D
>> look with Xaw-3d).

In the --with-x-toolkit argument "lucid" and "athena" mean the same.
It also happens to be the default.

> Suppose you're using Solaris' CDE as your gui; what's a
> reasonable choice, given that.

I recommend you stick with the default.  It's the best debugged code.


        Stefan

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

end of thread, other threads:[~2005-01-31 16:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.13893.1106051780.27204.help-gnu-emacs@gnu.org>
2005-01-18 13:22 ` How to download and install Emacs CVS? Reiner Steib
     [not found] <mailman.13518.1105898635.27204.help-gnu-emacs@gnu.org>
2005-01-17 19:32 ` Stefan Monnier
2005-01-16 17:51 romeomedina
2005-01-17  0:02 ` Peter Dyballa
2005-01-18 12:16 ` Rodolfo Medina
2005-01-18 12:50   ` Matthew Huggett
2005-01-18 16:59   ` Peter Dyballa
2005-01-18 19:48   ` Eli Zaretskii
2005-01-22 12:19   ` Rodolfo Medina
     [not found]   ` <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>
2005-01-29  6:05     ` David Combs
2005-01-29 11:40       ` Peter Dyballa
2005-01-31 16:03       ` Stefan Monnier

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.