all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bzr emacs
@ 2009-12-28 14:14 Sean Sieger
  2009-12-28 15:08 ` Juanma Barranquero
  0 siblings, 1 reply; 21+ messages in thread
From: Sean Sieger @ 2009-12-28 14:14 UTC (permalink / raw)
  To: help-gnu-emacs

In INSTALL.BZR:

       	      Building and Installing Emacs from Bazaar

  If this is the first time you go through it, you'll need to configure
  before bootstrapping:

    $ ./configure

  Some of the files that are included in the Emacs tarball, such as
  byte-compiled Lisp files, are not stored in Bazaar.  Therefore, to
  build from Bazaar you must run "make bootstrap" instead of just
  "make":

    $ cvs update -dP
    $ make bootstrap

Are there options to `bzr pull' that will be necessary as `cvs update
-dP' was?





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

* Re: bzr emacs
  2009-12-28 14:14 bzr emacs Sean Sieger
@ 2009-12-28 15:08 ` Juanma Barranquero
  2009-12-28 15:18   ` Sean Sieger
       [not found]   ` <mailman.337.1262013541.18930.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 21+ messages in thread
From: Juanma Barranquero @ 2009-12-28 15:08 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-gnu-emacs

On Mon, Dec 28, 2009 at 15:14, Sean Sieger <sean.sieger@gmail.com> wrote:

> Are there options to `bzr pull' that will be necessary as `cvs update
> -dP' was?

No.

If you plan to submit changes, I suggest reading the BzrForEmacsDevs doc, at

  http://www.emacswiki.org/emacs-en/BzrForEmacsDevs

    Juanma




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

* Re: bzr emacs
  2009-12-28 15:08 ` Juanma Barranquero
@ 2009-12-28 15:18   ` Sean Sieger
       [not found]   ` <mailman.337.1262013541.18930.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 21+ messages in thread
From: Sean Sieger @ 2009-12-28 15:18 UTC (permalink / raw)
  To: help-gnu-emacs

Juanma Barranquero <lekktu@gmail.com> writes:

    If you plan to submit changes, I suggest reading the BzrForEmacsDevs
    doc, at

      http://www.emacswiki.org/emacs-en/BzrForEmacsDevs

Thank you, Juanma, I will.





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

* Re: bzr emacs
       [not found]   ` <mailman.337.1262013541.18930.help-gnu-emacs@gnu.org>
@ 2009-12-28 21:54     ` Cena Mayo
  2009-12-28 23:54       ` Óscar Fuentes
                         ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Cena Mayo @ 2009-12-28 21:54 UTC (permalink / raw)
  To: help-gnu-emacs

On Dec 28, 9:18 am, Sean Sieger <sean.sie...@gmail.com> wrote:
> Juanma Barranquero <lek...@gmail.com> writes:
>
>     If you plan to submit changes, I suggest reading the BzrForEmacsDevs
>     doc, at
>
>      http://www.emacswiki.org/emacs-en/BzrForEmacsDevs
>
> Thank you, Juanma, I will.

 Sorry if this is a stupid question, but <insertnewbiedisclaimer>.
I've followed the instructions for pulling and installing the bzr
trunk.

How do I start emacs?  'emacs' doesn't work at the command line.
(Using Gentoo linux.)


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

* Re: bzr emacs
  2009-12-28 21:54     ` Cena Mayo
@ 2009-12-28 23:54       ` Óscar Fuentes
       [not found]       ` <mailman.362.1262044503.18930.help-gnu-emacs@gnu.org>
  2009-12-29 12:16       ` Tassilo Horn
  2 siblings, 0 replies; 21+ messages in thread
From: Óscar Fuentes @ 2009-12-28 23:54 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: Cena Mayo

Cena  Mayo <cenazoic@gmail.com> writes:

> How do I start emacs?  'emacs' doesn't work at the command line.
> (Using Gentoo linux.)

After the build, the emacs executable is in the src/ subdirectory. You
can execute it from there.

If you want to execute emacs as any other application, install it with

sudo make install

This is explained on the emacs INSTALL and/or README files.

-- 
Óscar





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

* Re: bzr emacs
       [not found]       ` <mailman.362.1262044503.18930.help-gnu-emacs@gnu.org>
@ 2009-12-29  2:38         ` Cena Mayo
  2009-12-29  8:40           ` Stefan Husmann
  2009-12-29  8:56           ` Anselm Helbig
  0 siblings, 2 replies; 21+ messages in thread
From: Cena Mayo @ 2009-12-29  2:38 UTC (permalink / raw)
  To: help-gnu-emacs

On Dec 28, 5:54 pm, Óscar Fuentes <o...@wanadoo.es> wrote:
> Cena  Mayo <cenaz...@gmail.com> writes:
>
> > How do I start emacs?  'emacs' doesn't work at the command line.
> > (Using Gentoo linux.)
>
> After the build, the emacs executable is in the src/ subdirectory. You
> can execute it from there.
>
> If you want to execute emacs as any other application, install it with
>
> sudo make install
>
> This is explained on the emacs INSTALL and/or README files.
>
> --
> Óscar
Oscar,

Thanks for your reply.  However,  I did follow the INSTALL.BZR file
for installation instructions. (Including doing a make install.)
Going into the /src directory still generates an 'emacs: command not
found' error.


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

* Re: bzr emacs
  2009-12-29  2:38         ` Cena Mayo
@ 2009-12-29  8:40           ` Stefan Husmann
  2009-12-29  8:56           ` Anselm Helbig
  1 sibling, 0 replies; 21+ messages in thread
From: Stefan Husmann @ 2009-12-29  8:40 UTC (permalink / raw)
  To: Cena Mayo; +Cc: help-gnu-emacs

Am 29.12.2009 03:38, schrieb Cena Mayo:
> On Dec 28, 5:54 pm, Óscar Fuentes<o...@wanadoo.es>  wrote:
>> Cena  Mayo<cenaz...@gmail.com>  writes:
>>
>>> How do I start emacs?  'emacs' doesn't work at the command line.
>>> (Using Gentoo linux.)
>>
>> After the build, the emacs executable is in the src/ subdirectory. You
>> can execute it from there.
>>
>> If you want to execute emacs as any other application, install it with
>>
>> sudo make install
>>
>> This is explained on the emacs INSTALL and/or README files.
>>
>> --
>> Óscar
> Oscar,
>
> Thanks for your reply.  However,  I did follow the INSTALL.BZR file
> for installation instructions. (Including doing a make install.)
> Going into the /src directory still generates an 'emacs: command not
> found' error.
>
Hello,

is /usr/local/bin in your PATH, ordid you give another target directory
in the make install step?

Stefan




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

* Re: bzr emacs
  2009-12-29  2:38         ` Cena Mayo
  2009-12-29  8:40           ` Stefan Husmann
@ 2009-12-29  8:56           ` Anselm Helbig
  1 sibling, 0 replies; 21+ messages in thread
From: Anselm Helbig @ 2009-12-29  8:56 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]

At Mon, 28 Dec 2009 18:38:16 -0800 (PST),
Cena Mayo <cenazoic@gmail.com> wrote:
> 
> On Dec 28, 5:54 pm, Óscar Fuentes <o...@wanadoo.es> wrote:
> > Cena  Mayo <cenaz...@gmail.com> writes:
> >
> > > How do I start emacs?  'emacs' doesn't work at the command line.
> > > (Using Gentoo linux.)
> >
> > After the build, the emacs executable is in the src/ subdirectory. You
> > can execute it from there.
> >
> > If you want to execute emacs as any other application, install it with
> >
> > sudo make install
> >
> > This is explained on the emacs INSTALL and/or README files.
> >
> > --
> > Óscar
> Oscar,
> 
> Thanks for your reply.  However,  I did follow the INSTALL.BZR file
> for installation instructions. (Including doing a make install.)
> Going into the /src directory still generates an 'emacs: command not
> found' error.

Did you get any errors for `make install'? You need root privileges to
write to /usr/local/, you know. Emacs should end up in
/usr/local/bin. Is /usr/local/bin in your PATH? What does "echo $PATH"
say on the command line? Is there an emacs executable in
/usr/local/bin?

HTH, 

Anselm


-- 
Anselm Helbig - http://mnemonikk.org


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

* Re: bzr emacs
  2009-12-28 21:54     ` Cena Mayo
  2009-12-28 23:54       ` Óscar Fuentes
       [not found]       ` <mailman.362.1262044503.18930.help-gnu-emacs@gnu.org>
@ 2009-12-29 12:16       ` Tassilo Horn
  2 siblings, 0 replies; 21+ messages in thread
From: Tassilo Horn @ 2009-12-29 12:16 UTC (permalink / raw)
  To: help-gnu-emacs

Cena  Mayo <cenazoic@gmail.com> writes:

Hi Cena,

> How do I start emacs?  'emacs' doesn't work at the command line.
> (Using Gentoo linux.)

If you only want to use the bleeding edge emacs, you can use the
app-editors/emacs-vcs ebuild from the main portage tree.

Bye,
Tassilo





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

* bzr emacs
@ 2009-12-29 13:08 Sean Sieger
  2009-12-29 13:32 ` Juanma Barranquero
  2009-12-29 16:19 ` Eli Zaretskii
  0 siblings, 2 replies; 21+ messages in thread
From: Sean Sieger @ 2009-12-29 13:08 UTC (permalink / raw)
  To: help-gnu-emacs

And just a little question, the `23.1.90' that I pull from trunk/ is the
one that will become `24'?





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

* Re: bzr emacs
  2009-12-29 13:08 Sean Sieger
@ 2009-12-29 13:32 ` Juanma Barranquero
  2009-12-29 16:19 ` Eli Zaretskii
  1 sibling, 0 replies; 21+ messages in thread
From: Juanma Barranquero @ 2009-12-29 13:32 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-gnu-emacs

> And just a little question, the `23.1.90' that I pull from trunk/ is the
> one that will become `24'?

Modulo bug fixes committed from now until the release, yes.

    Juanma




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

* Re: bzr emacs
  2009-12-29 13:08 Sean Sieger
  2009-12-29 13:32 ` Juanma Barranquero
@ 2009-12-29 16:19 ` Eli Zaretskii
  2009-12-29 17:00   ` Juanma Barranquero
  1 sibling, 1 reply; 21+ messages in thread
From: Eli Zaretskii @ 2009-12-29 16:19 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Sean Sieger <sean.sieger@gmail.com>
> Date: Tue, 29 Dec 2009 08:08:18 -0500
> 
> And just a little question, the `23.1.90' that I pull from trunk/ is the
> one that will become `24'?

No, it will become 23.2.  the one which would become 24 will be
labeled 24.0.50.




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

* Re: bzr emacs
  2009-12-29 16:19 ` Eli Zaretskii
@ 2009-12-29 17:00   ` Juanma Barranquero
  2009-12-29 17:47     ` Sean Sieger
  0 siblings, 1 reply; 21+ messages in thread
From: Juanma Barranquero @ 2009-12-29 17:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs

On Tue, Dec 29, 2009 at 17:19, Eli Zaretskii <eliz@gnu.org> wrote:

> No, it will become 23.2.  the one which would become 24 will be
> labeled 24.0.50.

Oops, I read "24" as "the next release". Sorry for the noise.

    Juanma




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

* Re: bzr emacs
  2009-12-29 17:00   ` Juanma Barranquero
@ 2009-12-29 17:47     ` Sean Sieger
  2009-12-29 18:18       ` Juanma Barranquero
  0 siblings, 1 reply; 21+ messages in thread
From: Sean Sieger @ 2009-12-29 17:47 UTC (permalink / raw)
  To: help-gnu-emacs

Juanma Barranquero <lekktu@gmail.com> writes:

    On Tue, Dec 29, 2009 at 17:19, Eli Zaretskii <eliz@gnu.org> wrote:

    > No, it will become 23.2.  the one which would become 24 will be
    > labeled 24.0.50.

    Oops, I read "24" as "the next release". Sorry for the noise.

After reading your response, Juanma, I was curious about the possible
ambiguity in _my_ words.  Thanks for clarifying, Eli.





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

* Re: bzr emacs
  2009-12-29 17:47     ` Sean Sieger
@ 2009-12-29 18:18       ` Juanma Barranquero
  2009-12-29 19:08         ` Lennart Borgman
  0 siblings, 1 reply; 21+ messages in thread
From: Juanma Barranquero @ 2009-12-29 18:18 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-gnu-emacs

On Tue, Dec 29, 2009 at 18:47, Sean Sieger <sean.sieger@gmail.com> wrote:

> After reading your response, Juanma, I was curious about the possible
> ambiguity in _my_ words.

No, the ambiguity was fully in my neocortex, assuming I have one.

    Juanma




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

* Re: bzr emacs
  2009-12-29 18:18       ` Juanma Barranquero
@ 2009-12-29 19:08         ` Lennart Borgman
  2009-12-29 21:10           ` Juanma Barranquero
  0 siblings, 1 reply; 21+ messages in thread
From: Lennart Borgman @ 2009-12-29 19:08 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: Sean Sieger, help-gnu-emacs

On Tue, Dec 29, 2009 at 7:18 PM, Juanma Barranquero <lekktu@gmail.com> wrote:
> On Tue, Dec 29, 2009 at 18:47, Sean Sieger <sean.sieger@gmail.com> wrote:
>
>> After reading your response, Juanma, I was curious about the possible
>> ambiguity in _my_ words.
>
> No, the ambiguity was fully in my neocortex, assuming I have one.


As long as you don't eat antipsychotics you have one.




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

* Re: bzr emacs
  2009-12-29 19:08         ` Lennart Borgman
@ 2009-12-29 21:10           ` Juanma Barranquero
  2009-12-29 21:14             ` Lennart Borgman
       [not found]             ` <mailman.390.1262121295.18930.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 21+ messages in thread
From: Juanma Barranquero @ 2009-12-29 21:10 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: Sean Sieger, help-gnu-emacs

On Tue, Dec 29, 2009 at 20:08, Lennart Borgman
<lennart.borgman@gmail.com> wrote:

> As long as you don't eat antipsychotics you have one.

The question is, it is always switched on?

    Juanma




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

* Re: bzr emacs
  2009-12-29 21:10           ` Juanma Barranquero
@ 2009-12-29 21:14             ` Lennart Borgman
       [not found]             ` <mailman.390.1262121295.18930.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 21+ messages in thread
From: Lennart Borgman @ 2009-12-29 21:14 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: Sean Sieger, help-gnu-emacs

On Tue, Dec 29, 2009 at 10:10 PM, Juanma Barranquero <lekktu@gmail.com> wrote:
> On Tue, Dec 29, 2009 at 20:08, Lennart Borgman
> <lennart.borgman@gmail.com> wrote:
>
>> As long as you don't eat antipsychotics you have one.
>
> The question is, it is always switched on?


A really serious question ... ;-)

The answer is that it should not be. And that it is very good to know
how to switch it off and on.


(And the problem with antipsychotics is unfortunately quite real. This
is not the place to tell about it, but you would not believe what I
have to tell - if you do not take a lot of time to read the newer
research reports.)


>    Juanma
>




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

* Re: bzr emacs
       [not found]             ` <mailman.390.1262121295.18930.help-gnu-emacs@gnu.org>
@ 2009-12-30 18:53               ` Cena Mayo
  2009-12-30 22:17                 ` Tassilo Horn
  2009-12-30 23:08                 ` Stefan Husmann
  0 siblings, 2 replies; 21+ messages in thread
From: Cena Mayo @ 2009-12-30 18:53 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

Yes, I su'ed the install and there is an emacs in /usr/local/bin; /usr/
bin IS in my path.  (echo $PATH=
/sbin:/bin:/usr/sbin:/usr/bin).   However, attempting to run the emacs
in /usr/local/bin, although clearly 'there', also results in a 'emacs:
command not found.'

Cena


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

* Re: bzr emacs
  2009-12-30 18:53               ` Cena Mayo
@ 2009-12-30 22:17                 ` Tassilo Horn
  2009-12-30 23:08                 ` Stefan Husmann
  1 sibling, 0 replies; 21+ messages in thread
From: Tassilo Horn @ 2009-12-30 22:17 UTC (permalink / raw)
  To: help-gnu-emacs

Cena  Mayo <cenazoic@gmail.com> writes:

Hi Cena,

> Yes, I su'ed the install and there is an emacs in /usr/local/bin; /usr/
> bin IS in my path.  (echo $PATH=
> /sbin:/bin:/usr/sbin:/usr/bin).

Yeah, /usr/bin is in your PATH, but not /usr/local/bin.  (BTW, /sbin and
/usr/sbin/ should not be in your normal user's path).  So add

  export PATH=$PATH:/usr/local/bin

to your ~/.bashrc (or whatever shell you're using).

> However, attempting to run the emacs in /usr/local/bin, although
> clearly 'there', also results in a 'emacs: command not found.'

How do you run it there?  Even when you are in /usr/local/bin, you have
to start it with ./emacs.  Have a look at this Q&A, which sounds similar
to your problem [1].  If you ask yourself why you cannot execute a
program or script in the current directory by only giving it's name,
read [2] to figure out how you can do that, but also why you don't want
to do so.

Bye,
Tassilo
__________
[1] http://www.computing.net/answers/linux/run-shell-script-on-linux/28735.html
[2] http://www.faqs.org/faqs/unix-faq/faq/part2/section-13.html





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

* Re: bzr emacs
  2009-12-30 18:53               ` Cena Mayo
  2009-12-30 22:17                 ` Tassilo Horn
@ 2009-12-30 23:08                 ` Stefan Husmann
  1 sibling, 0 replies; 21+ messages in thread
From: Stefan Husmann @ 2009-12-30 23:08 UTC (permalink / raw)
  To: help-gnu-emacs

Am 30.12.2009 19:53, schrieb Cena Mayo:
> Hi all,
>
> Yes, I su'ed the install and there is an emacs in /usr/local/bin; /usr/
> bin IS in my path.  (echo $PATH=
> /sbin:/bin:/usr/sbin:/usr/bin).   However, attempting to run the emacs
> in /usr/local/bin, although clearly 'there', also results in a 'emacs:
> command not found.'
>
> Cena
>

So /usr/local/bin is _not_ in your path?

Try

export /PATH=/usr/local/bin:$PATH
emacs

Regards Stefan.




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

end of thread, other threads:[~2009-12-30 23:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 14:14 bzr emacs Sean Sieger
2009-12-28 15:08 ` Juanma Barranquero
2009-12-28 15:18   ` Sean Sieger
     [not found]   ` <mailman.337.1262013541.18930.help-gnu-emacs@gnu.org>
2009-12-28 21:54     ` Cena Mayo
2009-12-28 23:54       ` Óscar Fuentes
     [not found]       ` <mailman.362.1262044503.18930.help-gnu-emacs@gnu.org>
2009-12-29  2:38         ` Cena Mayo
2009-12-29  8:40           ` Stefan Husmann
2009-12-29  8:56           ` Anselm Helbig
2009-12-29 12:16       ` Tassilo Horn
  -- strict thread matches above, loose matches on Subject: below --
2009-12-29 13:08 Sean Sieger
2009-12-29 13:32 ` Juanma Barranquero
2009-12-29 16:19 ` Eli Zaretskii
2009-12-29 17:00   ` Juanma Barranquero
2009-12-29 17:47     ` Sean Sieger
2009-12-29 18:18       ` Juanma Barranquero
2009-12-29 19:08         ` Lennart Borgman
2009-12-29 21:10           ` Juanma Barranquero
2009-12-29 21:14             ` Lennart Borgman
     [not found]             ` <mailman.390.1262121295.18930.help-gnu-emacs@gnu.org>
2009-12-30 18:53               ` Cena Mayo
2009-12-30 22:17                 ` Tassilo Horn
2009-12-30 23:08                 ` Stefan Husmann

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.