[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: EMACS_UNIBYTE and installing auctex
- To: emacspeak@xxxxxxxxxxx
- Subject: Re: EMACS_UNIBYTE and installing auctex
- From: "Robert D. Crawford" <rdc1x@xxxxxxxxxxx>
- Date: Mon, 10 Jul 2006 20:49:06 -0500
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- In-Reply-To: <17586.27931.745558.427584@xxxxxxxxxxx> (Peter Rayner'smessage of "Mon, 10 Jul 2006 17:07:07 +0200")
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <rdc1x@xxxxxxxxxxx>
- Resent-Date: Mon, 10 Jul 2006 21:54:29 -0400 (EDT)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <XKjBRC.A.MLC.UTwsEB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
- User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)
Peter Rayner <peter.rayner@xxxxxxxxxxx> writes:
> I know how to do this if you use a csh variant but not a ksh/bash
> type of shell. In csh/tcsh you would type
> unsetenv EMACS_UNIBYTE
> and hence remove that variable from the environment.
> Anyone else fill in the ksh/bash version?
In the case of bash, you use the unset built-in like so:
unset EMACS_UNIBYTE
but if this is the only package that needs the variable unset, and only
for compilation, you might want to save the value in a temp variable and
then re-set the original variable. This will do the job:
$ export temp=$EMACS_UNIBYTE ; unset EMACS_UNIBYTE
then do whatever compilation needs to be done and then run:
$ export EMACS_UNIBYTE=$temp
take care,
rdc
--
Robert D. Crawford
rdc1x@xxxxxxxxxxx
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"
Emacspeak Files |
Subscribe |
Unsubscribe | Search