all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pascal Bourguignon <spam@mouse-potato.com>
Subject: Re: emacs
Date: Wed, 23 Nov 2005 23:29:20 +0100	[thread overview]
Message-ID: <87y83f3sn3.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: mailman.16503.1132781656.20277.help-gnu-emacs@gnu.org

tvtel24933@tvtel.pt writes:

> Hi,
>
> I've just installed emacs in my "Caixa mágica" (linux) and I don't know how to
> launch it. I've tried in the terminal type "emacs" but it tells that emacs is
> not a command. Can you help me?

If you have installed it yourself, you must know where it's installed.
Usually, it's /usr/bin/emacs, or /usr/local/bin/emacs, but it can be
anything you specified when installing it (it could be in your home
directory, or in /opt, ...).

If the standard programs locate and updatedb have been installed on
your linux system, then you can locate it with the command:

locate emacs


When you type a command  in the terminal which is not an absolute or a
relative path, the shell searches it in directories listed in the
environment variable PATH.  You can check them with:

echo $PATH

If the path where the emacs command is, is not listed in the PATH
variable, you'll have to add it.  If locate emacs outputs:

/the/path/where/there/is/emacs

then type:

PATH=/the/path/where/there/is:$PATH

To make this change permanent, modify the startup file of your shell.

If you use bash, edit ~/.bashrc, and add in it:

PATH=/the/path/where/there/is:$PATH
export PATH



-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Cats meow out of angst
"Thumbs! If only we had thumbs!
We could break so much!"

  parent reply	other threads:[~2005-11-23 22:29 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.16503.1132781656.20277.help-gnu-emacs@gnu.org>
2005-11-23 21:46 ` emacs Martin Klaffenboeck
2005-11-23 22:29 ` Pascal Bourguignon [this message]
2018-05-15 20:20 emacs Nathan A
2018-05-15 20:21 ` emacs Nathan A
  -- strict thread matches above, loose matches on Subject: below --
2008-08-07  2:46 emacs Sean Sieger
     [not found] <mailman.9904.1207198714.18990.help-gnu-emacs@gnu.org>
2008-04-03  6:06 ` Emacs Martin Fischer
2008-04-04 17:22 ` Emacs Exal de Jesus Garcia Carrillo
2008-04-02 20:10 Emacs Ursina Maria Calmonte
     [not found] <mailman.5110.1197901728.18990.help-gnu-emacs@gnu.org>
2007-12-17 18:19 ` emacs Walker Pendleton
2007-12-17 17:45 emacs martin rudalics
2007-12-16 11:43 emacs shankarrg
2007-12-17 14:46 ` emacs Peter Dyballa
2007-12-17 22:04 ` emacs Bastien
2007-08-07  2:29 how to byte-compile .el files automatically after save? Robert D. Crawford
2007-08-07  3:15 ` Emacs brianjiang
2007-08-07  6:28   ` Emacs Herbert Euler
2007-08-07  8:38     ` Emacs brianjiang
2007-08-07 21:05   ` Emacs Eli Zaretskii
2007-08-08  2:48     ` Emacs brianjiang
2007-08-08 18:26       ` Emacs Eli Zaretskii
2007-08-09  1:18         ` Emacs brianjiang
2006-12-21 14:46 emacs peter moueza
2006-12-23 20:14 ` emacs Richard Stallman
2006-12-29  2:38 ` emacs Kevin Rodgers
     [not found] <mailman.1662.1147294399.9609.help-gnu-emacs@gnu.org>
2006-05-11 22:29 ` emacs ajones1
2006-05-11 22:53   ` emacs Lennart Borgman
2006-05-10 15:37 emacs Saady Abd-Elfattah
2005-11-23 21:34 emacs tvtel24933
2005-11-23 22:04 ` emacs Peter Dyballa
2005-09-09 19:52 emacs Sullivand945
2005-09-10  2:07 ` emacs Sean Sieger
2003-11-04  4:38 emacs adsf afff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y83f3sn3.fsf@thalassa.informatimago.com \
    --to=spam@mouse-potato.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.