unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Leip, Eric" <Eric.Leip@parexel.com>
Cc: help-gnu-emacs@gnu.org
Subject: RE: opening file in unix emacs
Date: Tue, 8 Nov 2005 12:46:36 -0500	[thread overview]
Message-ID: <7785BF1FE7B8C142A802CA73435BCB0A0385A86F@US-BOS-MX002.na.pxl.int> (raw)

thanks, I will check it out.



Eric Leip 
Senior Biostatistician 
PAREXEL International 
200 West Street 
Waltham, MA 02451 
781.434.4276 



-----Original Message-----
From: Gian Uberto Lauri [mailto:GianUberto.Lauri@eng.it]
Sent: Tuesday, November 08, 2005 12:41 PM
To: Leip, Eric
Cc: saint@eng.it; help-gnu-emacs@gnu.org
Subject: RE: opening file in unix emacs


>>>>> "LE" == Leip, Eric <Eric.Leip@parexel.com> writes:

LE> Thanks for the reply.  When I typed "type emacs" I got:
LE> /usr/local/bin/emacs

LE> and that emacs file is:

LE> SHLIB_PATH=/usr/local/lib/pa1.1:/usr/local/lib/pa1.1/X11 /usr/local/bin/emacs-run

LE> and I can't look at emacs-run.

emacs-run is the binary file.

You  invoke  a  shell   script  that  sets  the  envirnoment  variabie
SHLIB_PATH so that Emacs can load some shared libraries.

The solution could be use this shell script

SHLIB_PATH=/usr/local/lib/pa1.1:/usr/local/lib/pa1.1/X11 \
/usr/local/bin/emacs-run $@

(I split the  line at \ for readability sake)  a "trick" commonly used
under Mac OS X to launch the Emacs.app from the command line.

You can  put this script in your  bin (provided that you  put your bin
before /usr/local/bin) or ask your sysadmin to patch the script.

I think that  most users at your site just launch  emacs and then keep
it running all the session long,  you can still use emacsclient to use
the running emacs as an  "editing server" (requires loading the server
lib).

-- 
 /\            ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
  //--\ | | \|  |   Integralista GNUslamico  
\/		    e allevatore di bug da competizione

             reply	other threads:[~2005-11-08 17:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-08 17:46 Leip, Eric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-09 16:22 opening file in unix emacs Leip, Eric
2005-11-09 16:15 Leip, Eric
2005-11-09 14:26 Leip, Eric
2005-11-09 16:08 ` Peter Dyballa
2005-11-09 16:19 ` Gian Uberto Lauri
2005-11-09 13:51 Leip, Eric
     [not found] <mailman.14415.1131469032.20277.help-gnu-emacs@gnu.org>
2005-11-09  0:31 ` Edward Dodge
2005-11-08 17:32 Leip, Eric
2005-11-08 17:41 ` Gian Uberto Lauri
     [not found] ` <mailman.14420.1131471677.20277.help-gnu-emacs@gnu.org>
2005-11-08 18:22   ` Harald Hanche-Olsen
2005-11-08 16:56 Leip, Eric
2005-11-08 17:08 ` Gian Uberto Lauri

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=7785BF1FE7B8C142A802CA73435BCB0A0385A86F@US-BOS-MX002.na.pxl.int \
    --to=eric.leip@parexel.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).