all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: GianUberto.Lauri@eng.it (Gian Uberto Lauri)
Cc: help-gnu-emacs@gnu.org, saint@eng.it
Subject: RE: opening file in unix emacs
Date: Tue, 8 Nov 2005 18:41:11 +0100	[thread overview]
Message-ID: <17264.58167.937016.763313@paperoga.gianoziaorientale.it> (raw)
In-Reply-To: <7785BF1FE7B8C142A802CA73435BCB0A0385A86E@US-BOS-MX002.na.pxl.int>

>>>>> "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:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-08 17:32 opening file in unix emacs Leip, Eric
2005-11-08 17:41 ` Gian Uberto Lauri [this message]
     [not found] ` <mailman.14420.1131471677.20277.help-gnu-emacs@gnu.org>
2005-11-08 18:22   ` Harald Hanche-Olsen
  -- strict thread matches above, loose matches on Subject: below --
2005-11-09 16:22 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:46 Leip, Eric
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

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

  git send-email \
    --in-reply-to=17264.58167.937016.763313@paperoga.gianoziaorientale.it \
    --to=gianuberto.lauri@eng.it \
    --cc=help-gnu-emacs@gnu.org \
    --cc=saint@eng.it \
    /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.